Releases: cardi/auntietuna
Releases · cardi/auntietuna
v0.0.4.5
v0.0.4.4
feature changes:
- logo: new, fresh logo! (thank you)
- phishing alerts are now dismissable, and contains a link to a pre-filled false positive report for easy submission
- options page: re-designed to be simple and usable
- options page: known-good files can be dragged onto a full page "drop zone" instead of a small box
bug fixes:
- db: known-good should auto-populate on first-run correctly (chromium)
- debug: all console messages are guarded behind
DEBUG
/ debug mode
v0.0.4.3
changes:
- ui: consistent naming ('hashes' -> 'known-good')
- ui: moved 'download hashes' button behind debug mode (enable in options)
- known-good management: delete individual row entries
- known-good management: you can now import lists containing many known-good entries
- chromium: initial release using
webextension-polyfill
v0.0.4.2
v0.0.4.1
v0.0.4
0.0.4 marks the first alpha release of AuntieTuna for Mozilla Firefox.
Features:
- rewrite of most underlying logic and code, and front-end
- import/export, management of hashes and lists
Development notes:
- uses Dexie.js to manage the DB instead of raw indexeddb operations
- uses Promises (mostly?) instead of callbacks