Skip to content

Commit 2c91f77

Browse files
committed
release: 0.8.1
1 parent 24fb688 commit 2c91f77

File tree

15 files changed

+42
-20
lines changed

15 files changed

+42
-20
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.1 - 2023-04-07
11+
1012
### Changed
1113

1214
- Remove log function calls from the stack trace when calling `logDebug` or

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
<screenshots>
2525
<screenshot type="default">
26-
<image type="source">https://github.com/MightyCreak/diffuse/raw/main/docs/images/screenshot_v0.7.7_main_window.png</image>
26+
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_main_window.png</image>
2727
<caption>Main window</caption>
2828
</screenshot>
2929
<screenshot>
30-
<image type="source">https://github.com/MightyCreak/diffuse/raw/main/docs/images/screenshot_v0.7.7_about_window.png</image>
30+
<image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_about_window.png</image>
3131
<caption>About window</caption>
3232
</screenshot>
3333
</screenshots>
@@ -37,6 +37,26 @@
3737
<update_contact>[email protected]</update_contact>
3838

3939
<releases>
40+
<release version="0.8.1" date="2023-04-07">
41+
<description>
42+
<p>
43+
Fix for the shortcuts that weren't working anymore due to migration to Gtk.Application.
44+
</p>
45+
<p>Changed:</p>
46+
<ul>
47+
<li>Remove log function calls from the stack trace when calling `logDebug` or `logError` (@MightyCreak)</li>
48+
<li>
49+
Log functions used to log only on stderr, now `logDebug` logs on stdout and `logError`
50+
logs on stderr (@MightyCreak)
51+
</li>
52+
<li>Change Git default branch from `master` to `main` (@MightyCreak)</li>
53+
</ul>
54+
<p>Fixed:</p>
55+
<ul>
56+
<li>Shortcuts were not working since the move to Gtk.Application (issue #188) (@MightyCreak)</li>
57+
</ul>
58+
</description>
59+
</release>
4060
<release version="0.8.0" date="2023-04-03">
4161
<description>
4262
<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.8.0">
5+
<!ENTITY app-version "0.8.1">
66
<!ENTITY app-year "2006-2023">
77
<!ENTITY manual-year "2009-2023">
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.8.0">
5+
<!ENTITY app-version "0.8.1">
66
<!ENTITY app-year "2006-2023">
77
<!ENTITY manual-year "2009-2023">
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.8.0">
5+
<!ENTITY app-version "0.8.1">
66
<!ENTITY app-year "2006-2023">
77
<!ENTITY manual-year "2009-2023">
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.8.0">
5+
<!ENTITY app-version "0.8.1">
66
<!ENTITY app-year "2006-2023">
77
<!ENTITY manual-year "2009-2023">
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>2023-04-03</date>
8-
<version identifier="0.8.0" date="2023-04-03"/>
7+
<date>2023-04-07</date>
8+
<version identifier="0.8.1" date="2023-04-07"/>
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>2023-04-03</date>
8-
<version identifier="0.8.0" date="2023-04-03"/>
7+
<date>2023-04-07</date>
8+
<version identifier="0.8.1" date="2023-04-07"/>
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>2023-04-03</date>
8-
<version identifier="0.8.0" date="2023-04-03"/>
7+
<date>2023-04-07</date>
8+
<version identifier="0.8.1" date="2023-04-07"/>
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>2023-04-03</date>
8-
<version identifier="0.8.0" date="2023-04-03"/>
7+
<date>2023-04-07</date>
8+
<version identifier="0.8.1" date="2023-04-07"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
1111
<type>manual</type>

0 commit comments

Comments
 (0)