Releases: Moustachauve/cookie-editor
Releases · Moustachauve/cookie-editor
v1.13.0
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
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
- @felixmaker made their first contribution in #131
Full Changelog: v1.12.1...v1.12.2
v1.12.1
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
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
- 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
- @Arora-Sir made their first contribution in #72
- @tienanhemho made their first contribution in #89
Full Changelog: v1.10.1...v1.11.0
v1.10.1
Fixes the devtools window not working as intended
v1.10.0
- 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
- Fix issue where the window would not resize properly
- Fix issue on browsers version that do not support the "sameSite" attribute
v1.8.1
- Bug fixes and performance improvement
v1.8
Added advanced cookie edition. You can now edit all the cookie values including:
- The domain
- The path
- The expiration date
- The sameSite restriction
- Etc