Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Mar 24, 2023
1 parent 311c22b commit ccac87a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.5.0] - 2023-03-25
### Changed
- More modern results page.
- Update translations.

### Fixed
- Reduce images one by one to avoid freezes.

## [1.4.0] - 2023-03-23
### Added
- Port to GTK 4 and Libadwaita.
Expand Down
10 changes: 10 additions & 0 deletions data/com.github.huluti.Curtail.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
<translation type="gettext">curtail</translation>
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>
<releases>
<release version="1.5.0" date="2023-03-25">
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>More modern results page</li>
<li>Reduce images one by one to avoid freezes</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="1.4.0" date="2023-03-23">
<description>
<p>Here's the changelog of this version:</p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
curtail (1.5.0) focal; urgency=medium

* More modern results page.
* Reduce images one by one to avoid freezes.
* Update translations.

-- Archisman Panigrahi <[email protected]> Sat, 25 Mar 2023 00:10 +0200

curtail (1.4.0) focal; urgency=medium

* Port to GTK 4 and Libadwaita.
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.4.0',
version: '1.5.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def on_about(self, *args):
license_type=Gtk.License.GPL_3_0,
website='https://github.com/Huluti/Curtail',
issue_url='https://github.com/Huluti/Curtail/issues/new',
version='1.4.0',
version='1.5.0',
developers=[
'Hugo Posnic https://github.com/Huluti'
],
Expand Down

0 comments on commit ccac87a

Please sign in to comment.