|
2 | 2 | <component type="desktop-application"> |
3 | 3 | <id>io.github.mightycreak.Diffuse</id> |
4 | 4 | <name>Diffuse</name> |
5 | | - <summary>Graphical tool for merging and comparing text files</summary> |
| 5 | + <summary>Compare and merge text files</summary> |
6 | 6 | <description> |
7 | 7 | <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. |
10 | 10 | </p> |
11 | 11 | </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> |
12 | 19 | <supports> |
13 | 20 | <control>pointing</control> |
14 | 21 | <control>keyboard</control> |
|
27 | 34 |
|
28 | 35 | <screenshots> |
29 | 36 | <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> |
31 | 38 | <caption>Main window</caption> |
32 | 39 | </screenshot> |
33 | 40 | <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> |
36 | 43 | </screenshot> |
37 | 44 | </screenshots> |
38 | 45 |
|
|
0 commit comments