Skip to content

v2.0.0

Compare
Choose a tag to compare
@kinghat kinghat released this 21 Nov 07:31
· 10 commits to master since this release

Version 2.0.0

Improvements
  • frontend done in Vue
  • backend using customized Vue CLI scaffolding
  • UI styling done in Vuetify
  • uses localstorage vs sync storage via Vuex
  • switched to webextension-polyfill for cross-browser capability.
    • still need to implement the automation.
  • made use of the native browser.tabs api over using content-scipts and a confusing messaging system.