Skip to content

Releases: Moustachauve/cookie-editor

v1.13.0

24 Feb 09:06
Compare
Choose a tag to compare

What's Changed

  • fix(permission): check and request permission should ignore url port by @njzydark in #147
  • Add an option to disable the ads by @Moustachauve in #161
  • Add an option to enable or disable animations by @Moustachauve in #162
  • Implement option to place the button bar at the top of the interface by @Moustachauve in #166
  • Request permission for the full domain when selecting "this site" by @Moustachauve in #169
  • Set the minimum iOS/Safari version to 15.4, as it is the first version to support Manifest V3.

New Contributors

Full Changelog: v1.12.2...v1.13.0

v1.12.2

14 Oct 22:10
Compare
Choose a tag to compare

What's Changed

  • Fix double URI encoding. by @felixmaker in #131.
  • Fix an issue with permissions on Firefox for Android, as reported in #136.

New Contributors

Full Changelog: v1.12.1...v1.12.2

v1.12.1

23 Sep 06:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix wrong condition for excluding browsers from specific ad.
  • Implement suggested changes by XCode for Safari extension.
  • Remove link to Github sponsor for Safari to be compliant with their rules.

Use "cookie-editor-chrome-all-permissions1.12.1.zip" for chrome-like browsers that do not support dynamic permissions.

Full Changelog: v1.12.0...v1.12.1

v1.12.0

21 Sep 05:20
Compare
Choose a tag to compare

New Features

  • New Dark Theme!
  • New option page to customize Cookie-Editor.
  • Add support for the Header String format for both import and export.
  • Add ability to turn on and off the devtools panel.
  • New browser permission system.
    • This allows more granularity on which page Cookie-Editor can access.
    • It can now be enabled on a per-site basis.
  • Add more explanations on how to use Cookie-Editor on Safari for iOS.
  • Use Manifest v3 for more browsers. They now all use manifest v3.
    • Firefox
    • Safari
    • Edge
    • Opera
  • Improve handling of "Session" and "HostOnly" inputs.
  • Add the current version number in the interface.

Bug Fixes

  • Fix issues with Netscape format (#110, #122)
  • Fix issue when Cookie-Editor is rendered with a very small width.
  • Improve browser detection reliability. (commit fc1cbb7).
  • Fix some missing outlines on focus for better accessibility.
  • Improve some styling issues on Safari.

Full Changelog: v1.11.0...v1.12.0

v1.11.0

14 Mar 06:29
Compare
Choose a tag to compare
  • Improve accessibility
    • Improved keyboard navigation
    • Improved screen reader compatibility
  • Add support for Safari on Mac and iOS
  • Migrated to Manifest V3 for Chrome
  • Add support for importing and exporting Netscape format
  • Bug fixes and minor improvements

What's Changed

  • Set's focus to the cookie name field when adding a cookie. by @blakekl in #61
  • Updated to Manifest v3 by @Arora-Sir in #72
  • Update manifest.chrome.json to fix Icognito Mode Chrome by @tienanhemho in #89

New Contributors

Full Changelog: v1.10.1...v1.11.0

v1.10.1

06 Apr 03:17
Compare
Choose a tag to compare

Fixes the devtools window not working as intended

v1.10.0

19 Mar 01:24
Compare
Choose a tag to compare
  • Add a search bar to filter cookies
  • Add offline_enabled properties to chromium browsers
  • Change SVG link format
  • Fix issue where cookies from Chrome couldn't be imported in Firefox
  • Fix issue where text foreground color in Firefox can render it unreadable

v1.9.0

02 May 20:03
Compare
Choose a tag to compare
  • Fix issue where the window would not resize properly
  • Fix issue on browsers version that do not support the "sameSite" attribute

v1.8.1

20 Feb 22:04
Compare
Choose a tag to compare
  • Bug fixes and performance improvement

v1.8

20 Feb 15:09
Compare
Choose a tag to compare

Added advanced cookie edition. You can now edit all the cookie values including:

  • The domain
  • The path
  • The expiration date
  • The sameSite restriction
  • Etc