This commit is contained in:
Matthias Clasen 2021-03-25 07:44:51 -04:00
parent 8540bea65e
commit c52c944e33

45
NEWS
View File

@ -1,3 +1,48 @@
Overview of Changes in 4.2.0
============================
* Filechooser: Make the location entry work again
* Label: Fix tooltips on links
* X11:
- Fix damage handling
- Trap errors from the COW
* Windows:
- Use a visible scroll cursor
- Include more icons for icon-theme-less situations
* Wayland: Fix key event matching with mismatched layouts.
This was causing keyboard accelerators to trigger unexpectedly
* Inspector: Allow inspecting Unicode
* Input:
- Improve dead key handling
- Regenerate compose sequence table
* gsk:
- Fix a crash in the ngl renderer
- Fix a rounding error in subpixel glyph positioning
- ngl: Implement glyph cache eviction
- ngl: Improve the glyph cache effectiveness
- ngl: Fix uniform key mapping on Windows
- Make the ngl renderer the default
* build:
- Fix build with cairo as subproject
- Disable g_assert in release builds
- Include gi-docgen as subproject
- Include generated docs
* Translation updates:
Hungarian
Italian
Polish
Ukrainian
Overview of Changes in 4.1.2
============================