Adjusted the about text, the README and the CHANGELOG for the BeetRound project.

This commit is contained in:
2026-02-05 18:45:31 +01:00
parent 7edd6b9aa0
commit 22adf36aa9
3 changed files with 11 additions and 45 deletions

View File

@ -1,32 +1,5 @@
# Changelog
## 0.3.0 - 2026-02-04
## 0.1.0 - 2026-02-05
### 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
- Displaying QR code of current item in edit item dialog
## 0.2 - 2026-01-14
### Added
- Displaying editable table model (sortable by column)
- Modifying model data can be un-/redone
- Data is stored in JSON file and automatically loaded on application start
- Data can be imported/exported from/into CSV file
- Model rows containing specific data can be selected via "Find item(s)" dialog
## 0.1 - 2025-11-01
A simple Qt application separated into an UI frontend and backend core. With installer (for Linux for now) and option to trigger updater from within the application.
Initial release of BeetRound. Based on GenericQtClient v0.3.0 and adjusted the project name to the use case.