diff --git a/data/com.github.ryonakano.konbucase.appdata.xml.in b/data/com.github.ryonakano.konbucase.appdata.xml.in index 07258dd..6438f21 100644 --- a/data/com.github.ryonakano.konbucase.appdata.xml.in +++ b/data/com.github.ryonakano.konbucase.appdata.xml.in @@ -53,6 +53,18 @@ + + +
    +
  • Separate the core part as an independent library
  • +
  • Rename all occurrence of "target" to "source"
  • +
  • Fix changing result case sometimes doesn't take effect
  • +
  • Quit the app with Ctrl+Q
  • +
  • Add Dutch translation (thanks to @Vistaus)
  • +
  • Add Portuguese-Portugal translation (thanks to @rottenpants466)
  • +
+
+
    diff --git a/meson.build b/meson.build index a4d334a..6a5510a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.ryonakano.konbucase', 'vala', 'c', - version: '2.0.0' + version: '3.0.0' ) i18n = import('i18n')