Gtklock Versions Save

GTK-based lockscreen for Wayland

v3.0.0

1 month ago

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

1 year ago
  • Lock/Unlock commands
  • Should build on FreeBSD
  • Bunch of small fixes and improvements gtk4 is hopefully coming soon

v2.0.1

1 year ago

fix regression that reintroduced #6

v2.0.0

1 year ago

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

1 year ago

v1.4.0

1 year ago

Modules are now checked for major and minor versions.

  • module version check
  • code quality

v1.3.8

1 year ago
  • fixes and code quality
  • allow changing module settings from command-line

v1.3.6

1 year ago
  • --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

1 year ago
  • small fixes and code quality
  • added customization options (Thank you @MelihDarcanxyz)

v1.3.4

1 year ago

More module improvements

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