Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 958 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 958 Bytes

Changelog

[Unreleased]

[1.0.2] - 7 Nov 2023

  • Fix tests on Arch
  • Realize and unrealize on remap instead of setting visibility
  • Fix major use-after-free bug causing many crashes

[1.0.1] - 1 Jul 2023

  • Add lua example
  • Add links to Rust and Ruby bindings
  • Fix doc name conflicts with GTK3 library version
  • Add smoke tests

[1.0.0] - 11 Apr 2023

  • Port library and examples from GTK3 to GTK4
  • Remove deprecated functions gtk_layer_set_keyboard_interactivity() and gtk_layer_get_keyboard_interactivity() (gtk_layer_set_keyboard_mode() and gtk_layer_get_keyboard_mode() can be used instead)
  • Change how layer surface window size is controlled, use gtk_window_set_default_size() now
  • Build documentation with GitHub actions and host with GitHub Pages
  • EDIT: Change license from LGPL to MIT (most of the gtk-layer-shell code was always MIT, and the LGPL bits have all been dropped)