Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

73 lines (39 loc) · 1.49 KB

Changelog

0.4.0 (2024-03-09)

What's Changed

  • use yaru.dart colors for window background by @Jupi007 in #47

0.3.1

  • Fix Adwaita white line on top when maximized by @Jupi007 in #32

0.3.0

  • Update dependency yaru to ^0.5.0 by @renovate in #25
  • Add option to use libhandy without widget tree manipulation by @jpnurmi in #28
  • Revert shadow to Gtk3 one by @Jupi007 in #29

0.2.1

  • Compile stylesheet using sass (#21).
  • Mimic Libadwaita window and headerbar style (#22).

0.2.0

  • Add soft light border in dark theme (#20).

0.1.9

  • Fix missing close button on non-GNOME X11 platforms (#13).

0.1.8

  • Add missing null check for the header bar.

0.1.7

  • Allow leaving GTK/HDY header bar out.

0.1.6

  • Check for CSD support & respect the GTK_CSD environment variable.

0.1.5

  • Fix -Wunused-parameter warnings.

0.1.4+1

  • Clean up debug output

0.1.4

  • Fix crash on window close.

0.1.3

  • Fix RUNPATH to ensure that libhandy_flutter.so is found when deployed.

0.1.2

  • Fix build on Ubuntu 18.04 with old glib version < 2.58.

0.1.1

  • Fix compatibility with the core18-based Flutter snap

0.1.0+1

  • Fix .gitignore'd libhandy headers.

0.1.0

  • Initial release.