Skip to content

Commit adeb42a

Browse files
authored
Merge pull request #265 from MightyCreak/release-0.11.0
chore: create new release 0.11.0
2 parents 13ade66 + 94e902e commit adeb42a

File tree

14 files changed

+40
-18
lines changed

14 files changed

+40
-18
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
9+
10+
## [0.11.0] - 2026-03-12
911

1012
### Changed
1113

@@ -616,6 +618,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
616618

617619
- initial public release
618620

621+
[Unreleased]: https://github.com/MightyCreak/diffuse/compare/v0.11.0...HEAD
622+
[0.11.0]: https://github.com/MightyCreak/diffuse/compare/v0.10.0...v0.11.0
619623
[0.10.0]: https://github.com/MightyCreak/diffuse/compare/v0.9.0...v0.10.0
620624
[0.9.0]: https://github.com/MightyCreak/diffuse/compare/v0.8.2...v0.9.0
621625
[0.8.2]: https://github.com/MightyCreak/diffuse/compare/v0.8.1...v0.8.2

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,24 @@
4343
<update_contact>romain@foolstep.com</update_contact>
4444

4545
<releases>
46+
<release version="0.11.0" date="2026-03-12">
47+
<description>
48+
<p>Summary: allow multiple `-r` flags in command-line, update to GNOME 49.</p>
49+
<p>Changed:</p>
50+
<ul>
51+
<li>Update release process documentation (@MightyCreak)</li>
52+
<li>Minimal Pytnon release is now 3.10 (@MightyCreak)</li>
53+
<li>Update flatpak's GNOME runtime to 49 (@MightyCreak)</li>
54+
<li>Update PyPi requirements (@MightyCreak)</li>
55+
</ul>
56+
<p>Fixed:</p>
57+
<ul>
58+
<li>fix(cicd): update Github CI/CD script (@MightyCreak)</li>
59+
<li>Fix #246: Re-instate ability
60+
to provide multiple revs eg diffuse -r v1 -r v2 file (@bhepple)</li>
61+
</ul>
62+
</description>
63+
</release>
4664
<release version="0.10.0" date="2025-05-24">
4765
<description>
4866
<p>Summary: update to GNOME 48, updated a few translations.</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.10.0">
5+
<!ENTITY app-version "0.11.0">
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.10.0">
5+
<!ENTITY app-version "0.11.0">
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.10.0">
5+
<!ENTITY app-version "0.11.0">
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.10.0">
5+
<!ENTITY app-version "0.11.0">
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>2025-05-24</date>
8-
<version identifier="0.10.0" date="2025-05-24"/>
7+
<date>2026-03-12</date>
8+
<version identifier="0.11.0" date="2026-03-12"/>
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>2025-05-24</date>
8-
<version identifier="0.10.0" date="2025-05-24"/>
7+
<date>2026-03-12</date>
8+
<version identifier="0.11.0" date="2026-03-12"/>
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>2025-05-24</date>
8-
<version identifier="0.10.0" date="2025-05-24"/>
7+
<date>2026-03-12</date>
8+
<version identifier="0.11.0" date="2026-03-12"/>
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>2025-05-24</date>
8-
<version identifier="0.10.0" date="2025-05-24"/>
7+
<date>2026-03-12</date>
8+
<version identifier="0.11.0" date="2026-03-12"/>
99
<subject category="GNOME|Development|Applications"/>
1010
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
1111
<type>manual</type>

0 commit comments

Comments
 (0)