Skip to content

Commit 9fd76e3

Browse files
authored
Merge pull request #168 from MightyCreak/prepare-release-0.7.6
Prepare files for new release 0.7.6
2 parents d10bf15 + 3f2c96e commit 9fd76e3

File tree

16 files changed

+161
-34
lines changed

16 files changed

+161
-34
lines changed

CHANGELOG.md

Lines changed: 119 additions & 14 deletions
Large diffs are not rendered by default.

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,30 @@
2525

2626
<!-- Translators: no need to translate after this comment -->
2727
<developer_name>Romain Failliot</developer_name>
28-
<update_contact>romain.failliot@foolstep.com</update_contact>
28+
<update_contact>[email protected]</update_contact>
2929

3030
<releases>
31+
<release version="0.7.6" date="2022-10-23">
32+
<description>
33+
<p>
34+
Add port to Mac OS..
35+
</p>
36+
<p>Added:</p>
37+
<ul>
38+
<li>Port to Mac OS (thanks to @hugoholgersson)</li>
39+
</ul>
40+
<p>Changed:</p>
41+
<ul>
42+
<li>Documentation: added dev setup for MacOS</li>
43+
<li>Documentation: updated the dependencies</li>
44+
<li>CI/CD: GitHub actions warnings</li>
45+
</ul>
46+
<p>Fixed:</p>
47+
<ul>
48+
<li>Fixed MyPy errors</li>
49+
</ul>
50+
</description>
51+
</release>
3152
<release version="0.7.5" date="2022-04-15">
3253
<description>
3354
<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.5">
5+
<!ENTITY app-version "0.7.6">
66
<!ENTITY app-year "2006-2022">
77
<!ENTITY manual-year "2009-2022">
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.5">
5+
<!ENTITY app-version "0.7.6">
66
<!ENTITY app-year "2006-2022">
77
<!ENTITY manual-year "2009-2022">
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.5">
5+
<!ENTITY app-version "0.7.6">
66
<!ENTITY app-year "2006-2022">
77
<!ENTITY manual-year "2009-2022">
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.5">
5+
<!ENTITY app-version "0.7.6">
66
<!ENTITY app-year "2006-2022">
77
<!ENTITY manual-year "2009-2022">
88
]>

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>2022-04-15</date>
8-
<version identifier="0.7.5" date="2022-04-15"/>
7+
<date>2022-10-23</date>
8+
<version identifier="0.7.6" date="2022-10-23"/>
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>2022-04-15</date>
8-
<version identifier="0.7.5" date="2022-04-15"/>
7+
<date>2022-10-23</date>
8+
<version identifier="0.7.6" date="2022-10-23"/>
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>2022-04-15</date>
8-
<version identifier="0.7.5" date="2022-04-15"/>
7+
<date>2022-10-23</date>
8+
<version identifier="0.7.6" date="2022-10-23"/>
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>2022-04-15</date>
8-
<version identifier="0.7.5" date="2022-04-15"/>
7+
<date>2022-10-23</date>
8+
<version identifier="0.7.6" date="2022-10-23"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
1111
<type>manual</type>

0 commit comments

Comments
 (0)