diff --git a/CHANGELOG.md b/CHANGELOG.md index 08bed7e..eb49db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Language: initial support for Rust language (thanks to @alopatindev) +- Language: initial support for Rust language (@alopatindev) ### Changed -- Translation: updated Swedish translation (thanks to @eson57) +- Translation: updated Swedish translation (@eson57) +- Dialog: prompt only once if several files needs to be reloaded (@yuriiz) + +### Fixed + +- fix: "Go to line..." dialog didn't show up (@MightyCreak) +- Tech debt: use `transient_for` instead of the deprecated `parent` when creating + a `Gtk.Widget` (@MightyCreak) - Documentation: prefer `pip3` over `pip` to ensure it works everywhere (thanks to @krlmlr) @@ -21,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Translation: updated Spanish translation (thanks to @oscfdezdz) +- Translation: updated Spanish translation (@oscfdezdz) - Translation: updated POT file - Translation: fixed issue with commented string that still needs translation @@ -29,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Port to Mac OS (thanks to @hugoholgersson) +- Port to Mac OS (@hugoholgersson) ### Changed diff --git a/data/io.github.mightycreak.Diffuse.appdata.xml.in b/data/io.github.mightycreak.Diffuse.appdata.xml.in index 1d11417..255c0f7 100644 --- a/data/io.github.mightycreak.Diffuse.appdata.xml.in +++ b/data/io.github.mightycreak.Diffuse.appdata.xml.in @@ -48,7 +48,7 @@

Added:

Changed: