From 96af8cdf640bf192c284f82a27bd49f4fd7acf08 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 20 Apr 2024 09:34:07 +0900 Subject: [PATCH] Release 5.0.1 (#259) --- data/reco.metainfo.xml.in | 31 ++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/data/reco.metainfo.xml.in b/data/reco.metainfo.xml.in index ab34d103..d74fd4f8 100644 --- a/data/reco.metainfo.xml.in +++ b/data/reco.metainfo.xml.in @@ -27,17 +27,17 @@ Welcome view; perform recording configuration - https://raw.githubusercontent.com/ryonakano/reco/5.0.0/data/screenshots/pantheon/welcome-init-light.png + https://raw.githubusercontent.com/ryonakano/reco/5.0.1/data/screenshots/pantheon/welcome-init-light.png Recording view - https://raw.githubusercontent.com/ryonakano/reco/5.0.0/data/screenshots/pantheon/recording-light.png + https://raw.githubusercontent.com/ryonakano/reco/5.0.1/data/screenshots/pantheon/recording-light.png An indication that recording is successfully finished - https://raw.githubusercontent.com/ryonakano/reco/5.0.0/data/screenshots/pantheon/welcome-success-light.png + https://raw.githubusercontent.com/ryonakano/reco/5.0.1/data/screenshots/pantheon/welcome-success-light.png @@ -67,6 +67,31 @@ + + +

+ Improvements: +

+
    +
  • Reword string in metainfo (thanks to @daPhipz)
  • +
  • Reword and elaborate on metadata and descriptions (thanks to @roxwize)
  • +
  • Show tooltip for each row of microphone combobox
  • +
  • Add notification after saving recording for play and open folder
  • +
  • Update submodules
  • +
  • Update translations
  • +
+

+ Fixes: +

+
    +
  • Recording levelbar disappears after some time
  • +
  • Potential null access
  • +
  • Timer counts up/down twice as fast when resuming from pause
  • +
  • Audio stutters after some time
  • +
+
+
+

diff --git a/meson.build b/meson.build index 81b16298..10be8fbd 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'com.github.ryonakano.reco', 'vala', 'c', - version: '5.0.0', + version: '5.0.1', meson_version: '>=0.57.0' )