From 645ab29cdd82b738db42b2f9727bb8a6881ec7ff Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 15 Jun 2024 13:22:02 +1200 Subject: [PATCH] doc/README: changelog for v0.3.0 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c605650..285fc53 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,16 @@ This project redistributes images from the famfamfam/silk icon set under the [CC ## Changelog +2024-06-25 v0.3.0 + +- Add support for running custom queries +- Add BadgerDB v4 as supported database +- Add support for CGo-free SQLite driver under cross-compilation +- Add status bar showing currently selected DB +- Update Bolt to v1.4.0-alpha.1 +- Fix missing icons in nav when selecting items +- Fix extra quotemarks when browsing string content of database + 2024-06-08 v0.2.0 - Add SQLite support (now requires CGo)