Skip to content

Commit 336801f

Browse files
committed
Bump version to 0.7.2
1 parent dde7ace commit 336801f

File tree

15 files changed

+52
-15
lines changed

15 files changed

+52
-15
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [0.7.2] - 2021-11-18
16+
917
### Added
1018
- New options: log_print_output and log_print_stack, to print the log messages
1119
on the output and code stack
@@ -331,7 +339,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331339
### Added
332340
- initial public release
333341

334-
[Unreleased]: https://github.com/MightyCreak/diffuse/compare/v0.7.1...HEAD
342+
[Unreleased]: https://github.com/MightyCreak/diffuse/compare/v0.7.2...HEAD
343+
[0.7.2]: https://github.com/MightyCreak/diffuse/compare/v0.7.1...v0.7.2
335344
[0.7.1]: https://github.com/MightyCreak/diffuse/compare/v0.7.0...v0.7.1
336345
[0.7.0]: https://github.com/MightyCreak/diffuse/compare/v0.6.0...v0.7.0
337346
[0.6.0]: https://github.com/MightyCreak/diffuse/compare/v0.5.0...v0.6.0

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,34 @@
2121
</screenshot>
2222
</screenshots>
2323
<releases>
24+
<release version="0.7.2" date="2021-11-18">
25+
<description>
26+
<p>
27+
Patch release that fixes an error about APP_NAME and the Brazilian translation.
28+
</p>
29+
<p>Added:</p>
30+
<ul>
31+
<li>
32+
New options: log_print_output and log_print_stack, to print the log
33+
messages on the output and code stack
34+
</li>
35+
<li>
36+
New log function: utils.logErrorAndDialog, to both log and show a
37+
dialog message
38+
</li>
39+
</ul>
40+
<p>Changed:</p>
41+
<ul>
42+
<li>Modularized the VCSs (reducing main.py by around 1300 lines)</li>
43+
<li>Bump GNOME runtime version from 3.38 to 41</li>
44+
</ul>
45+
<p>Fixed:</p>
46+
<ul>
47+
<li>Fixed 'APP_NAME' error when opening non existing file</li>
48+
<li>Fixed the Portuguese Brazilian (pt_BR) translation</li>
49+
</ul>
50+
</description>
51+
</release>
2452
<release version="0.7.1" date="2021-11-17">
2553
<description>
2654
<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.1">
5+
<!ENTITY app-version "0.7.2">
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.1">
5+
<!ENTITY app-version "0.7.2">
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.1">
5+
<!ENTITY app-version "0.7.2">
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.1">
5+
<!ENTITY app-version "0.7.2">
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.1" date="2021-11-17"/>
8+
<version identifier="0.7.2" date="2021-11-18"/>
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.1" date="2021-11-17"/>
8+
<version identifier="0.7.2" date="2021-11-18"/>
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.1" date="2021-11-17"/>
8+
<version identifier="0.7.2" date="2021-11-18"/>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<maintainer>Derrick Moser</maintainer>
66
<title>Руководство Пользователя Diffuse</title>
77
<date>2021-11-17</date>
8-
<version identifier="0.7.1" date="2021-11-17"/>
8+
<version identifier="0.7.2" date="2021-11-18"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
1111
<type>manual</type>

0 commit comments

Comments
 (0)