Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Jul 12, 2022
1 parent 2f7542b commit 8f61c8b
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.3.1] - 2022-07-12
### Added
- Make size columns sortable.
- Add Korean translation. Thank's to @MarongHappy.

### Changed
- Update screnshots.
- Update Turkish translation. Thank's to @libreajans.
- Update French translation. Thank's to @rene-coty.
- Update Dutch translation. Thank's to @Vistaus.

### Fixed
- Fix savings column sorting.

## [1.3.0] - 2022-05-01
### Added
- Add option to preserve file attributes if possible.
Expand Down
14 changes: 14 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,20 @@
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>

<releases>
<release version="1.3.1" date="2022-07-12">
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>Make size columns sortable.</li>
<li>Add Korean translation. Thank's to @MarongHappy.</li>
<li>Update screnshots.</li>
<li>Update Turkish translation. Thank's to @libreajans.</li>
<li>Update French translation. Thank's to @rene-coty.</li>
<li>Update Dutch translation. Thank's to @Vistaus.</li>
<li>Fix savings column sorting.</li>
</ul>
</description>
</release>
<release version="1.3.0" date="2022-05-01">
<description>
<p>Here's the changelog of this version:</p>
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
curtail (1.3.1) focal; urgency=medium

* Make size columns sortable.
* Add Korean translation. Thank's to @MarongHappy.
* Update screnshots.
* Update Turkish translation. Thank's to @libreajans.
* Update French translation. Thank's to @rene-coty.
* Update Dutch translation. Thank's to @Vistaus.
* Fix savings column sorting.

-- Archisman Panigrahi <apandada1@gmail.com> Tue, 12 Jul 2022 22:56:00 +0200

curtail (1.3.0) focal; urgency=medium

* Add option to preserve file attributes if possible.
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.3.0',
version: '1.3.1',
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 @@ -326,7 +326,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.3.0')
dialog.set_version('1.3.1')
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 8f61c8b

Please sign in to comment.