Skip to content

Releases: out-of-cheese-error/gooseberry

0.10.0

03 Feb 18:52
Compare
Choose a tag to compare

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> and gooseberry 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
  • 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

30 Apr 18:33
Compare
Choose a tag to compare

Changed

  • Updated rust-hypothesis to 0.10.3

0.9.2

14 Apr 12:19
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Replaced unwraps with ok_ors for better debugging

0.9.1

14 Jul 16:41
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Updated date_template handlebars usage in README

0.9.0

25 Apr 18:44
Compare
Choose a tag to compare

Added

  • Nested tag support (Issue #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.
  • 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

13 Apr 20:42
Compare
Choose a tag to compare

Changed

  • Use local time instead of UTC for search (Issue #77)
  • Updated dependencies

Fixed

  • markdown preview in search (Issue #74)

Added

  • handlebars_misc_helpers (Issue #81)

0.8.0

13 Apr 16:40
Compare
Choose a tag to compare

Fixed

  • All w3 selectors (partially) supported (Issue #66)

0.7.1

29 Mar 06:47
Compare
Choose a tag to compare
v0.7.1

0.7.0

26 Mar 12:48
Compare
Choose a tag to compare

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 and Shift-Up option to gooseberry search that prints out the set of URIs associated with a list of selected annotations.

Changed

  • Updated dependencies

0.6.0

10 Mar 16:49
Compare
Choose a tag to compare

Added

  • Tag manager that displays a search window of existing tags to add/remove and allows creating new tags (
    Issue #63)
  • ignore_tags config option (Issue #60)
  • Add/remove multiple tags at once using comma-separated input e.g gooseberry tag --from=today tag1,tag2,tag3

Changed

  • Updated dependencies