Skip to content

Commit 22b1c9b

Browse files
authored
Merge pull request #126 from MightyCreak/prepare-for-release-0.7.3
Prepare for release v0.7.3
2 parents 6a90c81 + 9365e18 commit 22b1c9b

File tree

16 files changed

+45
-17
lines changed

16 files changed

+45
-17
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ trim_trailing_whitespace = true
1111
[*.md]
1212
trim_trailing_whitespace = false
1313

14-
[*.{yml,yaml}]
14+
[*.{yml,yaml,xml,xml.in}]
1515
indent_size = 2

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.3] - 2021-11-22
10+
911
### Added
10-
- Added a linter (pylint) and fixed some errors
11-
- Added a lint job in the CI
12+
- Added linters (flake8 and mypy) and fixed some errors
13+
- Added lint jobs for both in the CI
1214
- Added a flatpak job in the CI
1315

1416
### Changed
1517
- main.py slimmed down by about 5000 lines
1618
- The new widgets.py is a bit fat though (~4000 lines)
19+
- Updated the translation files
1720

1821
### Fixed
1922
- The intense code cleaning seems to have fixed a bug with the `-c` argument

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,31 @@
2121
</screenshot>
2222
</screenshots>
2323
<releases>
24+
<release version="0.7.3" date="2021-11-22">
25+
<description>
26+
<p>
27+
Patch release that introduces linters (flake8 and mypy).
28+
</p>
29+
<p>Added:</p>
30+
<ul>
31+
<li>Added linters (flake8 and mypy) and fixed some errors</li>
32+
<li>Added lint jobs for both in the CI</li>
33+
<li>Added a flatpak job in the CI</li>
34+
</ul>
35+
<p>Changed:</p>
36+
<ul>
37+
<li>main.py slimmed down by about 5000 lines</li>
38+
<li>The new widgets.py is a bit fat though (~4000 lines)</li>
39+
<li>Updated the translation files</li>
40+
</ul>
41+
<p>Fixed:</p>
42+
<ul>
43+
<li>
44+
The intense code cleaning seems to have fixed a bug with the `-c` argument (#120)
45+
</li>
46+
</ul>
47+
</description>
48+
</release>
2449
<release version="0.7.2" date="2021-11-18">
2550
<description>
2651
<p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2">
5+
<!ENTITY app-version "0.7.3">
66
<!ENTITY app-year "2006-2021">
77
<!ENTITY manual-year "2009-2021">
88
]>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2">
5+
<!ENTITY app-version "0.7.3">
66
<!ENTITY app-year "2006-2021">
77
<!ENTITY manual-year "2009-2021">
88
]>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2">
5+
<!ENTITY app-version "0.7.3">
66
<!ENTITY app-year "2006-2021">
77
<!ENTITY manual-year "2009-2021">
88
]>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2">
5+
<!ENTITY app-version "0.7.3">
66
<!ENTITY app-year "2006-2021">
77
<!ENTITY manual-year "2009-2021">
88
]>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<maintainer>Derrick Moser</maintainer>
66
<title>Diffuse User's Manual</title>
77
<date>2021-11-17</date>
8-
<version identifier="0.7.2" date="2021-11-18"/>
8+
<version identifier="0.7.3" date="2021-11-22"/>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<maintainer>Derrick Moser</maintainer>
66
<title>Uživatelská příručka programu Diffuse</title>
77
<date>2021-11-17</date>
8-
<version identifier="0.7.2" date="2021-11-18"/>
8+
<version identifier="0.7.3" date="2021-11-22"/>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<maintainer>Derrick Moser</maintainer>
66
<title>Manuale utente di Diffuse</title>
77
<date>2021-11-17</date>
8-
<version identifier="0.7.2" date="2021-11-18"/>
8+
<version identifier="0.7.3" date="2021-11-22"/>
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>

0 commit comments

Comments
 (0)