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 ofFileSystemAdapter
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:
- Mention Readwise Mirror plugin as alternative #50 (renehernandez)
Merged pull requests:
- Sync on interval #51 (renehernandez)
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:
- Append author in PR sections in Changelog and releases #48 (renehernandez)
Merged pull requests:
0.0.5 (2021-05-03)
Fixed bugs:
- Update the cache name to account for the job id #46 (renehernandez)
0.0.5-beta1 (2021-05-03)
Fixed bugs:
- Readwise Plugin not listed in Plugin option menu #44
Merged pull requests:
- Restrict status bar loading to desktop mode only #45 (renehernandez)
0.0.4 (2021-04-21)
Implemented enhancements:
Documentation Updates:
- Add Changelog generation for releases #39 (renehernandez)
- README update #38 (renehernandez)
Merged pull requests:
- Unify
tryGet
method intoget
#37 (renehernandez) - Change public facing name for readwise plugin #36 (renehernandez)
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
fromwithData
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:
- Highlight improvements #28 (renehernandez)
- Improve name and description for custom template header #27 (renehernandez)
- Remove NodeJS path api #26 (renehernandez)
- Improvements in TokenManager #24 (renehernandez)
- Split Settings into interface and Generator #23 (renehernandez)
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:
- Set initial timestamp on plugin install #17 (renehernandez)
- Explain how the sync process work and limitation #16 (renehernandez)
- Switch to use localStorage to manage Readwise token #12 (renehernandez)
- Refactor settings #11 (renehernandez)
- Replace luxon #10 (renehernandez)
0.0.1 (2021-04-06)
* This Changelog was automatically generated by github_changelog_generator