diff --git a/README.rst b/README.rst index e1a5453..ae8abc0 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ CoBang .. image:: https://madewithlove.now.sh/vn?heart=true&colorA=%23ffcd00&colorB=%23da251d -A missing native QR Code scanner application for Linux desktop. +A missing native QR Code and barcode scanner application for Linux desktop. .. image:: https://github.com/hongquan/CoBang/blob/main/data/vn.hoabinh.quan.CoBang.svg :width: 400 diff --git a/data/vn.hoabinh.quan.CoBang.appdata.xml b/data/vn.hoabinh.quan.CoBang.appdata.xml index e81dccc..53ac1ff 100644 --- a/data/vn.hoabinh.quan.CoBang.appdata.xml +++ b/data/vn.hoabinh.quan.CoBang.appdata.xml @@ -9,7 +9,7 @@ CoBang QR code scanner for Linux desktop -

A missing native QR Code scanner application for Linux desktop.

+

A missing native QR Code and barcode scanner application for Linux desktop.

CoBang can scan barcode, QR code from webcam or from static image. To be part of Linux desktop modernization, it is set to support Wayland (not XWayland), and only implement native GUI (no web crap).

@@ -40,6 +40,11 @@ + + +

Fix building Flatpak for v0.9+.

+
+

Try to fix crash on displaying wifi result.

diff --git a/meson.build b/meson.build index ea9a380..7969cae 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cobang', - version: '0.9.4', + version: '0.9.6', meson_version: '>= 0.53', default_options: [ 'warning_level=2', diff --git a/pyproject.toml b/pyproject.toml index c0c746b..5dc25e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "cobang" -version = "0.9.5" -description = "QR code scanner for Linux desktop" +version = "0.9.6" +description = "QR code and barcode scanner for Linux desktop" authors = ["Nguyễn Hồng Quân "] license = "GPL-3.0-or-later" homepage = "https://github.com/hongquan/CoBang"