Skip to content

Commit

Permalink
build(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Apr 25, 2021
1 parent 9eac464 commit b39717b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
28 changes: 20 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.9.0] - 2021-04-25

### Added

- Nested tag support (Issue [#85](https://github.com/out-of-cheese-error/gooseberry/issues/85))
- `gooseberry config kb nested` and `nested_tag` config option to determine pattern to use for nesting tags.
- `parent<nested_tag>child` tags used with the "Tag" hierarchy create nested folders.
- Separate make and index commands, allow filtering annotations in both (
Issue [#90](https://github.com/out-of-cheese-error/gooseberry/issues/90))
- Better and more filtering options (Issue [#92](https://github.com/out-of-cheese-error/gooseberry/issues/92))
- Search by document title (Issue [#93](https://github.com/out-of-cheese-error/gooseberry/issues/93))

### Changed

- Separate make and index commands, allow filtering annotations in both (
Issue [#90](https://github.com/out-of-cheese-error/gooseberry/issues/90))

## [0.8.1] - 2021-03-14

### Changed

- Use local time instead of UTC for search (Issue [#77](https://github.com/out-of-cheese-error/gooseberry/issues/77))
- Updated dependencies

### Fixed

- markdown preview in search (Issue [#74](https://github.com/out-of-cheese-error/gooseberry/issues/74))

### Added
Expand Down Expand Up @@ -138,13 +146,17 @@ First somewhat decent release!
Main commands:

* `gooseberry sync` - syncs hypothesis annotations to gooseberry
* `gooseberry search` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags, remove tags and delete
annotations. This should be the main entrypoint for users while `gooseberry tag`, `gooseberry delete`, and `gooseberry view`
* `gooseberry search` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags,
remove tags and delete annotations. This should be the main entrypoint for users while `gooseberry tag`
, `gooseberry delete`, and `gooseberry view`
are more for automating these tasks.
* `gooseberry make` - builds the mdbook knowledge base
* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the location of the knowledge base
* `gooseberry move` - move annotations from one group to another (**move** not copy). Useful if you have a bunch of annotations scattered around and
want to move them into one group for gooseberry.
* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the
location of the knowledge base
* `gooseberry move` - move annotations from one group to another (**move** not copy). Useful if you have a bunch of
annotations scattered around and want to move them into one group for gooseberry.

[0.9.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.8.1...0.9.0

[0.8.1]: https://github.com/out-of-cheese-error/gooseberry/compare/0.8.0...0.8.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gooseberry"
version = "0.8.1"
version = "0.9.0"
authors = ["Ninjani"]
edition = "2018"
description = "A command line utility to generate a knowledge base from Hypothesis annotations "
Expand Down

0 comments on commit b39717b

Please sign in to comment.