Skip to content

Commit 0a168f7

Browse files
authored
Merge pull request #150 from MightyCreak/prepare-release-0.7.4
Prepare files for new release: 0.7.4
2 parents 1ff53df + 1d9e156 commit 0a168f7

File tree

15 files changed

+62
-26
lines changed

15 files changed

+62
-26
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 0.7.4 - 2022-04-03
10+
911
### Added
1012
- Added a `--remove-obsolete` option for the update-translation.py script
1113
- Added links to VCSs in README.md

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,40 @@
2828
<update_contact>[email protected]</update_contact>
2929

3030
<releases>
31+
<release version="0.7.4" date="2022-04-03">
32+
<description>
33+
<p>
34+
Mainly a maintenance release. It does increase the GNOME SDK's version.
35+
</p>
36+
<p>Added:</p>
37+
<ul>
38+
<li>Added a `--remove-obsolete` option for the update-translation.py script</li>
39+
<li>Added links to VCSs in README.md</li>
40+
<li>New keyword in config file: "option"</li>
41+
<li>Added instructions to install and run from a custom directory</li>
42+
</ul>
43+
<p>Changed:</p>
44+
<ul>
45+
<li>Updated the translation files</li>
46+
<li>Renamed POTFILES.in to POTFILES</li>
47+
<li>Renamed io.github.mightycreak.Diffuse.metadata.xml.in to io.github.mightycreak.Diffuse.appdata.xml.in</li>
48+
<li>Leaner README.md</li>
49+
<li>Moved the documentation to docs/</li>
50+
<li>In the CI, call the linters on the installed directory</li>
51+
<li>Renamed application name from "Diffuse Merge Tool" to "Diffuse"</li>
52+
<li>Linters can be run sooner (before installation)</li>
53+
<li>Better messages when an error occurs while parsing the config file</li>
54+
<li>Start converting the code to static types</li>
55+
<li>Add more information about the dependencies in the documentation</li>
56+
<li>Upgrade Flatpak GNOME's runtime to 42</li>
57+
</ul>
58+
<p>Fixed:</p>
59+
<ul>
60+
<li>>Removed the lasting lint errors (i.e. in main.py)</li>
61+
<li>>Fix Flatpak runtime version in documentation</li>
62+
</ul>
63+
</description>
64+
</release>
3165
<release version="0.7.3" date="2021-11-22">
3266
<description>
3367
<p>

data/usr/share/gnome/help/diffuse/C/diffuse.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
33
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
44
<!ENTITY app "Diffuse">
5-
<!ENTITY app-version "0.7.3">
6-
<!ENTITY app-year "2006-2021">
7-
<!ENTITY manual-year "2009-2021">
5+
<!ENTITY app-version "0.7.4">
6+
<!ENTITY app-year "2006-2022">
7+
<!ENTITY manual-year "2009-2022">
88
]>
99
<book id="index" lang="en">
1010
<title><application>&app;</application> User's Manual</title>

data/usr/share/gnome/help/diffuse/cs/diffuse.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
33
[
44
<!ENTITY app "Diffuse">
5-
<!ENTITY app-version "0.7.3">
6-
<!ENTITY app-year "2006-2021">
7-
<!ENTITY manual-year "2009-2021">
5+
<!ENTITY app-version "0.7.4">
6+
<!ENTITY app-year "2006-2022">
7+
<!ENTITY manual-year "2009-2022">
88
]>
99
<book id="index" lang="cs">
1010
<title>Uživatelská příručka programu <application>&app;</application></title>

data/usr/share/gnome/help/diffuse/it/diffuse.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
33
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
44
<!ENTITY app "Diffuse">
5-
<!ENTITY app-version "0.7.3">
6-
<!ENTITY app-year "2006-2021">
7-
<!ENTITY manual-year "2009-2021">
5+
<!ENTITY app-version "0.7.4">
6+
<!ENTITY app-year "2006-2022">
7+
<!ENTITY manual-year "2009-2022">
88
]>
99
<book id="index" lang="it">
1010
<title>Manuale utente di <application>&app;</application></title>

data/usr/share/gnome/help/diffuse/ru/diffuse.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
33
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
44
<!ENTITY app "Diffuse">
5-
<!ENTITY app-version "0.7.3">
6-
<!ENTITY app-year "2006-2021">
7-
<!ENTITY manual-year "2009-2021">
5+
<!ENTITY app-version "0.7.4">
6+
<!ENTITY app-year "2006-2022">
7+
<!ENTITY manual-year "2009-2022">
88
]>
99
<book id="index" lang="ru">
1010
<title>Руководство Пользователя <application>&app;</application></title>

data/usr/share/omf/diffuse/diffuse-C.omf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<creator>Derrick Moser</creator>
55
<maintainer>Derrick Moser</maintainer>
66
<title>Diffuse User's Manual</title>
7-
<date>2021-11-17</date>
8-
<version identifier="0.7.3" date="2021-11-22"/>
7+
<date>2022-04-03</date>
8+
<version identifier="0.7.4" date="2022-04-03"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Diffuse is a graphical tool for merging and comparing text files.</description>
1111
<type>manual</type>

data/usr/share/omf/diffuse/diffuse-cs.omf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<creator>Derrick Moser</creator>
55
<maintainer>Derrick Moser</maintainer>
66
<title>Uživatelská příručka programu Diffuse</title>
7-
<date>2021-11-17</date>
8-
<version identifier="0.7.3" date="2021-11-22"/>
7+
<date>2022-04-03</date>
8+
<version identifier="0.7.4" date="2022-04-03"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Diffuse je grafický nástroj pro slučování a porovnávání textových souborů.</description>
1111
<type>manual</type>

data/usr/share/omf/diffuse/diffuse-it.omf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<creator>Derrick Moser</creator>
55
<maintainer>Derrick Moser</maintainer>
66
<title>Manuale utente di Diffuse</title>
7-
<date>2021-11-17</date>
8-
<version identifier="0.7.3" date="2021-11-22"/>
7+
<date>2022-04-03</date>
8+
<version identifier="0.7.4" date="2022-04-03"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Diffuse è uno strumento grafico per l'unione e il confronto di file di testo.</description>
1111
<type>manual</type>

data/usr/share/omf/diffuse/diffuse-ru.omf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<creator>Derrick Moser</creator>
55
<maintainer>Derrick Moser</maintainer>
66
<title>Руководство Пользователя Diffuse</title>
7-
<date>2021-11-17</date>
8-
<version identifier="0.7.3" date="2021-11-22"/>
7+
<date>2022-04-03</date>
8+
<version identifier="0.7.4" date="2022-04-03"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
1111
<type>manual</type>

0 commit comments

Comments
 (0)