Skip to content

Latest commit

 

History

History
118 lines (53 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

118 lines (53 loc) · 4.44 KB

2.3.1 (2021-08-24)

Bug Fixes

2.3.0 (2021-08-24)

Features

2.2.1 (2021-08-24)

Bug Fixes

  • toggle-addon: fix hint when addon enabled (91e7b23)

2.2.0 (2021-08-23)

Bug Fixes

  • package.json: fix peerDependencies (e3e7582)
  • scan: fix scanToc and scanNote unable to scan props (249ce49)

Features

  • add tool lib for api (3306325)
  • api: api export Date.getTime() for Date (13e4129)
  • send to obsidian via url in favor of clipboard (25ccae1)
  • sender: use clipboard on mac while use url in ios devices (faf52b7)

2.1.0 (2021-08-22)

Features

2.0.0 (2021-08-22)

Bug Fixes

  • parser: mediaList now only includes png resouces (c7e242d)

Features

BREAKING CHANGES

  • api: add ReturnBody_Toc; mediaList -> mediaMap; add bookMap for ReturnBody_Note and ReturnBody_Toc ...

1.1.2 (2021-05-05)

Bug Fixes

  • add logic to ignore internal media data (4f25e83)

1.1.1 (2021-05-05)

Bug Fixes

  • main.ts: change names of togglePlugin and self.plugin_on to avoid conflict (83a2a40)

1.1.0 (2021-05-05)

Bug Fixes

  • fix import from PopupRecorder (5bab58c)

Features

  • now mediaList is included in the api (65abaa1)

1.0.0 (2021-04-30)

Features

BREAKING CHANGES

  • now ReturnBody.last no longer return empty object, returning null instead

0.1.1 (2021-04-29)

0.1.0 (2021-04-29)

Bug Fixes

  • tools.ts: add null checks to scanObject() (ce1e8c4)

Features

  • support book info output (f81e4eb)

0.0.2 (2021-04-26)

0.0.1 (2021-04-25)