chore: update changelog

This commit is contained in:
Romain Failliot 2023-04-03 11:32:39 -04:00
parent 9a52c0ae34
commit b6571a23e6
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dialog: prompt only once if several files needs to be reloaded (@yuriiz)
- Use GTK3's Gtk.Application/Gtk.ApplicationWindow (@yuriiz)
- Split `DiffuseApplication` and `DiffuseWindow` classes in their own files (@MightyCreak)
- Use new Meson (from 0.50 to 0.55) and fixed deprecation warnings (@MightyCreak)
- Update from GNOME 42 to GNOME 44 (@MightyCreak)
- Mac: fix the shortcut for first/previous/next/last differences, now uses ⌘
instead of Ctrl (@krlmlr)
### Fixed