From 18331ae00764f26270b285970e3883bc7a630600 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 5 Oct 2024 17:44:27 +1300 Subject: [PATCH] doc/README: updates for v1.0.3 --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65d1762..7113919 100644 --- a/README.md +++ b/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)