doc/README: changelog for v0.6.0

This commit is contained in:
mappu 2024-06-30 14:16:06 +12:00
parent 81b6b08e7b
commit 2163b46907
1 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,7 @@ This is an experimental application and you should generally prefer to use [qbol
- Bolt - Bolt
- Recursive bucket support - Recursive bucket support
- Option to open as readonly - Option to open as readonly
- Debconf
- Pebble - Pebble
- Redis - Redis
- SQLite - SQLite
@ -40,12 +41,13 @@ This project includes trademarked logo images for each supported database type.
## Changelog ## Changelog
vNext 2024-06-30 v0.6.0
- Debconf: Add as supported database
- SQLite: Support table names containing special characters - SQLite: Support table names containing special characters
- SQLite: Improvements for experimental command-line driver - SQLite: Improvements for experimental command-line driver
- Redis: Improve connection dialog window position - Redis: Improve connection dialog window position
- App: Fix background colours and frame borders on Windows - App: Cosmetic fixes for frame borders, help dialog, and Windows fonts+colours
- Build: Change compression parameters for release builds - Build: Change compression parameters for release builds
- Build: Compile CGO with -O2 for release builds - Build: Compile CGO with -O2 for release builds