Releases: jovanlanik/gtklock
Releases Β· jovanlanik/gtklock
v4.0.0
Features
- Added date under clock
--follow-focus
option- Support for translation
- Czech translation
- Serbian translation
- German translation by @werdahias in #97
Fixes
- modules: handle multiarch systems' libdir by @mochaaP in #90
- auth: guard against race condition with messages by @mochaaP in #95
Other
Full Changelog: v3.0.0...v4.0.0
v3.0.0
This release finally brings ext-session-lock-v1 support! Gtklock is now safer and works on many more compositors.
Huge thanks to @Cu3PO42 for their work on the gtk-session-lock library.
Other changes include:
- Switched from make to meson (Thank you @lujianhua)
- Added
--layout
option for loading custom XML layout files (Thank you @Lassebq for the suggestion)
v2.1.0
- Lock/Unlock commands
- Should build on FreeBSD
- Bunch of small fixes and improvements
gtk4 is hopefully coming soon
v2.0.1
v2.0.0
This release reworks the UI to be XML-based. It simplifies the code and keeps the UI and logic more separated. It's also a first step to adding translation.
v1.4.1
window.c: add contributor to file header
v1.4.0
Modules are now checked for major and minor versions.
- module version check
- code quality
v1.3.8
- fixes and code quality
- allow changing module settings from command-line
v1.3.6
--version
command-line flag (Thank you @nwg-piotr for inspiration)- module version mismatch warning (Thank you @nwg-piotr for inspiration)
- caps lock warning (Thank you @emanuelserpa for suggestion)
- allow modules to add widgets over the main UI (Check out gtklock-powerbar-module)
v1.3.5
- small fixes and code quality
- added customization options (Thank you @MelihDarcanxyz)