diff --git a/data/app.drey.Dialect.metainfo.xml.in.in b/data/app.drey.Dialect.metainfo.xml.in.in index dbeaedb8..638693f7 100644 --- a/data/app.drey.Dialect.metainfo.xml.in.in +++ b/data/app.drey.Dialect.metainfo.xml.in.in @@ -50,6 +50,21 @@ + + +
    +
  • Refactored providers implementation to ease future features
  • +
  • Added Lingva Text-to-speech support in addition to Google'ss
  • +
  • Added Bing translation provider
  • +
  • Added Yandex translation provider
  • +
  • Updated preferences window
  • +
  • Languages list now have localized sorting
  • +
  • Fixed Lingva Translate provider bugs
  • +
  • Updated translations
  • +
  • Fixed minor bugs
  • +
+
+
    diff --git a/meson.build b/meson.build index 24456a9e..d8826d09 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('dialect', - version: '2.1.1', + version: '2.2.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],