Bump version to 1.5.0

This commit is contained in:
Hugo Posnic 2023-03-25 00:18:43 +01:00
parent 311c22b42c
commit ccac87a2e4
5 changed files with 28 additions and 2 deletions

View File

@ -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.

View File

@ -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>

8
debian/changelog vendored
View File

@ -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 <apandada1@gmail.com> Sat, 25 Mar 2023 00:10 +0200
curtail (1.4.0) focal; urgency=medium
* Port to GTK 4 and Libadwaita.

View File

@ -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', ],
)

View File

@ -310,7 +310,7 @@ class CurtailWindow(Gtk.ApplicationWindow):
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'
],