Skip to content

Commit

Permalink
Bump version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wmww committed Dec 12, 2020
1 parent 2409008 commit f35b1c9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## [0.5.2] - 11 Dec 2020
- Fix: normalize keyboard interactivity boolean to `TRUE` or `FALSE`
- Fix: Set layer windows to mapped (removes warning on tooltip creation and fixes subsurfaces created as a `GTK_WINDOW_POPUP` window, fixes [#38](https://github.com/wmww/gtk-layer-shell/issues/38))
- Examples: Rename `gtk-layer-example` -> `simple-example-c`
- Examples: merge `simple-example-c` and `gtk-layer-demo` into `examples` directory
- Examples: add Vala example (not built with rest of project, does not add dependency)
- Examples: add Python example
- Meson: change GTK dependency `gtk+-wayland-3.0` -> `gtk+-3.0`
- Meson: drop .types file in docs
- Tests: change "test client" terminology to "integration test"
- Tests: colored output
- Tests: check that all tests are added to meson
- Compat: bump supported GTK to v3.24.24

## [0.5.1] - 1 Nov 2020
- Tests: fix integration test timeout on GTK v3.24.23 (fixes [#91](https://github.com/wmww/gtk-layer-shell/issues/91))

Expand Down
15 changes: 8 additions & 7 deletions compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ The table below shows which GTK Layer Shell versions work with which GTK version

| GTK Layer Shell | Explicitly supported GTK | Highest GTK known to work | GTK versions known to crash |
|---|---|---|---|
| __v0.1.0__ | v3.20.0 - v3.24.11 | v3.24.23 | - |
| __v0.2.0__ | v3.20.0 - v3.24.21 | v3.24.23 | - |
| __v0.3.0__ | v3.20.0 - v3.24.22 | v3.24.23 | - |
| __v0.4.0__ | v3.20.0 - v3.24.23 | v3.24.23 | - |
| __v0.5.0__ | v3.20.0 - v3.24.23 | v3.24.23 | - |
| __v0.5.1__ | v3.20.0 - v3.24.23 | v3.24.23 | - |
| __master__ | v3.20.0 - v3.24.23 | v3.24.23 | - |
| __v0.1.0__ | v3.20.0 - v3.24.11 | v3.24.24 | - |
| __v0.2.0__ | v3.20.0 - v3.24.21 | v3.24.24 | - |
| __v0.3.0__ | v3.20.0 - v3.24.22 | v3.24.24 | - |
| __v0.4.0__ | v3.20.0 - v3.24.23 | v3.24.24 | - |
| __v0.5.0__ | v3.20.0 - v3.24.23 | v3.24.24 | - |
| __v0.5.1__ | v3.20.0 - v3.24.23 | v3.24.24 | - |
| __v0.5.2__ | v3.20.0 - v3.24.24 | v3.24.24 | - |
| __master__ | v3.20.0 - v3.24.24 | v3.24.24 | - |
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('gtk-layer-shell',
['c'],
version: '0.5.1',
version: '0.5.2',
license: 'LGPLv3',
meson_version: '>=0.45.1',
default_options: ['c_std=gnu11', 'warning_level=3'])
Expand Down

0 comments on commit f35b1c9

Please sign in to comment.