Skip to content

Commit

Permalink
Release version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Sep 23, 2024
1 parent f3ae255 commit 6e412ec
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

### :beetle: Bug Fixes

* Prevent scrollbars from occluding info panel (19d3be85)
* Remove duplicated shortcuts entry in Readme and fix build script to auto-generate keymaps (99e9d9ef)
* Noise filter ui would extend panel too much (063df9d6)

### :sparkles: Features

* Generate flathub meta for a release (77e43596)

### :green_apple: Chore

* Improved changelog generation (1665cd3c)
* Exclude screenshots from cates.io build to save space (c80df685)
* Fix wronf icon for Rotate operator (5f564b46)

# 0.9.0 (2024-09-21)

### :beetle: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "oculante"
readme = "README.md"
repository = "https://github.com/woelper/oculante/"
version = "0.9.0"
version = "0.9.1"

[package.metadata.bundle]
icon = ["icon.ico"]
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Johann Woelper <[email protected]>
pkgname=oculante
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
depends=('aom' 'libwebp' 'expat' 'freetype2' 'gtk3' 'cairo')
makedepends=('rust' 'cargo' 'nasm' 'cmake')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,4 @@ This project is MIT licensed, but some parts such as the LUTs in res/LUT are und
<kbd>Z</kbd> = ZenMode


</details>
</details>
25 changes: 23 additions & 2 deletions res/flathub/io.github.woelper.Oculante.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<project_license>MIT</project_license>
<url type="homepage">https://github.com/woelper/oculante</url>
<url type="bugtracker">https://github.com/woelper/oculante/issues</url>
<content_rating type="oars-1.1"/>
<content_rating type="oars-1.1" />
<description>
<p>
A no-nonsense hardware-accelerated image viewer. Oculante's vision is to be a fast, unobtrusive, portable image viewer with wide image format support, offering image analysis and basic editing tools.
Expand Down Expand Up @@ -40,6 +40,27 @@
</screenshot>
</screenshots>
<releases>
<release date="2024-09-23" version="0.9.1">
<url type="details">https://github.com/woelper/oculante/releases/tag/0.9.1</url>
<description>
<p>Chore</p>
<ul>
<li>Fix wronf icon for Rotate operator (5f564b46)</li>
<li>Exclude screenshots from cates.io build to save space (c80df685)</li>
<li>Improved changelog generation (1665cd3c)</li>
</ul>
<p>Features</p>
<ul>
<li>Generate flathub meta for a release (77e43596)</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Noise filter ui would extend panel too much (063df9d6)</li>
<li>Remove duplicated shortcuts entry in Readme and fix build script to auto-generate keymaps (99e9d9ef)</li>
<li>Prevent scrollbars from occluding info panel (19d3be85)</li>
</ul>
</description>
</release>
<release version="0.8.23" date="2024-07-29">
<url type="details">https://github.com/woelper/oculante/releases/tag/0.8.23</url>
<description>
Expand All @@ -59,4 +80,4 @@
</description>
</release>
</releases>
</component>
</component>

0 comments on commit 6e412ec

Please sign in to comment.