Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed May 1, 2022
1 parent 9de725d commit b43ccbd
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.3.0] - 2022-05-01
### Added
- Add option to preserve file attributes if possible.

### Changed
- Update image libraries.
- Update French translation.
- Update Russian translation. Thank's to @prokoudine.

## [1.2.2] - 2021-11-13
### Added
- Add Turkish translation. Thank's to @05akalan57.
Expand Down
11 changes: 11 additions & 0 deletions data/com.github.huluti.Curtail.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>

<releases>
<release version="1.3.0" date="2022-05-01">
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>Add option to preserve file attributes if possible.</li>
<li>Update image libraries.</li>
<li>Update French translation.</li>
<li>Update Russian translation. Thank's to @prokoudine.</li>
</ul>
</description>
</release>
<release version="1.2.2" date="2021-11-13">
<description>
<p>Here's the changelog of this version:</p>
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
curtail (1.3.0) focal; urgency=medium

* Add option to preserve file attributes if possible.
* Update image libraries.
* Update French translation.
* Update Russian translation. Thank's to @prokoudine.

-- Archisman Panigrahi <[email protected]> Sun, 01 May 2022 16:55:00 +0200

curtail (1.2.2) focal; urgency=medium

* Add Turkish translation. Thank's to @05akalan57.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('curtail',
version: '1.2.2',
version: '1.3.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def on_about(self, *args):
dialog = Gtk.AboutDialog(transient_for=self)
dialog.set_logo_icon_name('com.github.huluti.Curtail')
dialog.set_program_name('Curtail')
dialog.set_version('1.2.2')
dialog.set_version('1.3.0')
dialog.set_website('https://github.com/Huluti/Curtail')
dialog.set_authors(['Hugo Posnic', 'Steven Teskey', 'Andrey Kozlovskiy', 'Balló György', 'olokelo', 'Archisman Panigrahi'])
dialog.set_translator_credits(_("translator-credits"))
Expand Down

0 comments on commit b43ccbd

Please sign in to comment.