This commit is contained in:
Matthias Clasen
2021-01-18 22:23:57 -05:00
parent 94f90f457a
commit 146b4c93ba
2 changed files with 50 additions and 1 deletions

49
NEWS
View File

@@ -1,3 +1,52 @@
Overview of Changes in 4.0.2
============================
* GtkAboutDialog:
- Set icon size for the logo
- Fix initial focus to be the same as in GTK 3
* GtkImage:
- Update icons on scale change
* Wayland: Fix crashes with touch and tablet events
* Windows:
- Fix surface and geometry computation
- Remove layered window usage
* MacOS: Support stylus devices
* Themes:
- Adwaita: Remove edge highlights
- Adwaita: Update image assets
- Make Adwaita-dark available as standalone theme
- Make HighContrastInverse the dark variant of HighContrast
* Docs:
- Complete GtkAspectFrame docs
- Clarify migration docs for widget signals
* Inspector:
- Fix a critical with the recorder
- Fix a crash with treeviews
- Show overlay layout properties
- Add a legend for the layout overlay
* Build:
- Fix build with gcc 11
- Support building without sassc
* Translation updates:
Basque
Czech
Friulian
Polish
Romanian
Spanish
Swedish
Ukrainian
Overview of Changes in 4.0.1
============================

View File

@@ -1,5 +1,5 @@
project('gtk', 'c',
version: '4.0.1',
version: '4.0.2',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',