Skip to content

Commit

Permalink
chore: Bump to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Dec 25, 2022
1 parent dec2d69 commit 00435d1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
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
@@ -1,6 +1,6 @@
[package]
name = "kooha"
version = "2.2.2"
version = "2.2.3"
authors = ["Dave Patrick Caberto <[email protected]>"]
license = "GPL-3.0-or-later"
edition = "2021"
Expand Down
22 changes: 18 additions & 4 deletions data/io.github.seadve.Kooha.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<summary>Elegantly record your screen</summary>
<description>
<p>Capture your screen in a intuitive and straightforward way without distractions.</p>
<p>Kooha is a simple screen recorder with a minimalist interface. You can just click the record button without having to configure a bunch of settings.</p>
<p>Kooha is a simple screen recorder with a minimalist interface. You can just click the record
button without having to configure a bunch of settings.</p>
<p>The main features of Kooha include the following:</p>
<ul>
<li>🎙️ Record microphone, desktop audio, or both at the same time</li>
Expand Down Expand Up @@ -39,6 +40,16 @@
</screenshot>
</screenshots>
<releases>
<release version="2.2.3" date="2022-12-25">
<description>
<p>This release contains minor fixes:</p>
<ul>
<li>Fixed indefinite flushing time on certain distros</li>
<li>Slightly improved performance on certain configurations</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.2.2" date="2022-10-02">
<description>
<p>This release contains minor fixes:</p>
Expand Down Expand Up @@ -67,7 +78,8 @@
<li>Added option to change the frame rate through the UI</li>
<li>Improved delay settings flexibility</li>
<li>Added preferences window for easier configuration</li>
<li>Added `KOOHA_EXPERIMENTAL` env var to show experimental (unsupported) encoders like VAAPI-VP8 and VAAPI-H264</li>
<li>Added `KOOHA_EXPERIMENTAL` env var to show experimental (unsupported) encoders like
VAAPI-VP8 and VAAPI-H264</li>
<li>Added the following experimental (unsupported) encoders: VP9, AV1, and VAAPI-VP9</li>
<li>Unavailable formats/encoders are now hidden from the UI</li>
<li>Fixed broken audio on long recordings</li>
Expand All @@ -80,7 +92,8 @@
<p>This release contains fixes:</p>
<ul>
<li>Improved tooltip text on settings toggle buttons</li>
<li>Fallback to manual mode when failed to get default device name through GStreamer device monitor</li>
<li>Fallback to manual mode when failed to get default device name through GStreamer
device monitor</li>
</ul>
</description>
</release>
Expand All @@ -94,7 +107,8 @@
<li>Added 3 seconds delay option</li>
<li>Fixed x264 encoder failing to initialize on uneven resolutions</li>
<li>Fixed minutes stuck on 00 if time is equal or greater than an hour</li>
<li>Recordings are now stored by default in `~/Videos/Kooha` (This won't affect existing settings)</li>
<li>Recordings are now stored by default in `~/Videos/Kooha` (This won't affect existing
settings)</li>
<li>"Show in Files" button in notifications now highlights the file in the file manager</li>
<li>Improved support information in the new about window</li>
<li>Improved error handling</li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'kooha',
'rust',
version: '2.2.2',
version: '2.2.3',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.59',
)
Expand Down

0 comments on commit 00435d1

Please sign in to comment.