Skip to content

Commit 1dd1afe

Browse files
authored
Merge pull request #196 from MightyCreak/release-0.8.0
Prepare for release 0.8.0
2 parents 05d087c + ec92d27 commit 1dd1afe

File tree

15 files changed

+65
-26
lines changed

15 files changed

+65
-26
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.8.0 - 2023-04-03
11+
1012
### Added
1113

1214
- Language: initial support for Rust language (@alopatindev)

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,43 @@
3737
<update_contact>[email protected]</update_contact>
3838

3939
<releases>
40+
<release version="0.8.0" date="2023-04-03">
41+
<description>
42+
<p>
43+
Update to GNOME 44, improved GTK 3 support, initial support for Rust, added Turkish and
44+
Georgian translations, and a couple of fixes.
45+
</p>
46+
<p>Added:</p>
47+
<ul>
48+
<li>Language: initial support for Rust language (@alopatindev)</li>
49+
<li>Translation: added Turkish translation (@libreajans)</li>
50+
<li>Translation: added Georgian translation (@NorwayFun)</li>
51+
</ul>
52+
<p>Changed:</p>
53+
<ul>
54+
<li>Update from GNOME 42 to GNOME 44 (@MightyCreak)</li>
55+
<li>Translation: updated Swedish translation (@eson57)</li>
56+
<li>Dialog: prompt only once if several files needs to be reloaded (@yuriiz)</li>
57+
<li>Use GTK3's Gtk.Application/Gtk.ApplicationWindow (@yuriiz)</li>
58+
<li>Split `DiffuseApplication` and `DiffuseWindow` classes in their own files (@MightyCreak)</li>
59+
<li>Use new Meson (from 0.50 to 0.55) and fixed deprecation warnings (@MightyCreak)</li>
60+
<li>
61+
Mac: fix the shortcut for first/previous/next/last differences, now uses ⌘ instead of
62+
Ctrl (@krlmlr)
63+
</li>
64+
</ul>
65+
<p>Fixed:</p>
66+
<ul>
67+
<li>"Go to line..." dialog didn't show up (@MightyCreak)</li>
68+
<li>
69+
Tech debt: use `transient_for` instead of the deprecated `parent` when creating a
70+
`Gtk.Widget` (@MightyCreak)
71+
</li>
72+
<li>Documentation: prefer `pip3` over `pip` to ensure it works everywhere (@krlmlr)</li>
73+
<li>Flatpak: add missing `--filesystem=xdg-run/gvfsd` privilege (@MightyCreak)</li>
74+
</ul>
75+
</description>
76+
</release>
4077
<release version="0.7.7" date="2022-10-23">
4178
<description>
4279
<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.7">
6-
<!ENTITY app-year "2006-2022">
7-
<!ENTITY manual-year "2009-2022">
5+
<!ENTITY app-version "0.8.0">
6+
<!ENTITY app-year "2006-2023">
7+
<!ENTITY manual-year "2009-2023">
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.7">
6-
<!ENTITY app-year "2006-2022">
7-
<!ENTITY manual-year "2009-2022">
5+
<!ENTITY app-version "0.8.0">
6+
<!ENTITY app-year "2006-2023">
7+
<!ENTITY manual-year "2009-2023">
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.7">
6-
<!ENTITY app-year "2006-2022">
7-
<!ENTITY manual-year "2009-2022">
5+
<!ENTITY app-version "0.8.0">
6+
<!ENTITY app-year "2006-2023">
7+
<!ENTITY manual-year "2009-2023">
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.7">
6-
<!ENTITY app-year "2006-2022">
7-
<!ENTITY manual-year "2009-2022">
5+
<!ENTITY app-version "0.8.0">
6+
<!ENTITY app-year "2006-2023">
7+
<!ENTITY manual-year "2009-2023">
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>2022-10-23</date>
8-
<version identifier="0.7.7" date="2022-10-23"/>
7+
<date>2023-04-03</date>
8+
<version identifier="0.8.0" date="2023-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>2022-10-23</date>
8-
<version identifier="0.7.7" date="2022-10-23"/>
7+
<date>2023-04-03</date>
8+
<version identifier="0.8.0" date="2023-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>2022-10-23</date>
8-
<version identifier="0.7.7" date="2022-10-23"/>
7+
<date>2023-04-03</date>
8+
<version identifier="0.8.0" date="2023-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>2022-10-23</date>
8-
<version identifier="0.7.7" date="2022-10-23"/>
7+
<date>2023-04-03</date>
8+
<version identifier="0.8.0" date="2023-04-03"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
1111
<type>manual</type>

0 commit comments

Comments
 (0)