Merge tag '0.2.1' into develop
Added QR code display.
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.1 - 2026-01-15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Displaying QR code of current item in edit item dialog
|
||||||
|
|
||||||
## 0.2 - 2026-01-14
|
## 0.2 - 2026-01-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
set(TARGET_APP "GenericQtClient")
|
set(TARGET_APP "GenericQtClient")
|
||||||
project(${TARGET_APP} VERSION 0.2.0 LANGUAGES CXX)
|
project(${TARGET_APP} VERSION 0.2.1 LANGUAGES CXX)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user