diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..a575dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## 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. + +## Version 1.0.0 + +##### Initial Release + +- pure js implementation +- basically no styling +- basic functionally