Prepare for release v0.7.3
This commit is contained in:
parent
6a90c81a9c
commit
9365e18593
|
@ -11,5 +11,5 @@ trim_trailing_whitespace = true
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.{yml,yaml}]
|
[*.{yml,yaml,xml,xml.in}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
|
@ -6,14 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.3] - 2021-11-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added a linter (pylint) and fixed some errors
|
- Added linters (flake8 and mypy) and fixed some errors
|
||||||
- Added a lint job in the CI
|
- Added lint jobs for both in the CI
|
||||||
- Added a flatpak job in the CI
|
- Added a flatpak job in the CI
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- main.py slimmed down by about 5000 lines
|
- main.py slimmed down by about 5000 lines
|
||||||
- The new widgets.py is a bit fat though (~4000 lines)
|
- The new widgets.py is a bit fat though (~4000 lines)
|
||||||
|
- Updated the translation files
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The intense code cleaning seems to have fixed a bug with the `-c` argument
|
- The intense code cleaning seems to have fixed a bug with the `-c` argument
|
||||||
|
|
|
@ -21,6 +21,31 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.7.3" date="2021-11-22">
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Patch release that introduces linters (flake8 and mypy).
|
||||||
|
</p>
|
||||||
|
<p>Added:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Added linters (flake8 and mypy) and fixed some errors</li>
|
||||||
|
<li>Added lint jobs for both in the CI</li>
|
||||||
|
<li>Added a flatpak job in the CI</li>
|
||||||
|
</ul>
|
||||||
|
<p>Changed:</p>
|
||||||
|
<ul>
|
||||||
|
<li>main.py slimmed down by about 5000 lines</li>
|
||||||
|
<li>The new widgets.py is a bit fat though (~4000 lines)</li>
|
||||||
|
<li>Updated the translation files</li>
|
||||||
|
</ul>
|
||||||
|
<p>Fixed:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
The intense code cleaning seems to have fixed a bug with the `-c` argument (#120)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.7.2" date="2021-11-18">
|
<release version="0.7.2" date="2021-11-18">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -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.7.2">
|
<!ENTITY app-version "0.7.3">
|
||||||
<!ENTITY app-year "2006-2021">
|
<!ENTITY app-year "2006-2021">
|
||||||
<!ENTITY manual-year "2009-2021">
|
<!ENTITY manual-year "2009-2021">
|
||||||
]>
|
]>
|
||||||
|
|
|
@ -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.7.2">
|
<!ENTITY app-version "0.7.3">
|
||||||
<!ENTITY app-year "2006-2021">
|
<!ENTITY app-year "2006-2021">
|
||||||
<!ENTITY manual-year "2009-2021">
|
<!ENTITY manual-year "2009-2021">
|
||||||
]>
|
]>
|
||||||
|
|
|
@ -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.7.2">
|
<!ENTITY app-version "0.7.3">
|
||||||
<!ENTITY app-year "2006-2021">
|
<!ENTITY app-year "2006-2021">
|
||||||
<!ENTITY manual-year "2009-2021">
|
<!ENTITY manual-year "2009-2021">
|
||||||
]>
|
]>
|
||||||
|
|
|
@ -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.7.2">
|
<!ENTITY app-version "0.7.3">
|
||||||
<!ENTITY app-year "2006-2021">
|
<!ENTITY app-year "2006-2021">
|
||||||
<!ENTITY manual-year "2009-2021">
|
<!ENTITY manual-year "2009-2021">
|
||||||
]>
|
]>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<maintainer>Derrick Moser</maintainer>
|
<maintainer>Derrick Moser</maintainer>
|
||||||
<title>Diffuse User's Manual</title>
|
<title>Diffuse User's Manual</title>
|
||||||
<date>2021-11-17</date>
|
<date>2021-11-17</date>
|
||||||
<version identifier="0.7.2" date="2021-11-18"/>
|
<version identifier="0.7.3" date="2021-11-22"/>
|
||||||
<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>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<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>2021-11-17</date>
|
<date>2021-11-17</date>
|
||||||
<version identifier="0.7.2" date="2021-11-18"/>
|
<version identifier="0.7.3" date="2021-11-22"/>
|
||||||
<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>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<maintainer>Derrick Moser</maintainer>
|
<maintainer>Derrick Moser</maintainer>
|
||||||
<title>Manuale utente di Diffuse</title>
|
<title>Manuale utente di Diffuse</title>
|
||||||
<date>2021-11-17</date>
|
<date>2021-11-17</date>
|
||||||
<version identifier="0.7.2" date="2021-11-18"/>
|
<version identifier="0.7.3" date="2021-11-22"/>
|
||||||
<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>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<maintainer>Derrick Moser</maintainer>
|
<maintainer>Derrick Moser</maintainer>
|
||||||
<title>Руководство Пользователя Diffuse</title>
|
<title>Руководство Пользователя Diffuse</title>
|
||||||
<date>2021-11-17</date>
|
<date>2021-11-17</date>
|
||||||
<version identifier="0.7.2" date="2021-11-18"/>
|
<version identifier="0.7.3" date="2021-11-22"/>
|
||||||
<subject category="GNOME|Development|Applications"/>
|
<subject category="GNOME|Development|Applications"/>
|
||||||
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
|
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
|
||||||
<type>manual</type>
|
<type>manual</type>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('diffuse',
|
project('diffuse',
|
||||||
version: '0.7.2',
|
version: '0.7.3',
|
||||||
meson_version: '>= 0.50',
|
meson_version: '>= 0.50',
|
||||||
license: 'GPL-2.0-or-later',
|
license: 'GPL-2.0-or-later',
|
||||||
default_options: [ 'warning_level=2' ])
|
default_options: [ 'warning_level=2' ])
|
||||||
|
|
|
@ -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.7.2">
|
<!ENTITY app-version "0.7.3">
|
||||||
<!ENTITY app-cmd "diffuse">
|
<!ENTITY app-cmd "diffuse">
|
||||||
<!ENTITY date "2021-11-18">
|
<!ENTITY date "2021-11-22">
|
||||||
]>
|
]>
|
||||||
<!--
|
<!--
|
||||||
template for translating Diffuse's help documentation to a manual page
|
template for translating Diffuse's help documentation to a manual page
|
||||||
|
|
|
@ -25,7 +25,7 @@ import platform
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION='0.7.2'
|
VERSION='0.7.3'
|
||||||
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)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId=Diffuse
|
AppId=Diffuse
|
||||||
AppName={cm:ToolName}
|
AppName={cm:ToolName}
|
||||||
AppVerName=Diffuse 0.7.2
|
AppVerName=Diffuse 0.7.3
|
||||||
DefaultDirName={pf}\Diffuse
|
DefaultDirName={pf}\Diffuse
|
||||||
DefaultGroupName=Diffuse
|
DefaultGroupName=Diffuse
|
||||||
UninstallDisplayIcon={app}\diffusew.exe
|
UninstallDisplayIcon={app}\diffusew.exe
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#define MyAppName "Diffuse Merge Tool"
|
#define MyAppName "Diffuse Merge Tool"
|
||||||
#define MyAppGroupName "Diffuse"
|
#define MyAppGroupName "Diffuse"
|
||||||
#define MyAppVersion "0.7.2
|
#define MyAppVersion "0.7.3"
|
||||||
#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"
|
||||||
|
|
Loading…
Reference in New Issue