From df9fb28acf52c004a2c065c22c5c4feacade00dd Mon Sep 17 00:00:00 2001 From: Marco Scarpetta Date: Sun, 27 May 2018 15:29:29 +0200 Subject: [PATCH] Version 0.3.1 --- CHANGELOG.md | 13 +++++++++++++ TRANSLATORS.md | 6 +++++- languages/pdfmixtool_de.ts | 8 +++++--- snap/snapcraft.yaml | 2 +- src/main.cpp | 2 +- 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a730071..bb48f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Version 0.3.1 + +**Release date:** 2018-05-27 + +### Added +- Add German translation + +### Changed +- Update Norwegian Bokmål translation + +### Known issues +- Multipage function sometimes produces PDF files with defects + ## Version 0.3 **Release date:** 2018-03-08 diff --git a/TRANSLATORS.md b/TRANSLATORS.md index c6466c2..5b80d44 100644 --- a/TRANSLATORS.md +++ b/TRANSLATORS.md @@ -7,4 +7,8 @@ Norwegian Bokmål - \ No newline at end of file + +German + + + diff --git a/languages/pdfmixtool_de.ts b/languages/pdfmixtool_de.ts index 0220cf9..ef86b17 100644 --- a/languages/pdfmixtool_de.ts +++ b/languages/pdfmixtool_de.ts @@ -216,9 +216,11 @@ %n page(s) - %n Seite(n) - %n Seiten - + + %n Seite(n) + %n Seiten + + diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fd84aa8..9d8868d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: pdfmixtool -version: '0.3' +version: '0.3.1' summary: An application to split, merge, rotate and mix PDF files description: | PDF Mix Tool is a simple and lightweight application that allows you to split, merge, rotate and mix PDF files. diff --git a/src/main.cpp b/src/main.cpp index 9b16684..aac4d1b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) app.setApplicationDisplayName("PDF Mix Tool"); app.setOrganizationDomain("scarpetta.eu"); app.setOrganizationName("PDFMixTool"); - app.setApplicationVersion("0.3"); + app.setApplicationVersion("0.3.1"); #if QT_VERSION >= 0x050700 app.setDesktopFileName("pdfmixtool");