Releases: out-of-cheese-error/gooseberry
Releases · out-of-cheese-error/gooseberry
0.10.1
0.10.0
Changed
- Store annotations in local database for faster search and retrieval. (Issue #76)
- Use --and to match ALL tags, default matches ANY tag (previously --or)
- Use
gooseberry config group <group_id>
andgooseberry config kb directory <directory_path>
directly instead of interactive usage
Added
- Support for multiple groups (Issue #9)
- multiple groups can be selected (spacebar) using
gooseberry config group
- You can now filter by group ID(s) or group name(s) (comma separated) in all filterable commands
- GroupID and GroupName are now available in the annotation template and as sort and hierarchy options
- The first part of each entry in the serach interface is the group name
- multiple groups can be selected (spacebar) using
url_encode
helper for handlebars (Issue #103 and Discussion #100)
Fixed
- Help strings in CLI
- Auto-clear and sync when changing groups
0.9.3
Changed
- Updated rust-hypothesis to 0.10.3
0.9.2
Changed
- Updated dependencies
- Replaced
unwrap
s withok_or
s for better debugging
0.9.1
Changed
- Updated dependencies
- Updated date_template handlebars usage in README
0.9.0
Added
- Nested tag support (Issue #85)
gooseberry config kb nested
andnested_tag
config option to determine pattern to use for nesting tags.parent<nested_tag>child
tags used with the "Tag" hierarchy create nested folders.
- Better and more filtering options (Issue #92)
- Search by document title (Issue #93)
Changed
- Separate make and index commands, allow filtering annotations in both (Issue #90)
0.8.1
0.8.0
0.7.1
v0.7.1
0.7.0
Fixed
- truncates filename if over 250 characters
Added
- The web-page/document
title
can be used in the annotation template, hierarchy, and sort configurations (
Issue #69) gooseberry uri
andShift-Up
option togooseberry search
that prints out the set of URIs associated with a list of selected annotations.
Changed
- Updated dependencies