Skip to content

Commit

Permalink
chore: release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cu3PO42 committed Apr 10, 2024
1 parent cc35a32 commit b3544f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Changelog

## 0.2

* Adds compatibility with gtk-layer-shell. Both libraries can now be used in the same process without interfering with each other.
* The required order of operations when hiding a session surface is slightly different. The new function `gtk_session_lock_unmap_lock_window` must be called before hiding a window rendered as a lockscreen.
* Adds examples for C and Python.

## 0.1

* Initial release of the library.

## [Unreleased]
2 changes: 1 addition & 1 deletion gtk-session-lock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gtk-session-lock";
version = "0.1.0";
version = "0.2.0";

outputs = [ "out" "dev" ];

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('gtk-session-lock',
['c'],
version: '0.1.0',
version: '0.2.0',
license: 'GPLv3',
meson_version: '>=0.45.1',
default_options: ['c_std=gnu11', 'warning_level=3'])
Expand Down

0 comments on commit b3544f3

Please sign in to comment.