Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 13 additions & 6 deletions data/io.github.mightycreak.Diffuse.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
<component type="desktop-application">
<id>io.github.mightycreak.Diffuse</id>
<name>Diffuse</name>
<summary>Graphical tool for merging and comparing text files</summary>
<summary>Compare and merge text files</summary>
<description>
<p>
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.
</p>
</description>
<keywords>
<keyword>diff</keyword>
<keyword>compare</keyword>
<keyword>merge</keyword>
<keyword>development</keyword>
<keyword>programming</keyword>
</keywords>
<supports>
<control>pointing</control>
<control>keyboard</control>
Expand All @@ -27,12 +34,12 @@

<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_main_window.png</image>
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_main_window.png</image>
<caption>Main window</caption>
</screenshot>
<screenshot>
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_about_window.png</image>
<caption>About window</caption>
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_preferences.png</image>
<caption>Preferences window</caption>
</screenshot>
</screenshots>

Expand Down
Binary file added docs/images/screenshot_main_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshot_preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading