Skip to content

Commit

Permalink
v0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Aug 14, 2019
1 parent 49fb982 commit c0f2f7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.9.1 clock fantastic
- logic hour change fix for fuzzyclock
- fuzzyclock option for translators where translated spoken hour is different from numeric hour
- Ensure date is updated on real date change
- hide countdown message window from docks
- Allow shift button for extras-daemon keybindings
- Add option for take-a-break to unlock the screensaver
- display dropby window close button icon
- change to pycodestyle test to remove deprecated pep8
- Lots of translation updates
v0.9.0 Time is no longer a constant...
- QuickChar mini app to find locale equivalent characters
- FuzzyClock applet
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="0.9.0"
VERSION="0.9.1"
NAME="budgie-extras"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit c0f2f7f

Please sign in to comment.