You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6
6
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.10.0] - 2022-08-25
8
+
## [0.10.0] - Unreleased
9
9
## Changed
10
10
- Store annotations in local database for faster search and retrieval. (Issue [#76](https://github.com/out-of-cheese-error/gooseberry/issues/76))
11
11
- Use --and to match ALL tags, default matches ANY tag (previously --or)
12
12
- Use `gooseberry config group <group_id>` and `gooseberry config kb directory <directory_path>` directly instead of interactive usage
13
13
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))
0 commit comments