Skip to content

Commit

Permalink
v0.9.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jul 25, 2019
1 parent bda9e92 commit b0f062c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.9.0 Time is no longer a constant...
- QuickChar mini app to find locale equivalent characters
- FuzzyClock applet
- Workspace Stopwatch applet
- Add budgie-extras-daemon to handle shortcut key handling
- Add budgie-brightness-controller applet
- Add automatic multi-monitor support for Showtime
- Translation updates
- Showtime bug fix to deal with more locale variations
- Set the defaults for hotcorners
- Scaling fixes for Showtime when theme/resolution/font changes
- Display Window Mover applet correctly on primary monitor when multiple monitors are available
- Rework Dropby to display in an independent window rather than a popup - this resolves
- panel freeze issues.
- Dropby bug-fix to deal with non-accessible mount-points
- Make Hotcorners show-desktop generic for all distros
- Fix right corner action appearance
- Window Mover no longer disappears when navigating using cursor keys
v0.8.3 Monthly special
- Translation update
- Fix showtime date display for non-english locales
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ The following packages are required for the various Vala plugins to work:
- libgee-0.8-dev
- libsoup2.4-dev
- libwnck-3-dev
- libkeybinder-3.0-dev
- libkeybinder-3.0-dev
- gnome-settings-daemon-dev
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.8.3"
VERSION="0.9.0"
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
6 changes: 3 additions & 3 deletions po/lt.po
Original file line number Diff line number Diff line change
Expand Up @@ -400,21 +400,21 @@ msgstr ""
#. TRANSLATORS: This Button Links to Gnome 'Calendar' application
#: budgie-fuzzyclock/src/FuzzyClockApplet.vala:341
msgid "Calendar"
msgstr ""
msgstr "Kalendorius"

#. TRANSLATORS: This Button Links to FuzzyClock 'Preferences' Pane
#. pack page2
#. TRANSLATORS: This Button Links to FuzzyClock 'Preferences' Pane
#: budgie-fuzzyclock/src/FuzzyClockApplet.vala:350
#: budgie-fuzzyclock/src/FuzzyClockApplet.vala:379
msgid "Preferences"
msgstr ""
msgstr "Nuostatos"

#. TRANSLATORS: When this checkbox is enabled the current date will be
#. displayed
#: budgie-fuzzyclock/src/FuzzyClockApplet.vala:361
msgid "Show date"
msgstr ""
msgstr "Rodyti datą"

#. TRANSLATORS: When this checkbox is disabled, fuzzy clock will name hours
#. 'midnight' to 'noon', then repeat 'one', 'two', 'three' ...
Expand Down

0 comments on commit b0f062c

Please sign in to comment.