doc/README: updates for v1.0.3

This commit is contained in:
mappu 2024-10-05 17:44:27 +13:00
parent f08242e93c
commit 18331ae007
1 changed files with 8 additions and 3 deletions

View File

@ -4,9 +4,7 @@ A graphical database manager for BoltDB.
QBolt allows you to graphically view and edit the content of Bolt databases. QBolt allows you to graphically view and edit the content of Bolt databases.
The project consists of two parts; a C binding (CGo) for the embeddable Bolt database engine, and a graphical interface built in C++/Qt that links to it. Written in Golang (Qt)
Written in C++ (Qt), Golang (CGo)
## Features ## Features
@ -30,6 +28,12 @@ The Windows binary is released under LGPL-3+ owing to the static copy of Qt.
## Changelog ## Changelog
2024-10-05 1.0.3
- Port from hybrid Go/C++ to now using [MIQT](https://github.com/mappu/miqt)
- Switch Windows build to win64
- Rebuild artefacts with miqt v0.5.0, etcd-io/bbolt v1.3.11, go 1.19 (deb12), go 1.23 (win64)
- [⬇ Download here](https://git.ivysaur.me/code.ivysaur.me/qbolt/releases/tag/v1.0.3)
2020-04-12 1.0.2 2020-04-12 1.0.2
- Rebuild artefacts with etcd-io/bbolt v1.3.5, go 1.15, Qt 5.15, and new GCC versions - Rebuild artefacts with etcd-io/bbolt v1.3.5, go 1.15, Qt 5.15, and new GCC versions
- Switch from hg to Git - Switch from hg to Git
@ -46,4 +50,5 @@ The Windows binary is released under LGPL-3+ owing to the static copy of Qt.
2017-05-21 1.0.0 2017-05-21 1.0.0
- Initial public release - Initial public release
- The project consists of two parts; a C binding (CGo) for the embeddable Bolt database engine, and a graphical interface built in C++/Qt that links to it.
- [⬇ Download here](https://git.ivysaur.me/code.ivysaur.me/qbolt/releases/tag/v1.0.0) - [⬇ Download here](https://git.ivysaur.me/code.ivysaur.me/qbolt/releases/tag/v1.0.0)