Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscarpetta committed May 27, 2018
1 parent c6d4ebf commit df9fb28
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion TRANSLATORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
<th>Norwegian Bokmål</th>
<td><ul><li><a href="mailto:[email protected]">Allan Nordhøy</a></li></ul></td>
</tr>
</table>
<tr>
<th>German</th>
<td><ul><li>Johannes Keyser</li></ul></td>
</tr>
</table>
8 changes: 5 additions & 3 deletions languages/pdfmixtool_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,11 @@
<location filename="../src/inputpdffiledelegate.cpp" line="99"/>
<location filename="../src/inputpdffiledelegate.cpp" line="170"/>
<source>%n page(s)</source>
<translation><numerusform>%n Seite(n)</numerusform>
<numerusform>%n Seiten</numerusform>
</translation></message>
<translation>
<numerusform>%n Seite(n)</numerusform>
<numerusform>%n Seiten</numerusform>
</translation>
</message>
<message>
<location filename="../src/inputpdffiledelegate.cpp" line="111"/>
<location filename="../src/inputpdffiledelegate.cpp" line="179"/>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit df9fb28

Please sign in to comment.