diff --git a/CHANGELOG.md b/CHANGELOG.md index 95085c0..ef1495d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 27e220d..fa06f89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "oculante" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index e0ec6df..7be1963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/PKGBUILD b/PKGBUILD index 776f451..4e6d061 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Johann Woelper pkgname=oculante -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=1 depends=('aom' 'libwebp' 'expat' 'freetype2' 'gtk3' 'cairo') makedepends=('rust' 'cargo' 'nasm' 'cmake') diff --git a/README.md b/README.md index 96cfa9b..a20aab9 100644 --- a/README.md +++ b/README.md @@ -340,4 +340,4 @@ This project is MIT licensed, but some parts such as the LUTs in res/LUT are und Z = ZenMode - + \ No newline at end of file diff --git a/res/flathub/io.github.woelper.Oculante.metainfo.xml b/res/flathub/io.github.woelper.Oculante.metainfo.xml index 7e049b1..d5e79a2 100644 --- a/res/flathub/io.github.woelper.Oculante.metainfo.xml +++ b/res/flathub/io.github.woelper.Oculante.metainfo.xml @@ -10,7 +10,7 @@ MIT https://github.com/woelper/oculante https://github.com/woelper/oculante/issues - +

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. @@ -40,6 +40,27 @@ + + https://github.com/woelper/oculante/releases/tag/0.9.1 + +

Chore

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

Features

+
    +
  • Generate flathub meta for a release (77e43596)
  • +
+

Bug Fixes

+
    +
  • Noise filter ui would extend panel too much (063df9d6)
  • +
  • Remove duplicated shortcuts entry in Readme and fix build script to auto-generate keymaps (99e9d9ef)
  • +
  • Prevent scrollbars from occluding info panel (19d3be85)
  • +
+
+ https://github.com/woelper/oculante/releases/tag/0.8.23 @@ -59,4 +80,4 @@ - + \ No newline at end of file