1.0.1 meta

This commit is contained in:
mappu 2017-06-19 21:04:17 +12:00
parent b50c3e738a
commit e13314f5dc
1 changed files with 2 additions and 2 deletions

View File

@ -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