Skip to content

Commit

Permalink
stated a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kinghat committed Nov 21, 2019
1 parent f82d96c commit 796467b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 796467b

Please sign in to comment.