This commit is contained in:
Matthias Clasen 2021-12-30 09:59:38 -05:00
parent 8e6a0ec23d
commit 70cb61fb71
3 changed files with 38 additions and 2 deletions

36
NEWS
View File

@ -1,3 +1,39 @@
Overview of Changes
===================
* GtkProgressBar:
- Fix handling of "inverted"
* GtkLabel:
- Add a "natural wrap mode" property to influence how
natural width is determined
* GtkTextView
- Scroll insertion on-screen after undo / redo
* gsk:
- Abort region diffing when changes are too complex
* gdk:
- Avoid compressing discrete scroll events
- Fix problems with hiding windows
- Improve GL and GLES version checks
* Wayland:
- Support new high-contrast setting
* Inspector:
- Add DND inspection support
* build:
- Avoid deprecated meson apis
* Translation updates
Galician
Portuguese
Ukrainian
Overview of Changes in 4.5.1, 16-12-2021
========================================

View File

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

View File

@ -1 +1 @@
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.5
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.6