Compare commits

...

4 Commits

Author SHA1 Message Date
93b3fd2be8 Merge tag '0.2.1' into develop
Added QR code display.
2026-01-15 14:20:41 +01:00
6be4a36bf9 Merge branch 'release/0.2.1' 2026-01-15 14:19:55 +01:00
6c63e53848 Updated changelog. 2026-01-15 14:19:34 +01:00
e5ac8913ed Bumped version to 0.2.1. 2026-01-15 14:17:18 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.2.1 - 2026-01-15
### Added
- Displaying QR code of current item in edit item dialog
## 0.2 - 2026-01-14
### Added

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
set(TARGET_APP "GenericQtClient")
project(${TARGET_APP} VERSION 0.2.0 LANGUAGES CXX)
project(${TARGET_APP} VERSION 0.2.1 LANGUAGES CXX)
enable_testing()