Bump version to 1.9.1

This commit is contained in:
Hugo Posnic 2024-04-12 13:44:01 +02:00
parent 22b0fed973
commit 977dc6f29e
6 changed files with 22 additions and 3 deletions

View File

@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
## 1.9.1 - 2024-04-12
### Fixed
- Use default decoration layout for screenshots
## 1.9.0 - 2024-04-12
### Changed
- Correct title case, reword subtitles, remove periods. Thank's to @MonsterObserver.

View File

@ -38,6 +38,14 @@
<translation type="gettext">curtail</translation>
<launchable type="desktop-id">com.github.huluti.Curtail.desktop</launchable>
<releases>
<release version="1.9.1" date="2024-04-12">
<description translate="no">
<p>Here's the changelog of this version:</p>
<ul>
<li>Use default decoration layout for screenshots</li>
</ul>
</description>
</release>
<release version="1.9.0" date="2024-04-12">
<description translate="no">
<p>Here's the changelog of this version:</p>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
curtail (1.9.1) focal; urgency=medium
* Use default decoration layout for screenshots.
-- Archisman Panigrahi <apandada1@gmail.com> Fri, 12 Apr 2024 13:40 +0200
curtail (1.9.0) focal; urgency=medium
* Correct title case, reword subtitles, remove periods. Thank's to @MonsterObserver.

View File

@ -1,5 +1,5 @@
project('curtail',
version: '1.9.0',
version: '1.9.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "curtail"
version = "1.9.0"
version = "1.9.1"
description = ""
authors = ["Hugo Posnic <hugo.posnic@protonmail.com>"]
license = "GPLv3"

View File

@ -363,7 +363,7 @@ class CurtailWindow(Adw.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.9.0',
version='1.9.1',
developers=[
'Hugo Posnic https://github.com/Huluti'
],