-
Notifications
You must be signed in to change notification settings - Fork 10
/
NEWS
56 lines (34 loc) · 1013 Bytes
/
NEWS
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
-------
Changes
-------
0.0.6 (unreleased)
==================
- new Rake builder
- fixed FileSet when rpattern ends with **
- include NEWS file in Python package
0.0.5 (2009-10-09)
==================
- Nosyd should now run on Mac OS X
- Mac OS X / Growl notifier support (http://growl.info/)
- new Django builder
- new CLI options (--stop)
- be smarter at identifying the monitored project files
- some performance improvements (cache some of the monitored files resolution to lower CPU usage)
- auto-rebuild project when .nosy file is changed
0.0.4 (2009-10-06)
==================
- setuptools support. Project split into multiple files
0.0.3 (2009-09-26)
==================
- add Trial and Maven2 builders
- support FileSet for identifying monitored files
- be more cross platform
0.0.2 (2009-09-26)
==================
- new CLI options (--clean)
- better CLI help
- auto-reloaded config files
- some bug fixes & small improvements
0.0.1 (2009-09-25)
==================
- Initial revision