diff --git a/NEWS.md b/NEWS.md index e458e61e..52c216de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ ### In Development +### 2.4.0 +- Add DeepL provider +- Bug fixes + ### 2.3.0 - Make text views font size configurable and temporally modify it with shortcuts or scroll - Fix search provider always running in the background diff --git a/data/app.drey.Dialect.metainfo.xml.in.in b/data/app.drey.Dialect.metainfo.xml.in.in index d0a7b0e9..fbee6913 100644 --- a/data/app.drey.Dialect.metainfo.xml.in.in +++ b/data/app.drey.Dialect.metainfo.xml.in.in @@ -51,6 +51,14 @@ + + +
    +
  • Add DeepL provider
  • +
  • Bug fixes
  • +
+
+
    diff --git a/meson.build b/meson.build index 340113c9..052ae96c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('dialect', - version: '2.3.0', + version: '2.4.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],