From b2690981f07860ed1f0117dadeb1225e0ee46cdc Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:36:40 +0900 Subject: [PATCH] Release 2.3.1 --- data/com.github.ryonakano.reco.appdata.xml.in | 9 +++------ meson.build | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/data/com.github.ryonakano.reco.appdata.xml.in b/data/com.github.ryonakano.reco.appdata.xml.in index 31e4471c..10a5fedb 100644 --- a/data/com.github.ryonakano.reco.appdata.xml.in +++ b/data/com.github.ryonakano.reco.appdata.xml.in @@ -65,15 +65,12 @@ - +
    -
  • Fix the weird behavior of the countdown timer when pausing/canceling it (by andreasomaini)
  • -
  • Support recording sounds from both your microphone and PC at the same time
  • -
  • End the app safely if the encoder is not created successfully
  • -
  • Update the app description in the readme and AppCenter to be more tantalizing
  • +
  • Add Polish translation (by @michalzkosmosu)
  • +
  • Update French translation (by @NathanBnm)
  • Update Japanese translation
  • -
  • Remove unnecessary field code that marks the app handleable files
diff --git a/meson.build b/meson.build index b7455df2..a7b34ee5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.ryonakano.reco', 'vala', 'c', version: '2.3.0') +project('com.github.ryonakano.reco', 'vala', 'c', version: '2.3.1') gnome = import('gnome') i18n = import('i18n')