Merge pull request #171 from MightyCreak/prepare-release-0.7.7

Prepare files for release 0.7.7
This commit is contained in:
Creak 2022-10-23 20:16:07 -04:00 committed by GitHub
commit c07f6681dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 29 additions and 14 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.7.7 - 2022-10-23
### Changed
- Translation: updated Spanish translation

View File

@ -28,10 +28,23 @@
<update_contact>romain@foolstep.com</update_contact>
<releases>
<release version="0.7.7" date="2022-10-23">
<description>
<p>
Update translations.
</p>
<p>Changed:</p>
<ul>
<li>Translation: updated Spanish translation</li>
<li>Translation: updated POT file</li>
<li>Translation: fixed issue with commented string that still needs translation</li>
</ul>
</description>
</release>
<release version="0.7.6" date="2022-10-23">
<description>
<p>
Add port to Mac OS..
Add port to Mac OS.
</p>
<p>Added:</p>
<ul>

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" [
<!ENTITY app "Diffuse">
<!ENTITY app-version "0.7.6">
<!ENTITY app-version "0.7.7">
<!ENTITY app-year "2006-2022">
<!ENTITY manual-year "2009-2022">
]>

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"
[
<!ENTITY app "Diffuse">
<!ENTITY app-version "0.7.6">
<!ENTITY app-version "0.7.7">
<!ENTITY app-year "2006-2022">
<!ENTITY manual-year "2009-2022">
]>

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" [
<!ENTITY app "Diffuse">
<!ENTITY app-version "0.7.6">
<!ENTITY app-version "0.7.7">
<!ENTITY app-year "2006-2022">
<!ENTITY manual-year "2009-2022">
]>

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" [
<!ENTITY app "Diffuse">
<!ENTITY app-version "0.7.6">
<!ENTITY app-version "0.7.7">
<!ENTITY app-year "2006-2022">
<!ENTITY manual-year "2009-2022">
]>

View File

@ -5,7 +5,7 @@
<maintainer>Derrick Moser</maintainer>
<title>Diffuse User's Manual</title>
<date>2022-10-23</date>
<version identifier="0.7.6" date="2022-10-23"/>
<version identifier="0.7.7" date="2022-10-23"/>
<subject category="GNOME|Development|Applications"/>
<description>Diffuse is a graphical tool for merging and comparing text files.</description>
<type>manual</type>

View File

@ -5,7 +5,7 @@
<maintainer>Derrick Moser</maintainer>
<title>Uživatelská příručka programu Diffuse</title>
<date>2022-10-23</date>
<version identifier="0.7.6" date="2022-10-23"/>
<version identifier="0.7.7" date="2022-10-23"/>
<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>

View File

@ -5,7 +5,7 @@
<maintainer>Derrick Moser</maintainer>
<title>Manuale utente di Diffuse</title>
<date>2022-10-23</date>
<version identifier="0.7.6" date="2022-10-23"/>
<version identifier="0.7.7" date="2022-10-23"/>
<subject category="GNOME|Development|Applications"/>
<description>Diffuse è uno strumento grafico per l'unione e il confronto di file di testo.</description>
<type>manual</type>

View File

@ -5,7 +5,7 @@
<maintainer>Derrick Moser</maintainer>
<title>Руководство Пользователя Diffuse</title>
<date>2022-10-23</date>
<version identifier="0.7.6" date="2022-10-23"/>
<version identifier="0.7.7" date="2022-10-23"/>
<subject category="GNOME|Development|Applications"/>
<description>Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов.</description>
<type>manual</type>

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY app "Diffuse">
<!ENTITY app-version "0.7.6">
<!ENTITY app-version "0.7.7">
<!ENTITY app-cmd "diffuse">
<!ENTITY date "2022-10-23">
]>

View File

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

View File

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

View File

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