As this release contains a massive refactoring effort as well as a general overhaul of the entire project, the following gives just general overview over the most significant changes. For a full list of all closed issued please refer to the issue tracker.
- Switch to a semantic versioning scheme (starting at
0.10.0
). - Provide an all new
Makefile
that handles common development and packaging tasks. - Support
gnome-shell
versions up to3.28
. - Add 'weblate.org' translation workflow.
- Provide basic documentation.
- Improve handling of async dbus calls.
- Update copyright notices.
JSHint
compliance (enforced by CI setup).- Fix multiple
variable redeclaration error
s. - Switch to a new UUID for the extension (
[email protected]
). - Split codebase over multiple files for clarity.
- Show extension version in preference dialog.
- Removed obsolete legacy imports.
- Fix GNOME Shell 3.18 compatibility issues.
- Activities are now scrolled to the bottom when opening the menu (@rrthomas).
- The uploaded extension was missing subfolders.
- Cosmetic fixes to the dropdown - set
min-width
and fix the input box.
- Bump Gnome compatibility to 3.14.
- Allow autocomplete after deltas and timestams (@ams-cs).
- Update icons (@0rAX0).
- German locale (@bwcknr).
- Check tag presence correctly and avoid adding hashes to activities (@toupeira).
- Call the windows synchronously, so hopefully less of two-click "window is ready".
- Fix typo in Czechz locale (@Idoktor).
- Fix vertical label alignment in panel (@beanaroo).
- Fix too much shadow (HT @jfcahce).
- Update to 3.10 (patch by @exine).
- Update to 3.8 (patches by @aleho and @WBTMagnum).
- Fix bug where unlock screen breaks just because we changed stage focus upon showing menu (issue #50).
- Attempt to fix bug with locale switching to english when hamster is running.
- Properly kill the refresh timeout on disabling.
- Switch over to GNOME Shell 3.6+.
- "Add earlier activity" now back in the dropdown.
- Reactivating task via extension now also includes tags and the description.
- Global hotkey is back - tweak it via extension preferences page.
- Initial push to
extensions.gnome.org
.