diff --git a/data/cobang-resp.glade b/data/cobang-resp.glade index 3c4cc82..c63dd8d 100644 --- a/data/cobang-resp.glade +++ b/data/cobang-resp.glade @@ -300,7 +300,7 @@ True - False + True GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK False True diff --git a/data/vn.hoabinh.quan.CoBang.appdata.xml.in b/data/vn.hoabinh.quan.CoBang.appdata.xml.in index 14dc1a9..f29d614 100644 --- a/data/vn.hoabinh.quan.CoBang.appdata.xml.in +++ b/data/vn.hoabinh.quan.CoBang.appdata.xml.in @@ -45,6 +45,13 @@ + + +

Fix copy/paste image.

+

Update translations.

+

Hide mirror button when webcam is not used.

+
+

Add mirror mode.

diff --git a/meson.build b/meson.build index bcba089..4b27734 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cobang', - version: '0.14.0', + version: '0.14.1', meson_version: '>= 0.61', default_options: [ 'warning_level=2', diff --git a/pyproject.toml b/pyproject.toml index 9fe389a..b86b489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cobang" -version = "0.14.0" +version = "0.14.1" description = "QR code and barcode scanner for Linux desktop" authors = [ {name = "Nguyễn Hồng Quân", email = "ng.hong.quan@gmail.com"},