From e13314f5dc1cea4c7de0440f2370b35549877ae9 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 19 Jun 2017 21:04:17 +1200 Subject: [PATCH] 1.0.1 meta --- _dist/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_dist/README.txt b/_dist/README.txt index da6958f..df203f7 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -11,7 +11,7 @@ Written in C++ (Qt), Golang (CGo) - Open existing database or create new database - Option to open database as readonly for concurrent use - Create, list, edit and delete keys and buckets (including nested buckets) -- Safe for use with arbitary binary key/bucket names (new ones created in UTF-8) +- Safe for use with arbitrary binary key/bucket names (new ones created in UTF-8) - View database and bucket statistics - 100% Bolt compatibility via the real codebase - Tested working on both Windows and Linux @@ -28,7 +28,7 @@ The Windows binary is released under LGPL-3+ owing to the static copy of Qt. =CHANGELOG= -?? 1.0.1 +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