Skip to content

Latest commit

 

History

History
147 lines (86 loc) · 8.55 KB

CHANGELOG.md

File metadata and controls

147 lines (86 loc) · 8.55 KB

Changelog

0.0.9 (2021-08-27)

Implemented enhancements:

  • Can I add date time to note highlight template? #65
  • Expand the set of fields that can be used in highlights and headers templates #69 (renehernandez)

Fixed bugs:

  • Sanitize the Pipe (|) Character in Titles #64
  • Add sanitization for pipe character #68 (renehernandez)

Closed issues:

  • Twitter threads not being synchronised #66

0.0.8 (2021-07-07)

Implemented enhancements:

  • Evaluate using the Adapter interface instead of FileSystemAdapter concrete class #31
  • Mapping of authors in json #6
  • Remove FileSystemAdapter concrete class usage #59 (renehernandez)
  • Initial authors mapping #57 (renehernandez)

Closed issues:

  • Date format customization? #55

0.0.7 (2021-05-13)

Implemented enhancements:

  • Setting option to automatically sync Readwise changes on a given interval #33

Documentation Updates:

Merged pull requests:

0.0.6 (2021-05-06)

Implemented enhancements:

  • Expand metadata information available for the templates #42
  • Add option to customize location where notes should be saved #22
  • Add num_highlights field to the metadata list available for header te… #47 (renehernandez)

Documentation Updates:

Merged pull requests:

  • Add explicit storagepath for notes and handle URL titles #43 (Zowie)

0.0.5 (2021-05-03)

Fixed bugs:

0.0.5-beta1 (2021-05-03)

Fixed bugs:

  • Readwise Plugin not listed in Plugin option menu #44

Merged pull requests:

0.0.4 (2021-04-21)

Implemented enhancements:

  • Change plugin name to Readwise Community #34
  • Change return type on TryGet #30

Documentation Updates:

Merged pull requests:

0.0.3 (2021-04-15)

Implemented enhancements:

  • Remove unnecessary casting for localStorage #20
  • Replace NodeJS path api usage in fileDoc #18
  • Support customizing the way a highlight is written in the note #15
  • Handle the note field associated with a highlight #14

Fixed bugs:

  • Return proper ObsidianReadwiseSettings from withData method #21
  • Check return from localStorage to avoid null values #19
  • Fixes nunjucks autoescaping html char and incorrect path location #29 (renehernandez)

Merged pull requests:

0.0.2 (2021-04-09)

Implemented enhancements:

  • Store LastUpdate setting field as a unix timestamp #4
  • Update to better load mechanism #3
  • Store API token using localStorage instead of plaintext #2
  • Replace luxon library with moment.js #1

Fixed bugs:

  • Set initial timestamp to moment of plugin installation #13

Documentation Updates:

  • Explain sync process in Readme #9

Merged pull requests:

0.0.1 (2021-04-06)

* This Changelog was automatically generated by github_changelog_generator