From 99096b2360e6318fe6cbd4bcd9f9c338fb4ab9e0 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 12 Apr 2021 18:01:46 +1200 Subject: [PATCH] doc/README: add v1.0.2 changelog --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fcbaee4..65d1762 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,20 @@ The Windows binary is released under LGPL-3+ owing to the static copy of Qt. ## Changelog +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 +- Use Go modules +- Add support for building Windows binary in Docker +- [⬇ Download here](https://git.ivysaur.me/code.ivysaur.me/qbolt/releases/tag/v1.0.2) + 2017-06-19 1.0.1 - Feature: Option to open database as read-only - Fix an issue with support for bucket names and keys not surviving UTF-8 roundtrips (now binary-clean) - Fix an issue with crashing when deleting a bucket other than the selected one - Fix a cosmetic issue with application icon on Windows +- [⬇ Download here](https://git.ivysaur.me/code.ivysaur.me/qbolt/releases/tag/v1.0.1) 2017-05-21 1.0.0 - Initial public release +- [⬇ Download here](https://git.ivysaur.me/code.ivysaur.me/qbolt/releases/tag/v1.0.0)