WinNotify

 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
--- WinNotify rto 2009-04-13 19:01:30.829525 

+++ WinNotify rto 2009-04-14 19:07:17.322929 

@@ -11,11 +11,18 @@


 Usage
 ==
-Just call `WinNotify.exe <title> <text>` you can optionally define the time you wish the notification message to be on-screen by using the `-t <milliseconds>` option - although you should know that for the rules about the timeout range supported and when it is actually used is micrsoft'y and platform specific (also known as too stupid to make sense - TSTMS).
+Just call `WinNotify.exe <title> <text>` you can optionally define the time you wish the notification message to be on-screen by using the `-t <milliseconds>` option - although you should know that for the rules about the timeout range supported and when it is actually used is [micrsoft'y and platform specific][3] (also known as too stupid to make sense - TSTMS).

 Releases
 ==

+0.1.2
+--
+  * Use an Windows.Forms.Timer to make sure that the notification is removed when it times out.
+
+  * Also make the application exit when the notification is clicked.
+
+  * Added --version option to see the about page.
 0.1.1
 --
 This release is the first one released to the public.
@@ -26,12 +33,17 @@


 Download
 ==
-If you already have the .net 3.5 framework installed the only thing you need is [this .exe file][3] - i just dump it somewhere in my $PATH (or %PATH% as microsoft likes to call it).
+If you already have the .net 3.5 framework installed the only thing you need is [this .exe file][4] - i just dump it somewhere in my $PATH (or %PATH% as microsoft likes to call it).

-The source code is avilable [here][4] using the [bzr system][5].
+
+///BAZAAR http://192.168.99.101/bzr/winnotify///
+
+The source code is avilable [here][5] using the [bzr system][6].
+

   [1]: http://www.galago-project.org/ "libnotify"
   [2]: http://www.emacswiki.org/emacs/rcirc
-  [3]: /files/winnotify/WinNotify.exe
-  [4]: http://halfdans.net/bzr/winnotify/
-  [5]: http://bazaar-vcs.org
+  [3]: http://msdn.microsoft.com/en-us/library/ms160065.aspx
+  [4]: /files/winnotify/WinNotify.exe
+  [5]: http://halfdans.net/bzr/winnotify/
+  [6]: http://bazaar-vcs.org