-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
76 lines (59 loc) · 2.21 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2010-04-06 version 1.0
* pulled from ingo's version, update translation
2009-11-24
* pulled from ingo's version
2009-09-18 version 0.8
* pulled from ingo's version, added as author
* german tanslation
* return code taken in account
2009-09-18 version 0.6
* fixed bug in passing app_data
* better Makefile
* added warning dialog message if no script
* added PKGBUILD for Arch Linux
2009-09-4 version 0.3.1
* again bugfix in wifi link script
* cosmetic on menuitems labels
* set menuitem insensitive on rescan and reschedule
2009-08-23
* bugfix in wifi link script
2009-07-14 version 0.3
* avoid all compiler warnings, no functional change.
2009-06-14 version 0.3
1. fallback buffer refresh to 1 second
2. fallback launch to 10 seconds (if not specified in the filename)
2009-06-14
1. added install, uninstall make targets (defaults to usr/local)
2. added desktop entry for freedesktops
2009-02-18 version 0.2
really improved responsiveness, reading childs output asynchrounously.
2009-02-17 version 0.1
1. added the "About" popup. and the Copyright stuff.
2. license is GPL v2
2009-02-14
improved scheduling policy:
* delay scheduling initialization to one init per second (async)
* delay manual schedule to one script per second (async)
2009-02-11
1. added menu popup on right-button click, with:
* schedule => re-schedule immediately
* rescan => re-scan script directory
* about => (does nothing currently)
* quit => quit nall
2. added icon blinking on scripts output change
plus minor bugfixes and code cleanup (no more globals)
2008-12-29
This version fixes a bad behaviour when trying to launch a non-executable script
and adds a default output sorting in the tooltip by frequency order.
2008-12-16
This version uses a mutex for tooltip refresh. This is safer.
2008-11-08
Example scripts are in the scripts directory.
All given scripts are released into the public domain
You must modify them in order to fit your needs (HOSTNAME, etc..)
Then you can move them into ~/.nall/ and chmod them as 0700 in order
to not let other people to see your (probable) passwords used in them.
2008-10-16
This version of nall is unstable (and ugly) but... work.
Be careful on the private data of your scripts: make them chmod 700.
- happy hacking.