release: 0.8.1
This commit is contained in:
parent
24fb68882f
commit
2c91f77f88
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.8.1 - 2023-04-07
|
||||
|
||||
### Changed
|
||||
|
||||
- Remove log function calls from the stack trace when calling `logDebug` or
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
|
||||
<screenshots>
|
||||
<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>
|
||||
</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>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
@ -37,6 +37,26 @@
|
|||
<update_contact>romain@foolstep.com</update_contact>
|
||||
|
||||
<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">
|
||||
<description>
|
||||
<p>
|
||||
|
|
|
@ -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" [
|
||||
<!ENTITY app "Diffuse">
|
||||
<!ENTITY app-version "0.8.0">
|
||||
<!ENTITY app-version "0.8.1">
|
||||
<!ENTITY app-year "2006-2023">
|
||||
<!ENTITY manual-year "2009-2023">
|
||||
]>
|
||||
|
|
|
@ -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"
|
||||
[
|
||||
<!ENTITY app "Diffuse">
|
||||
<!ENTITY app-version "0.8.0">
|
||||
<!ENTITY app-version "0.8.1">
|
||||
<!ENTITY app-year "2006-2023">
|
||||
<!ENTITY manual-year "2009-2023">
|
||||
]>
|
||||
|
|
|
@ -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" [
|
||||
<!ENTITY app "Diffuse">
|
||||
<!ENTITY app-version "0.8.0">
|
||||
<!ENTITY app-version "0.8.1">
|
||||
<!ENTITY app-year "2006-2023">
|
||||
<!ENTITY manual-year "2009-2023">
|
||||
]>
|
||||
|
|
|
@ -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" [
|
||||
<!ENTITY app "Diffuse">
|
||||
<!ENTITY app-version "0.8.0">
|
||||
<!ENTITY app-version "0.8.1">
|
||||
<!ENTITY app-year "2006-2023">
|
||||
<!ENTITY manual-year "2009-2023">
|
||||
]>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<creator>Derrick Moser</creator>
|
||||
<maintainer>Derrick Moser</maintainer>
|
||||
<title>Diffuse User's Manual</title>
|
||||
<date>2023-04-03</date>
|
||||
<version identifier="0.8.0" date="2023-04-03"/>
|
||||
<date>2023-04-07</date>
|
||||
<version identifier="0.8.1" date="2023-04-07"/>
|
||||
<subject category="GNOME|Development|Applications"/>
|
||||
<description>Diffuse is a graphical tool for merging and comparing text files.</description>
|
||||
<type>manual</type>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<creator>Derrick Moser</creator>
|
||||
<maintainer>Derrick Moser</maintainer>
|
||||
<title>Uživatelská příručka programu Diffuse</title>
|
||||
<date>2023-04-03</date>
|
||||
<version identifier="0.8.0" date="2023-04-03"/>
|
||||
<date>2023-04-07</date>
|
||||
<version identifier="0.8.1" date="2023-04-07"/>
|
||||
<subject category="GNOME|Development|Applications"/>
|
||||
<description>Diffuse je grafický nástroj pro slučování a porovnávání textových souborů.</description>
|
||||
<type>manual</type>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<creator>Derrick Moser</creator>
|
||||
<maintainer>Derrick Moser</maintainer>
|
||||
<title>Manuale utente di Diffuse</title>
|
||||
<date>2023-04-03</date>
|
||||
<version identifier="0.8.0" date="2023-04-03"/>
|
||||
<date>2023-04-07</date>
|
||||
<version identifier="0.8.1" date="2023-04-07"/>
|
||||
<subject category="GNOME|Development|Applications"/>
|
||||
<description>Diffuse è uno strumento grafico per l'unione e il confronto di file di testo.</description>
|
||||
<type>manual</type>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<creator>Derrick Moser</creator>
|
||||
<maintainer>Derrick Moser</maintainer>
|
||||
<title>Руководство Пользователя Diffuse</title>
|
||||
<date>2023-04-03</date>
|
||||
<version identifier="0.8.0" date="2023-04-03"/>
|
||||
<date>2023-04-07</date>
|
||||
<version identifier="0.8.1" date="2023-04-07"/>
|
||||
<subject category="GNOME|Development|Applications"/>
|
||||
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
|
||||
<type>manual</type>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('diffuse',
|
||||
version: '0.8.0',
|
||||
version: '0.8.1',
|
||||
meson_version: '>= 0.55',
|
||||
license: 'GPL-2.0-or-later',
|
||||
default_options: [ 'warning_level=2' ])
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE xsl:stylesheet [
|
||||
<!ENTITY app "Diffuse">
|
||||
<!ENTITY app-version "0.8.0">
|
||||
<!ENTITY app-version "0.8.1">
|
||||
<!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
|
||||
|
|
|
@ -25,7 +25,7 @@ import platform
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = '0.8.0'
|
||||
VERSION = '0.8.1'
|
||||
PACKAGE = '1'
|
||||
PLATFORM = 'win' + ''.join([c for c in platform.architecture()[0] if c.isdigit()])
|
||||
INSTALLER = 'diffuse-%s-%s.%s' % (VERSION, PACKAGE, PLATFORM)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
[Setup]
|
||||
AppId=Diffuse
|
||||
AppName={cm:ToolName}
|
||||
AppVerName=Diffuse 0.8.0
|
||||
AppVerName=Diffuse 0.8.1
|
||||
DefaultDirName={pf}\Diffuse
|
||||
DefaultGroupName=Diffuse
|
||||
UninstallDisplayIcon={app}\diffusew.exe
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#define MyAppName "Diffuse"
|
||||
#define MyAppGroupName "Diffuse"
|
||||
#define MyAppVersion "0.8.0"
|
||||
#define MyAppVersion "0.8.1"
|
||||
#define MyAppPublisher "Diffuse Team"
|
||||
#define MyAppURL "https://github.com/MightyCreak/diffuse/"
|
||||
#define MyAppExeName "diffuse.exe"
|
||||
|
|
Loading…
Reference in New Issue