Skip to content

Commit 2f52fad

Browse files
authored
Merge pull request #266 from MightyCreak/fix/app-metadata
fix: fixes some issues with the appdata file
2 parents adeb42a + 05784bb commit 2f52fad

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- fix: fixes some issues with the appdata file (@MightyCreak)
13+
1014
## [0.11.0] - 2026-03-12
1115

1216
### Changed

data/io.github.mightycreak.Diffuse.appdata.xml.in

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
<component type="desktop-application">
33
<id>io.github.mightycreak.Diffuse</id>
44
<name>Diffuse</name>
5-
<summary>Graphical tool for merging and comparing text files</summary>
5+
<summary>Compare and merge text files</summary>
66
<description>
77
<p>
8-
Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from
9-
Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, and Subversion repositories.
8+
Diffuse allows to compare and merge text files. It supports several version control systems:
9+
Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, and Subversion.
1010
</p>
1111
</description>
12+
<keywords>
13+
<keyword>diff</keyword>
14+
<keyword>compare</keyword>
15+
<keyword>merge</keyword>
16+
<keyword>development</keyword>
17+
<keyword>programming</keyword>
18+
</keywords>
1219
<supports>
1320
<control>pointing</control>
1421
<control>keyboard</control>
@@ -27,12 +34,12 @@
2734

2835
<screenshots>
2936
<screenshot type="default">
30-
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_main_window.png</image>
37+
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_main_window.png</image>
3138
<caption>Main window</caption>
3239
</screenshot>
3340
<screenshot>
34-
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_about_window.png</image>
35-
<caption>About window</caption>
41+
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_preferences.png</image>
42+
<caption>Preferences window</caption>
3643
</screenshot>
3744
</screenshots>
3845

80.3 KB
Loading
41 KB
Loading

0 commit comments

Comments
 (0)