File: History.txt

package info (click to toggle)
ruby-growl 4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: ruby: 1,807; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 1,491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== 4.1 / 2014-02-14

Enhancements:

* Support for HTTPS resources (NSImage icons).  Pull request #10 by Barry
  Allard.
* Added UDP growl broadcast support via the API only.  This does not work with
  growl 2.x as UDP support was removed.  Issue #9 by Osborne Brook
  Partnership.

Bug fixes:

* Fixed documentation link in README.  Issue #7 by Robby Colvin.
* Fixed handling of UTF-8 messages with icon files.  Issue #10 by kunigaku.

=== 4 / 2012-04-04

* API changes:
  * Growl is now a wrapper for Growl::UDP (1.2 and older) and Growl::GNTP (1.3
    and newer).  The main difference is that notifications need to be
    registered with Growl#add_notification instead of via Growl#initialize.
  * Ruby 1.9.2 or newer is required to use ruby-growl

* Major enhancements
  * Added GNTP protocol support for registration and notification including
    application and notification icons and callbacks.
  * Moved UDP protocol support to Growl::UDP
  * Growl automatically determines if the growl server supports GNTP or UDP
    and uses the best protocol.

=== 3.0 / 2010-09-11

* Major enhancement
  * Dropped support for ruby 1.8.6 and older.

=== 2.1 / 2010-09-11

* Minor enhancement
  * Use String#bytesize if available.  Patch by SAWADA Tadashi.

=== 2.0 / 2010-06-11

* Major Enhancements
  * 1.9-ready
  * Notification levels now work on x86
  * Notification levels no longer work on PPC

* Minor Enhancements
  * Added Growl.list which finds local hosts running growl using dnssd.