diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f274bc5..73b8bb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- fix: fixes some issues with the appdata file (@MightyCreak) + ## [0.11.0] - 2026-03-12 ### Changed diff --git a/data/io.github.mightycreak.Diffuse.appdata.xml.in b/data/io.github.mightycreak.Diffuse.appdata.xml.in index f59ec008..6e58541c 100644 --- a/data/io.github.mightycreak.Diffuse.appdata.xml.in +++ b/data/io.github.mightycreak.Diffuse.appdata.xml.in @@ -2,13 +2,20 @@ io.github.mightycreak.Diffuse Diffuse - Graphical tool for merging and comparing text files + Compare and merge text files

- Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from - Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, and Subversion repositories. + Diffuse allows to compare and merge text files. It supports several version control systems: + Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, and Subversion.

+ + diff + compare + merge + development + programming + pointing keyboard @@ -27,12 +34,12 @@ - https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_main_window.png + https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_main_window.png Main window - https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_about_window.png - About window + https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_preferences.png + Preferences window diff --git a/docs/images/screenshot_main_window.png b/docs/images/screenshot_main_window.png new file mode 100644 index 00000000..db53675a Binary files /dev/null and b/docs/images/screenshot_main_window.png differ diff --git a/docs/images/screenshot_preferences.png b/docs/images/screenshot_preferences.png new file mode 100644 index 00000000..f20a7f3b Binary files /dev/null and b/docs/images/screenshot_preferences.png differ