@@ -5,22 +5,30 @@ 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
- ## Unreleased
8
+ ## [ 0.9.0] - 2021-04-25
9
+
9
10
### Added
11
+
10
12
- Nested tag support (Issue [ #85 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/85 ) )
11
13
- ` gooseberry config kb nested ` and ` nested_tag ` config option to determine pattern to use for nesting tags.
12
14
- ` parent<nested_tag>child ` tags used with the "Tag" hierarchy create nested folders.
13
- - Separate make and index commands, allow filtering annotations in both (
14
- Issue [ #90 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/90 ) )
15
15
- Better and more filtering options (Issue [ #92 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/92 ) )
16
16
- Search by document title (Issue [ #93 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/93 ) )
17
17
18
+ ### Changed
19
+
20
+ - Separate make and index commands, allow filtering annotations in both (
21
+ Issue [ #90 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/90 ) )
22
+
18
23
## [ 0.8.1] - 2021-03-14
24
+
19
25
### Changed
26
+
20
27
- Use local time instead of UTC for search (Issue [ #77 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/77 ) )
21
28
- Updated dependencies
22
29
23
30
### Fixed
31
+
24
32
- markdown preview in search (Issue [ #74 ] ( https://github.com/out-of-cheese-error/gooseberry/issues/74 ) )
25
33
26
34
### Added
@@ -138,13 +146,17 @@ First somewhat decent release!
138
146
Main commands:
139
147
140
148
* ` gooseberry sync ` - syncs hypothesis annotations to gooseberry
141
- * ` gooseberry search ` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags, remove tags and delete
142
- annotations. This should be the main entrypoint for users while ` gooseberry tag ` , ` gooseberry delete ` , and ` gooseberry view `
149
+ * ` gooseberry search ` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags,
150
+ remove tags and delete annotations. This should be the main entrypoint for users while ` gooseberry tag `
151
+ , ` gooseberry delete ` , and ` gooseberry view `
143
152
are more for automating these tasks.
144
153
* ` gooseberry make ` - builds the mdbook knowledge base
145
- * ` gooseberry config ` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the location of the knowledge base
146
- * ` gooseberry move ` - move annotations from one group to another (** move** not copy). Useful if you have a bunch of annotations scattered around and
147
- want to move them into one group for gooseberry.
154
+ * ` gooseberry config ` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the
155
+ location of the knowledge base
156
+ * ` gooseberry move ` - move annotations from one group to another (** move** not copy). Useful if you have a bunch of
157
+ annotations scattered around and want to move them into one group for gooseberry.
158
+
159
+ [ 0.9.0 ] : https://github.com/out-of-cheese-error/gooseberry/compare/0.8.1...0.9.0
148
160
149
161
[ 0.8.1 ] : https://github.com/out-of-cheese-error/gooseberry/compare/0.8.0...0.8.1
150
162
0 commit comments