Merge branch 'matthiasc/for-main' into 'main'

4.15.1

See merge request GNOME/gtk!7283
This commit is contained in:
Matthias Clasen 2024-05-22 00:00:21 +00:00
commit 8c6f7d1ae9
2 changed files with 19 additions and 3 deletions

20
NEWS
View File

@ -1,12 +1,20 @@
Overview of Changes in 4.15.1, xx-xx-xxxx
Overview of Changes in 4.15.2, xx-xx-xxxx
=========================================
Overview of Changes in 4.15.1, 21-05-2024
=========================================
* GtkGraphicsOffload:
- Don't crash without a child
* GtkSpinner:
- Don't animate when unmapped
* CSS:
- Support the :root selector
- Support variables and custom properties
- Support variables and custom properties (https://www.w3.org/TR/css-variables-1/)
- Implement math functions (https://www.w3.org/TR/css-values-4/)
- Support modern syntax and calc in rgb() and hsl()
* Icontheme:
- Make symbolic svg loading more efficient
@ -43,12 +51,20 @@ Overview of Changes in 4.15.1, xx-xx-xxxx
* Debugging:
- Show more texture details in the recorder
- Use GTK_DEBUG=css to see CSS deprecations
* macOS:
- Fix problems with events handed back to the OS
- Respect GDK_DEBUG=default-settings
- Allow applictions to handle Dock > Quit
* Deprecations:
- Use of @name colors in CSS
* Translation updates:
Catalan
Georgian
Hungarian
Korean
Portuguese
Turkish

View File

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