Skip to content

Releases: jovanlanik/gtklock

v3.0.0

19 Apr 13:39
Compare
Choose a tag to compare

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

06 May 13:55
Compare
Choose a tag to compare
  • Lock/Unlock commands
  • Should build on FreeBSD
  • Bunch of small fixes and improvements
    gtk4 is hopefully coming soon

v2.0.1

21 Oct 12:59
Compare
Choose a tag to compare

fix regression that reintroduced #6

v2.0.0

20 Oct 10:21
f15184a
Compare
Choose a tag to compare

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

10 Oct 01:43
Compare
Choose a tag to compare
window.c: add contributor to file header

v1.4.0

26 Sep 19:32
Compare
Choose a tag to compare

Modules are now checked for major and minor versions.

  • module version check
  • code quality

v1.3.8

21 Sep 22:40
Compare
Choose a tag to compare
  • fixes and code quality
  • allow changing module settings from command-line

v1.3.6

08 Sep 23:46
Compare
Choose a tag to compare
  • --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

02 Sep 13:53
Compare
Choose a tag to compare
  • small fixes and code quality
  • added customization options (Thank you @MelihDarcanxyz)

v1.3.4

03 Aug 16:32
Compare
Choose a tag to compare

More module improvements

  • Support loading multiple modules at once
  • Load modules from system directory
  • Small module fix