doc/README: updates for v1.0.3
This commit is contained in:
parent
f08242e93c
commit
18331ae007
11
README.md
11
README.md
@ -4,9 +4,7 @@ A graphical database manager for BoltDB.
|
||||
|
||||
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 C++ (Qt), Golang (CGo)
|
||||
Written in Golang (Qt)
|
||||
|
||||
## Features
|
||||
|
||||
@ -30,6 +28,12 @@ The Windows binary is released under LGPL-3+ owing to the static copy of Qt.
|
||||
|
||||
## 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
|
||||
- Rebuild artefacts with etcd-io/bbolt v1.3.5, go 1.15, Qt 5.15, and new GCC versions
|
||||
- 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
|
||||
- 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user