diff --git a/data/reco.metainfo.xml.in b/data/reco.metainfo.xml.in index ab34d10..d74fd4f 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 81b1629..10be8fb 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' )