Compare commits

5 Commits

4 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.3.0 - 2026-02-04
### Added
- Basic JSON RESTful client (compatible with the GenericRestServer)
- No editing of existing items on the server yet
### Fixed
- Save changes when closing the EditItemDialog
## 0.2.1 - 2026-01-15
### Added

View File

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