File: news.md

package info (click to toggle)
ruby-test-unit-notify 1.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: ruby: 238; makefile: 3
file content (88 lines) | stat: -rw-r--r-- 1,462 bytes parent folder | download | duplicates (4)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# News

## 1.0.4 - 2014-10-13 {#version-1-0-4}

### Improvements

* terminal-notifier: Supported icon.
  [GitHub#5][Patch by Yuichi NANSAI]

### Thanks

* Yuichi NANSAI

## 1.0.3 - 2014-08-03 {#version-1-0-3}

### Improvements

* Supported OS X native notification system via
  [terminal-notifier](https://github.com/alloy/terminal-notifier).
  It requires OS X 10.8 or later.
  [GitHub#4][Patch by cosmo0920]

### Thanks

* cosmo0920

## 1.0.2 - 2014-07-13 {#version-1-0-2}

### Improvements

* Supported Windows. You need to install
  [Growl for Windows](http://www.growlforwindows.com/).
  [GitHub#3] [Patch by Arikui]

### Thanks

* Arikui

## 1.0.1 - 2013-04-02 {#version-1-0-1}

### Changes

* Renamed COPYING to lgpl.

### Fixes

* Added missing files to the gem package.

## 1.0.0 - 2013-03-28 {#version-1-0-0}

### Improvements

* Stopped to register auto test run.
* Added application name to notification.
* Removed warnings.

## 0.3.0 - 2011-04-15 {#version-0-3-0}

### Improvements

* Added kinotan for omission. [Mayu & Co.]
* Added kinotan for error. [Mayu & Co.]

## 0.2.1 - 2011-02-10 {#version-0-2-1}

### Improvements

* Supported Ruby 1.9.

## 0.2.0 - 2011-02-10 {#version-0-2-0}

### Improvements

* Supported Mac OS X by growlnotify.

## 0.1.0 - 2010-11-25 {#version-0-1-0}

### Improvements

* Added Test::Unit::Notify.enable=.

### Changes

* Changed license: Ruby's -> LGPLv2 or later.

## 0.0.1 - 2010-07-17 {#version-0-0-1}

Birthday!