Skip to content

Latest commit

 

History

History
194 lines (94 loc) · 7.21 KB

CHANGELOG.md

File metadata and controls

194 lines (94 loc) · 7.21 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

5.0.0 (2024-05-28)

⚠ BREAKING CHANGES

  • browser versions older than Chrome 123, Edge 123, Firefox 115 and Opera 109 are no longer supported

Features

  • upgrade to Manifest V3 in Chrome (e7b1115)

4.0.0 (2023-03-04)

⚠ BREAKING CHANGES

  • browser versions older than Chrome 92, Edge 92, Firefox 91, and Opera 78 are no longer supported

Features

  • Dark mode
  • Ask before removing data
  • Option to hide data type icons
  • migrate to Vuetify (2739cad)

Bug Fixes

3.2.0 (2020-09-28)

Features

  • add support for Android (30b5e88)
  • support Chrome Incognito (4dcc944)

Bug Fixes

3.1.1 (2019-12-19)

Bug Fixes

  • adjust options page layout (4562e99)
  • flip button positions (95b62ab)

3.1.0 (2019-12-11)

Features

  • add overflow menu with options and website buttons (82f3f3c)

3.0.0 (2019-11-15)

⚠ BREAKING CHANGES

  • browser versions before Chrome 76, Firefox 68 and Opera 63 are no longer supported.

Features

  • add cacheStorage and remove serverBoundCertificates in Chrome and Opera (c102d6c)

2.4.1 (2019-11-10)

Bug Fixes

  • hide scrollbar during action popup height transitions (65b2d82)
  • increase spacing between option components (cba69fe)
  • remove unused permission (1ddf2bd)

2.4.0 (2019-09-06)

Features

  • clear browsing data from the past 1, 3, 10, and 30 minutes (1d91308), closes #17

2.3.0 (2019-05-24)

Features

2.2.0 (2019-05-16)

Features

  • add options for closing and reloading tabs (62b780d)
  • automatically remove success notification (8b912f1), closes #8
  • change license to GPLv3 (4d0b7fb)
  • update dependencies and refresh user interface (ca31096)

2.1.3 (2018-07-12)

2.1.2 (2018-05-01)

Bug Fixes

  • set default background color (4723ed8), closes #6

2.1.1 (2018-04-30)

Bug Fixes

  • add labels for select components and fix their position (3deba4e)
  • copy assets as the last build step (2981d71)

2.1.0 (2018-03-10)

Bug Fixes

  • do not pass since when removing localStorage in Firefox (4e5e500)
  • update dependencies (853e367)

Features

  • clear browsing data from the past 90 and 365 days (3018c89), closes #5

2.0.0 (2018-01-20)

Features

  • drop support for older Firefox versions (21a929e)
  • enable Local Storage and IndexedDB clearing for Firefox (a6306be)

BREAKING CHANGES

  • Firefox < 57 is not supported anymore.

1.1.0 (2018-01-03)

Bug Fixes

  • add app favicon (06db846)
  • follow md spec for title and icon size (ffc4623)
  • reduce size of imported background code (7a83c56)
  • show options in a new tab (5531604)
  • switch to ext-components (df65bac)
  • typo (fbfad8c)
  • use correct document scale on hdpi screens (3956b83)

Features

1.0.0 (2017-09-24)