Releases: mickaphd/SimpleCookie
Releases · mickaphd/SimpleCookie
v3.3.1
v3.3
- Added an option to display open tabs that store cookies at the top of SimpleCookie. Both the top section (active tabs) and the rest of the websites (closed tabs) will be sorted alphabetically. This option is deactivated by default, so please go to Settings to activate it (thanks to devRolige for the idea)
v3.2
v3.1
v3.1
- Fixed a bug with the cookie duplicate detection function
- Updated the tab switcher with the Ctrl key for PC (and Command for Mac) as pressing Alt was problematic on Firefox for PC
- Added a drop-down menu for the containers on the create/edit page
v3.0
- NEW: redesigned UI for both popup and settings
- NEW (BETA): introduced a cookie editor to either create a new cookie from scratch (accessible from settings) or edit one (accessible from the detailed table)
- NEW: introduced a tab switcher feature. Hold Command (Mac) or Alt (PC) to switch to one of the open tabs in SimpleCookie (highlighted in green)
- Fixed a bug with the display of the insight icons
- Changed the popup behavior when there is no cookie
v3.0
- NEW: redesigned UI for both popup and settings
- NEW (BETA): introduced a cookie editor to either create a new cookie from scratch (accessible from settings) or edit one (accessible from the detailed table)
- NEW: introduced a tab switcher feature. Hold Command (Mac) or Alt (PC) to switch to one of the open tabs in SimpleCookie (highlighted in green)
- Fixed a bug with the display of the insight icons
- Changed the popup behavior when there is no cookie
v2.9.1
v2.9.1
- Bug fix
v2.9
- Removed Font Awesome by adding a brand new set of local SVG icons, eliminating external requests and ensuring icons are available offline (thanks to https://www.svgrepo.com/ and https://svgcolor.com/)
- Improved the favorite/star status and Dock UI
- Added a cookie counter in the Dock that shows the total number of cookies, with auto-updates when cookies are deleted or restored
- Added a tooltip message that appears when hovering over listed websites, providing reminders for left and right clicks
- Added the ability to undo cookie deletions from the detailed table
- Improved the cookie fetching code to fix rare instances of missing cookies (e.g., from msn.com). Regarding this, I’m confident that we are now retrieving all cookies stored in Firefox. Most other add-ons I tested do not display partitioned cookies or cookies stored in special containers (except for Cookie Manager from Rob W, another great add-on I often use for comparison!). However, please let me know on GitHub if you believe that some cookies are still not being displayed for any reason. The new cookie counter in the Dock should also be useful for checking and comparing
- Fixed the export/import function to account for partitioned cookies
- Implemented a JSON format check during the import process to alert users in case of failure (with a funny message if an error is detected..)
- Updated the Ghostery tracking list
v2.9
- Removed Font Awesome by adding a brand new set of local SVG icons, eliminating external requests and ensuring icons are available offline (thanks to https://www.svgrepo.com/ and https://svgcolor.com/)
- Improved the favorite/star status and Dock UI
- Added a cookie counter in the Dock that shows the total number of cookies, with auto-updates when cookies are deleted or restored
- Added a tooltip message that appears when hovering over listed websites, providing reminders for left and right clicks
- Added the ability to undo cookie deletions from the detailed table
- Improved the cookie fetching code to fix rare instances of missing cookies (e.g., from msn.com). Regarding this, I’m confident that we are now retrieving all cookies stored in Firefox. Most other add-ons I tested do not display partitioned cookies or cookies stored in special containers (except for Cookie Manager from Rob W, another great add-on I often use for comparison!). However, please let me know on GitHub if you believe that some cookies are still not being displayed for any reason. The new cookie counter in the Dock should also be useful for checking and comparing
- Fixed the export/import function to account for partitioned cookies
- Implemented a JSON format check during the import process to alert users in case of failure (with a funny message if an error is detected..)
- Updated the Ghostery tracking list
v2.8.1
v2.8
v2.7
- Added a reset feature to clear your favorites and reset all settings to factory defaults
- Added a new export/import feature for all cookies in a JSON format. This should include containers and all cookie properties in addition to metadata such as SimpleCookie version, date of export, etc. Be careful as your cookies are not encrypted
- UI tweaks