From 00435d16c6915af20b51fdc8c1ee8cc0b7696e4b Mon Sep 17 00:00:00 2001 From: SeaDve Date: Sun, 25 Dec 2022 09:23:25 +0800 Subject: [PATCH] chore: Bump to 2.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- .../io.github.seadve.Kooha.metainfo.xml.in.in | 22 +++++++++++++++---- meson.build | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 981b1abf1..81b8912ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "kooha" -version = "2.2.2" +version = "2.2.3" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 03ec0808b..2ae4e13fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kooha" -version = "2.2.2" +version = "2.2.3" authors = ["Dave Patrick Caberto "] license = "GPL-3.0-or-later" edition = "2021" diff --git a/data/io.github.seadve.Kooha.metainfo.xml.in.in b/data/io.github.seadve.Kooha.metainfo.xml.in.in index 28e67c5d5..658c9feae 100644 --- a/data/io.github.seadve.Kooha.metainfo.xml.in.in +++ b/data/io.github.seadve.Kooha.metainfo.xml.in.in @@ -7,7 +7,8 @@ Elegantly record your screen

Capture your screen in a intuitive and straightforward way without distractions.

-

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.

+

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.

The main features of Kooha include the following:

  • 🎙️ Record microphone, desktop audio, or both at the same time
  • @@ -39,6 +40,16 @@ + + +

    This release contains minor fixes:

    +
      +
    • Fixed indefinite flushing time on certain distros
    • +
    • Slightly improved performance on certain configurations
    • +
    • Updated translations
    • +
    +
    +

    This release contains minor fixes:

    @@ -67,7 +78,8 @@
  • Added option to change the frame rate through the UI
  • Improved delay settings flexibility
  • Added preferences window for easier configuration
  • -
  • Added `KOOHA_EXPERIMENTAL` env var to show experimental (unsupported) encoders like VAAPI-VP8 and VAAPI-H264
  • +
  • Added `KOOHA_EXPERIMENTAL` env var to show experimental (unsupported) encoders like + VAAPI-VP8 and VAAPI-H264
  • Added the following experimental (unsupported) encoders: VP9, AV1, and VAAPI-VP9
  • Unavailable formats/encoders are now hidden from the UI
  • Fixed broken audio on long recordings
  • @@ -80,7 +92,8 @@

    This release contains fixes:

    • Improved tooltip text on settings toggle buttons
    • -
    • Fallback to manual mode when failed to get default device name through GStreamer device monitor
    • +
    • Fallback to manual mode when failed to get default device name through GStreamer + device monitor
    @@ -94,7 +107,8 @@
  • Added 3 seconds delay option
  • Fixed x264 encoder failing to initialize on uneven resolutions
  • Fixed minutes stuck on 00 if time is equal or greater than an hour
  • -
  • Recordings are now stored by default in `~/Videos/Kooha` (This won't affect existing settings)
  • +
  • Recordings are now stored by default in `~/Videos/Kooha` (This won't affect existing + settings)
  • "Show in Files" button in notifications now highlights the file in the file manager
  • Improved support information in the new about window
  • Improved error handling
  • diff --git a/meson.build b/meson.build index 3f2482d6f..7159cae9a 100644 --- a/meson.build +++ b/meson.build @@ -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', )