Compare commits
5 Commits
f35f511e7b
...
4d3f484df1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d3f484df1 | |||
| 19591e7155 | |||
| 7874079146 | |||
| 560af98ba5 | |||
| daa2d1a347 |
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
|
||||
@ -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()
|
||||
|
||||
|
||||
Submodule UIs/GenericWidgets updated: 34a34891b4...5e3950f6ba
Submodule libs/GenericCore updated: 5318390749...1db5d9022a
Reference in New Issue
Block a user