Files
GenericQtClient/CHANGELOG.md
2026-02-04 11:36:17 +01:00

843 B

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

  • 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.