Skip to content

Latest commit

 

History

History
61 lines (25 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

61 lines (25 loc) · 3.02 KB

4.1.0 (2021-04-28)

Features

  • demo: autolog (42a76f1)
  • errors: better handling everywhere + bug correction (d9aaf35)
  • errors: bettre handling of errors on auth (20cd04d)

4.0.0 (2021-04-28)

Bug Fixes

  • background: no count if no diffs (3e3922f), closes #84

Features

  • options: adding a login / password to get jwt (6a43177), closes #48
  • popup: login integration on popup side (6003319)
  • popup: reverse color buttons (57acba4)
  • provider: ordering folders before bookmarks (4650ec2), closes #96

BREAKING CHANGES

  • options: No more jwt token; now on we can use an account

3.0.4 (2021-04-20)

Bug Fixes

  • bookmarkhandler: config was not set (2cf484e)

3.0.3 (2021-04-15)

Bug Fixes

  • comparetree: handle '/' difference on bookmark compare algo (tree) (51791c7), closes #87
  • tree: resolves tree diff not working (491cad5), closes #85

3.0.2 (2021-04-07)

Bug Fixes

  • ui: bad js on hide / show DOM elt (5a07b91), closes #74