diff --git a/data/io.github.dzheremi2.lrcmake-gtk.metainfo.xml.in b/data/io.github.dzheremi2.lrcmake-gtk.metainfo.xml.in index 1cc190c..bc0876d 100644 --- a/data/io.github.dzheremi2.lrcmake-gtk.metainfo.xml.in +++ b/data/io.github.dzheremi2.lrcmake-gtk.metainfo.xml.in @@ -75,6 +75,20 @@ + + +

New features and bug fixes

+
    +
  • Added setting for precise milliseconds (3-digit), enabled by default
  • +
  • Added reparse button for reparsing current directory
  • +
  • Sorting moved to the main app menu
  • +
  • Fixed incorrect LRClib import dialog collapsed navigation page behavior
  • +
  • Fixed inconsistent behavior of the label of the quick edit dialog
  • +
  • Added Portuguese (Brazil) translation
  • +
  • Added Finnish translation
  • +
+
+

Full app rewrite for better performance and flexibility

diff --git a/docs/screenshots/libB.png b/docs/screenshots/libB.png index 6d8e6f0..bb2a840 100644 Binary files a/docs/screenshots/libB.png and b/docs/screenshots/libB.png differ diff --git a/docs/screenshots/libW.png b/docs/screenshots/libW.png index 5a82a49..406866b 100644 Binary files a/docs/screenshots/libW.png and b/docs/screenshots/libW.png differ diff --git a/docs/screenshots/lrclibB.png b/docs/screenshots/lrclibB.png index 8b7b33c..4120ce2 100644 Binary files a/docs/screenshots/lrclibB.png and b/docs/screenshots/lrclibB.png differ diff --git a/docs/screenshots/lrclibW.png b/docs/screenshots/lrclibW.png index 43fcddc..1ed0086 100644 Binary files a/docs/screenshots/lrclibW.png and b/docs/screenshots/lrclibW.png differ diff --git a/docs/screenshots/syncB.png b/docs/screenshots/syncB.png index a142ae0..5fca878 100644 Binary files a/docs/screenshots/syncB.png and b/docs/screenshots/syncB.png differ diff --git a/docs/screenshots/syncCB.png b/docs/screenshots/syncCB.png index 184ee43..881bdff 100644 Binary files a/docs/screenshots/syncCB.png and b/docs/screenshots/syncCB.png differ diff --git a/docs/screenshots/syncCW.png b/docs/screenshots/syncCW.png index 2b0eff8..43ae580 100644 Binary files a/docs/screenshots/syncCW.png and b/docs/screenshots/syncCW.png differ diff --git a/docs/screenshots/syncW.png b/docs/screenshots/syncW.png index 128a0c0..e9933fc 100644 Binary files a/docs/screenshots/syncW.png and b/docs/screenshots/syncW.png differ diff --git a/meson.build b/meson.build index acdb3fd..47603f2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('chronograph', - version: '2.0', + version: '2.1', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )