Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Apr 12, 2024
1 parent 22b0fed commit 977dc6f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 8 additions & 0 deletions data/com.github.huluti.Curtail.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
curtail (1.9.1) focal; urgency=medium

* Use default decoration layout for screenshots.

-- Archisman Panigrahi <[email protected]> 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.
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.9.0',
version: '1.9.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "curtail"
version = "1.9.0"
version = "1.9.1"
description = ""
authors = ["Hugo Posnic <[email protected]>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,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.9.0',
version='1.9.1',
developers=[
'Hugo Posnic https://github.com/Huluti'
],
Expand Down

0 comments on commit 977dc6f

Please sign in to comment.