-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc285ce
commit 51f0fee
Showing
5 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
Release Notes | ||
============= | ||
|
||
Feb 23, 2014 v 1.18 | ||
------------------- | ||
* Issue 133, Patch from m.zdila to fix sticky mouse indicator. | ||
|
||
Jan 07, 2014 v 1.17 | ||
-------------------- | ||
* Added hi-color icons (thanks [email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
key-mon (1.18-1) unstable; urgency=low | ||
|
||
* Issue 133, Patch from m.zdila to fix sticky mouse indicator. | ||
|
||
-- Scott Kirkwood <[email protected]> Sun, 23 Feb 2014 20:31:30 +0500 | ||
|
||
key-mon (1.17-1) unstable; urgency=low | ||
|
||
* Added hi-color icons (thanks [email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
""" | ||
|
||
__author__ = 'Scott Kirkwood ([email protected])' | ||
__version__ = '1.17' | ||
__version__ = '1.18' | ||
|
||
import locale | ||
import logging | ||
|