Skip to content

Releases: Rayquaza01/HistoryCleaner

v1.6.0 and v1.6.1

21 May 20:34
Compare
Choose a tag to compare

v1.6.0 Changelog

[Firefox]

Maintenance update, keep parity with Chrome
Due to a mistake on my end, this version was accidentally listed as 1.6.1 on Firefox. 1.6.0 and 1.6.1 refer to the same version.

[Chrome]

Migrate to Manifest v3
Fix bug where notification would always display when deleting all history (#34) (was fixed in 1.5.1 on Firefox)
Changed default trigger mode to timer
Remove idle support (See #30)

v1.5.1

23 Feb 14:43
Compare
Choose a tag to compare

v1.5.1 Changelog

Fix bug where notification would always display when deleting all history (#34)

v1.5.0

04 Feb 16:39
Compare
Choose a tag to compare

v1.5.0 Changelog

  • Redesigned options UI
    • Options UI now respects colorscheme
    • Added import/export to file buttons
    • Added icons
    • Additional information on options UI
      • Displays when the extension last ran and the cutoff date
      • Displays when the extension will next run
  • Options are now available through a toolbar button
  • Added timer trigger mode
  • New required permission: notifications
    • Previously was an optional permission
    • If you set the notifications option, you will get a notification whenever history is cleared
    • Notifications will not be sent otherwise
  • New required permission: alarms
    • Required for timer trigger mode

v1.4.0

14 Oct 00:24
Compare
Choose a tag to compare

v1.4.0 Changelog

  • Change build to use webpack instead of parcel
  • New behavior option to delete all history when extension triggers (#18)

1.3.0

29 Dec 16:54
Compare
Choose a tag to compare

v1.3.0 Changelog

  • Rewrote extension in TypeScript
  • Option to change idle length
  • Option to show notifications when history is deleted
  • Option to delete history on startup instead of idle
  • Button to manually delete history on options page
  • Basic sync support

1.3.0 Release Candidate 2

22 Dec 02:15
Compare
Choose a tag to compare
Pre-release

Development build, not signed.
Install through about:debugging


  • Style changes
  • Fixed webextension api issue with chrome

1.3.0 Release Candidate 1

25 Nov 14:08
Compare
Choose a tag to compare
Pre-release

Development build, not signed.
Install through about:debugging


v1.2.4 Changelog

  • Rewrote extension in TypeScript
  • Option to change idle length
  • Option to show notifications when history is deleted
  • Option to delete history on startup instead of idle
  • Button to manually delete history on options page
  • Basic sync support

1.2.2

09 Apr 22:44
Compare
Choose a tag to compare

The options page now tries to look like the old XUL addon options pages. The save button is no longer needed and the value is saved as it is typed.

Get it here: https://addons.mozilla.org/en-US/firefox/addon/history-cleaner/versions/#version-1.2.2

1.2.1

05 Apr 21:20
Compare
Choose a tag to compare

Cleaned up code, added ID to manifest to prevent linting errors.

Get it here: https://addons.mozilla.org/en-US/firefox/addon/history-cleaner/versions/#version-1.2.1

(First version marked on github)