Releases: jovanlanik/gtklock
Releases · jovanlanik/gtklock
v1.3.4
More module improvements
- Support loading multiple modules at once
- Load modules from system directory
- Small module fix
v1.3.2
This release includes more module improvements. Check out gtklock-userinfo-module.
- error message when module fails loading
- modules can now call functions from gtklock
- modules can now load values from the config
v1.3.1
- fix auth_child crash on musl
- update module support
v1.3.0
- Idle hide feature (Thank you @nwg-piotr for the suggestion)
- Man page (Thank you @bagnaram for the suggestion)
- Fixed a crash and a bug with messages (Thank you @ldelossa)
v1.2.0
Two new features and a small fix:
- Background option (Thank you @nwg-piotr for the suggestion)
- Time format option (Thank you @yavko for reporting missing functionality)
- Fix a crash when using some options from the config
v1.1.0
Many new features in this release, including but not limited to:
- Per output styling (example provided in the wiki)
- Better fingerprint support (PAM messages in UI)
- Automatic style loading from XDG dirs
- Config file support
Huge thanks to @ldelossa for testing fingerprint support and contributing XDG support!
v1.0.0
This is the first gtklock release I'm confident in calling good enough for daily use! I've been running it on my system without any issues.
Thanks to everyone that reported bugs and a huge thanks to @ErikReider for contributing!
20220531
clean up
20220522
This release adds module support, if you are interested in developing a module check out the example-module.
20220521
This release adds a password visibility button feature by a new contributor!