Releases: kinghat/Titlest
Releases · kinghat/Titlest
[v2.0.2] - 12-10-19 (hotfix)
[v2.0.1] - 12-9-19
Added
RELEASE_CHECKLIST.md
and incorporated it into a project board for future maintenance flow.
Changed
-
CHANGELOG
- moved to a more standard format
-
Dependencies
- updated various dependencies
-
Security
- updated a dependency with a security vulnerability alerted by github:
v2.0.0
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.