Skip to content

Commit 92d0fd2

Browse files
committed
update changelog
1 parent b96912c commit 92d0fd2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.10.0] - 2022-08-25
8+
## [0.10.0] - Unreleased
99
## Changed
1010
- Store annotations in local database for faster search and retrieval. (Issue [#76](https://github.com/out-of-cheese-error/gooseberry/issues/76))
1111
- Use --and to match ALL tags, default matches ANY tag (previously --or)
1212
- Use `gooseberry config group <group_id>` and `gooseberry config kb directory <directory_path>` directly instead of interactive usage
1313

14+
## Added
15+
- Support for multiple groups (Issue [#9](https://github.com/out-of-cheese-error/gooseberry/issues/9))
16+
- multiple groups can be selected (spacebar) using `gooseberry config group`
17+
- You can now filter by group ID(s) or group name(s) (comma separated) in all filterable commands
18+
- GroupID and GroupName are now available in the annotation template and as sort and hierarchy options
19+
- The first part of each entry in the serach interface is the group name
20+
- `url_encode` helper for handlebars (Issue [#103](https://github.com/out-of-cheese-error/gooseberry/issues/103) and Discussion [#100](https://github.com/out-of-cheese-error/gooseberry/discussions/100))
21+
1422
## Fixed
1523
- Help strings in CLI
24+
- Auto-clear and sync when changing groups
1625

1726
## [0.9.3] - 2022-04-30
1827
### Changed

0 commit comments

Comments
 (0)