Skip to content

v7.2.0 (v7.0.0 re-release + upgrades)

Compare
Choose a tag to compare
@ssorallen ssorallen released this 22 Nov 22:29

This is a re-release of v7.0.0 with infrastructure updates to retain minimal CPU and memory usage of v6.

Transition to both Chrome's Manifest v3 and Firefox's Manifest v3. This update was mandated by both browsers; support for Manifest v2 will eventually be removed. All state is now persisted, which led to the enhancements and fixes in this release.

Enhancements:

  • [24e442d] Increase default tabs to 1000
  • [#415] Import latest German translations 🇩🇪
  • [#436] Import latest Korean translations 🇰🇷

Issues:

  • [#396] Locked tabs are lost when browser restarts

Infrastructure:

  • [#350] Transition to Manifest v3
  • [#416] Move tabTimes into browser extension storage
  • [#432] Minimize CPU+memory when accessing storage
    • Replace usage of Redux with react-query; Redux was being used as a complicated cache and was hindering development

Full Changelog: v6.10.1...v7.2.0