Skip to content

Releases: mickaphd/SimpleCookie

v3.3.1

14 Jul 12:28
6350a73

Choose a tag to compare

  • Fixed a bug from the previous update that prevented the option to highlight the actual open tab (eye insight)

v3.3

04 Jul 12:09
a6e39c7

Choose a tag to compare

  • 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

14 May 09:19
8e96657

Choose a tag to compare

  • Fixed a super annoying bug introduced by the new UI for long lists of sites that store cookies. Fixed it and switched back to a more minimalist UI (simpler is always better, I suppose...)

v3.1

04 Apr 09:03
7553224

Choose a tag to compare

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

02 Apr 15:28
28a805b

Choose a tag to compare

  • 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

26 Feb 15:33
c88f417

Choose a tag to compare

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

26 Feb 14:45
3845051

Choose a tag to compare

  • 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

26 Nov 19:05
16e5c29

Choose a tag to compare

  • Fixed a UI bug that caused the Dock to hide behind the list when viewing a long list of websites

v2.8

25 Nov 20:56
041a1a4

Choose a tag to compare

  • Fixed a bug where the Insights icons (active tab, tracking sites, etc.) were displayed during the popup refresh even if they were disabled by the user in the settings
  • Minor UI update (stars were misaligned with the listed sites)

v2.7

20 Nov 08:18
df9cc52

Choose a tag to compare

  • 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