doc/README: changelog for v0.4.0
This commit is contained in:
parent
cc3ba4d9f0
commit
eb34221620
35
README.md
35
README.md
@ -13,12 +13,12 @@ This is an experimental application and you should generally prefer to use [qbol
|
||||
- Select text to run partial query
|
||||
- Safe handling for non-UTF8 key and data fields
|
||||
- Supported databases:
|
||||
- Badger v4
|
||||
- Bolt
|
||||
- Full compatibility via the upstream [etcd-io/bbolt](https://github.com/etcd-io/bbolt) library
|
||||
- Recursive bucket support
|
||||
- SQLite
|
||||
- Uses CGo if available or modernc.org if not
|
||||
- Badger v4
|
||||
- Redis
|
||||
|
||||
## License
|
||||
@ -27,6 +27,8 @@ The code in this project is licensed under the ISC license (see `LICENSE` file f
|
||||
|
||||
This project redistributes images from the famfamfam/silk icon set under the [CC-BY 2.5 license](http://creativecommons.org/licenses/by/2.5/).
|
||||
|
||||
This project includes trademarked logo images for each supported database type.
|
||||
|
||||
## Usage
|
||||
|
||||
1. `CGO_ENABLED=1 go build`
|
||||
@ -36,25 +38,32 @@ This project redistributes images from the famfamfam/silk icon set under the [CC
|
||||
|
||||
## Changelog
|
||||
|
||||
vNext
|
||||
2024-06-23 v0.4.0
|
||||
|
||||
- Add Redis as supported database
|
||||
- Allow selecting partial query text to execute
|
||||
- Redis: Add as supported database
|
||||
- Badger: Allow creating in-memory databases
|
||||
- App: Allow selecting partial query text to execute
|
||||
- App: Allow closing database connections from context menu
|
||||
- App: Allow scrolling large content on Properties pane
|
||||
- App: Preload recursive navigation
|
||||
- App: Automatically switch to selected database when new connection is created
|
||||
- App: Add help website link
|
||||
- App: Add database logo images
|
||||
|
||||
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
|
||||
- Badger: Add BadgerDB v4 as supported database
|
||||
- SQLite: Add support for CGo-free SQLite driver under cross-compilation
|
||||
- Bolt: Update Bolt to v1.4.0-alpha.1
|
||||
- App: Add support for running custom queries
|
||||
- App: Add status bar showing currently selected DB
|
||||
- App: Fix missing icons in nav when selecting items
|
||||
- App: Fix extra quotemarks when browsing string content of database
|
||||
|
||||
2024-06-08 v0.2.0
|
||||
|
||||
- Add SQLite support (now requires CGo)
|
||||
- Add images for menu and navigation items
|
||||
- SQLite: Add SQLite support (now requires CGo)
|
||||
- App: Add images for menu and navigation items
|
||||
|
||||
2024-06-03 v0.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user