release: 0.8.1

This commit is contained in:
Romain Failliot 2023-04-07 13:41:11 -04:00
parent 24fb68882f
commit 2c91f77f88
15 changed files with 42 additions and 20 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.8.1 - 2023-04-07
### Changed ### Changed
- Remove log function calls from the stack trace when calling `logDebug` or - Remove log function calls from the stack trace when calling `logDebug` or

View File

@ -23,11 +23,11 @@
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image type="source">https://github.com/MightyCreak/diffuse/raw/main/docs/images/screenshot_v0.7.7_main_window.png</image> <image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_main_window.png</image>
<caption>Main window</caption> <caption>Main window</caption>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image type="source">https://github.com/MightyCreak/diffuse/raw/main/docs/images/screenshot_v0.7.7_about_window.png</image> <image type="source">https://raw.githubusercontent.com/MightyCreak/diffuse/main/docs/images/screenshot_v0.7.7_about_window.png</image>
<caption>About window</caption> <caption>About window</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>
@ -37,6 +37,26 @@
<update_contact>romain@foolstep.com</update_contact> <update_contact>romain@foolstep.com</update_contact>
<releases> <releases>
<release version="0.8.1" date="2023-04-07">
<description>
<p>
Fix for the shortcuts that weren't working anymore due to migration to Gtk.Application.
</p>
<p>Changed:</p>
<ul>
<li>Remove log function calls from the stack trace when calling `logDebug` or `logError` (@MightyCreak)</li>
<li>
Log functions used to log only on stderr, now `logDebug` logs on stdout and `logError`
logs on stderr (@MightyCreak)
</li>
<li>Change Git default branch from `master` to `main` (@MightyCreak)</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Shortcuts were not working since the move to Gtk.Application (issue #188) (@MightyCreak)</li>
</ul>
</description>
</release>
<release version="0.8.0" date="2023-04-03"> <release version="0.8.0" date="2023-04-03">
<description> <description>
<p> <p>

View File

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY app "Diffuse"> <!ENTITY app "Diffuse">
<!ENTITY app-version "0.8.0"> <!ENTITY app-version "0.8.1">
<!ENTITY app-year "2006-2023"> <!ENTITY app-year "2006-2023">
<!ENTITY manual-year "2009-2023"> <!ENTITY manual-year "2009-2023">
]> ]>

View File

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[ [
<!ENTITY app "Diffuse"> <!ENTITY app "Diffuse">
<!ENTITY app-version "0.8.0"> <!ENTITY app-version "0.8.1">
<!ENTITY app-year "2006-2023"> <!ENTITY app-year "2006-2023">
<!ENTITY manual-year "2009-2023"> <!ENTITY manual-year "2009-2023">
]> ]>

View File

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY app "Diffuse"> <!ENTITY app "Diffuse">
<!ENTITY app-version "0.8.0"> <!ENTITY app-version "0.8.1">
<!ENTITY app-year "2006-2023"> <!ENTITY app-year "2006-2023">
<!ENTITY manual-year "2009-2023"> <!ENTITY manual-year "2009-2023">
]> ]>

View File

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY app "Diffuse"> <!ENTITY app "Diffuse">
<!ENTITY app-version "0.8.0"> <!ENTITY app-version "0.8.1">
<!ENTITY app-year "2006-2023"> <!ENTITY app-year "2006-2023">
<!ENTITY manual-year "2009-2023"> <!ENTITY manual-year "2009-2023">
]> ]>

View File

@ -4,8 +4,8 @@
<creator>Derrick Moser</creator> <creator>Derrick Moser</creator>
<maintainer>Derrick Moser</maintainer> <maintainer>Derrick Moser</maintainer>
<title>Diffuse User's Manual</title> <title>Diffuse User's Manual</title>
<date>2023-04-03</date> <date>2023-04-07</date>
<version identifier="0.8.0" date="2023-04-03"/> <version identifier="0.8.1" date="2023-04-07"/>
<subject category="GNOME|Development|Applications"/> <subject category="GNOME|Development|Applications"/>
<description>Diffuse is a graphical tool for merging and comparing text files.</description> <description>Diffuse is a graphical tool for merging and comparing text files.</description>
<type>manual</type> <type>manual</type>

View File

@ -4,8 +4,8 @@
<creator>Derrick Moser</creator> <creator>Derrick Moser</creator>
<maintainer>Derrick Moser</maintainer> <maintainer>Derrick Moser</maintainer>
<title>Uživatelská příručka programu Diffuse</title> <title>Uživatelská příručka programu Diffuse</title>
<date>2023-04-03</date> <date>2023-04-07</date>
<version identifier="0.8.0" date="2023-04-03"/> <version identifier="0.8.1" date="2023-04-07"/>
<subject category="GNOME|Development|Applications"/> <subject category="GNOME|Development|Applications"/>
<description>Diffuse je grafický nástroj pro slučování a porovnávání textových souborů.</description> <description>Diffuse je grafický nástroj pro slučování a porovnávání textových souborů.</description>
<type>manual</type> <type>manual</type>

View File

@ -4,8 +4,8 @@
<creator>Derrick Moser</creator> <creator>Derrick Moser</creator>
<maintainer>Derrick Moser</maintainer> <maintainer>Derrick Moser</maintainer>
<title>Manuale utente di Diffuse</title> <title>Manuale utente di Diffuse</title>
<date>2023-04-03</date> <date>2023-04-07</date>
<version identifier="0.8.0" date="2023-04-03"/> <version identifier="0.8.1" date="2023-04-07"/>
<subject category="GNOME|Development|Applications"/> <subject category="GNOME|Development|Applications"/>
<description>Diffuse è uno strumento grafico per l'unione e il confronto di file di testo.</description> <description>Diffuse è uno strumento grafico per l'unione e il confronto di file di testo.</description>
<type>manual</type> <type>manual</type>

View File

@ -4,8 +4,8 @@
<creator>Derrick Moser</creator> <creator>Derrick Moser</creator>
<maintainer>Derrick Moser</maintainer> <maintainer>Derrick Moser</maintainer>
<title>Руководство Пользователя Diffuse</title> <title>Руководство Пользователя Diffuse</title>
<date>2023-04-03</date> <date>2023-04-07</date>
<version identifier="0.8.0" date="2023-04-03"/> <version identifier="0.8.1" date="2023-04-07"/>
<subject category="GNOME|Development|Applications"/> <subject category="GNOME|Development|Applications"/>
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description> <description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
<type>manual</type> <type>manual</type>

View File

@ -1,5 +1,5 @@
project('diffuse', project('diffuse',
version: '0.8.0', version: '0.8.1',
meson_version: '>= 0.55', meson_version: '>= 0.55',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
default_options: [ 'warning_level=2' ]) default_options: [ 'warning_level=2' ])

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsl:stylesheet [ <!DOCTYPE xsl:stylesheet [
<!ENTITY app "Diffuse"> <!ENTITY app "Diffuse">
<!ENTITY app-version "0.8.0"> <!ENTITY app-version "0.8.1">
<!ENTITY app-cmd "diffuse"> <!ENTITY app-cmd "diffuse">
<!ENTITY date "2023-04-03"> <!ENTITY date "2023-04-07">
]> ]>
<!-- <!--
template for translating Diffuse's help documentation to a manual page template for translating Diffuse's help documentation to a manual page

View File

@ -25,7 +25,7 @@ import platform
import subprocess import subprocess
import sys import sys
VERSION = '0.8.0' VERSION = '0.8.1'
PACKAGE = '1' PACKAGE = '1'
PLATFORM = 'win' + ''.join([c for c in platform.architecture()[0] if c.isdigit()]) PLATFORM = 'win' + ''.join([c for c in platform.architecture()[0] if c.isdigit()])
INSTALLER = 'diffuse-%s-%s.%s' % (VERSION, PACKAGE, PLATFORM) INSTALLER = 'diffuse-%s-%s.%s' % (VERSION, PACKAGE, PLATFORM)

View File

@ -5,7 +5,7 @@
[Setup] [Setup]
AppId=Diffuse AppId=Diffuse
AppName={cm:ToolName} AppName={cm:ToolName}
AppVerName=Diffuse 0.8.0 AppVerName=Diffuse 0.8.1
DefaultDirName={pf}\Diffuse DefaultDirName={pf}\Diffuse
DefaultGroupName=Diffuse DefaultGroupName=Diffuse
UninstallDisplayIcon={app}\diffusew.exe UninstallDisplayIcon={app}\diffusew.exe

View File

@ -4,7 +4,7 @@
#define MyAppName "Diffuse" #define MyAppName "Diffuse"
#define MyAppGroupName "Diffuse" #define MyAppGroupName "Diffuse"
#define MyAppVersion "0.8.0" #define MyAppVersion "0.8.1"
#define MyAppPublisher "Diffuse Team" #define MyAppPublisher "Diffuse Team"
#define MyAppURL "https://github.com/MightyCreak/diffuse/" #define MyAppURL "https://github.com/MightyCreak/diffuse/"
#define MyAppExeName "diffuse.exe" #define MyAppExeName "diffuse.exe"