This commit is contained in:
Matthias Clasen 2022-09-16 12:29:33 -04:00
parent 65adcec82f
commit 3a941eff4a
2 changed files with 33 additions and 1 deletions

32
NEWS
View File

@ -1,3 +1,35 @@
Overview of Changes in 4.8.1, 16-09-2022
========================================
* Input:
- Fix problems with input method interactions that caused
dead keys not to work
- Accept single-key compose sequences (these are used with
some keyboard layouts)
* GtkColumnView:
- Flip column order in right-to-left context
* GtkGridView:
- Fix problems with rubberbanding
* GtkFileChooser:
- Fix positioning of popovers in the places view
- Make ~ and . keyboard shortcuts work again
* gsk:
- Make glyph upload more similar to icons
* Make file transfer via portals work, this fixes file
copy/paste and dnd in flatpaks
* Translation updates:
Catalan
Chinese (China)
Chinese (Taiwan)
Latvian
Overview of Changes in 4.8.0, 06-09-2022 Overview of Changes in 4.8.0, 06-09-2022
======================================== ========================================

View File

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