Skip to content

Releases: kairi003/Get-cookies.txt-LOCALLY

v0.6.3

27 May 18:51
2e9d004
Compare
Choose a tag to compare

Support browsers whose cookies API is unaware of the partition key, such as Google Chrome < 119.
However, they may not be able to read cookies with partition keys set.

What's Changed

  • Hotfix/support browsers unware of partition key by @kairi003 in #72

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 May 13:14
f78ef3c
Compare
Choose a tag to compare

Update for mainly code refactoring and Firefox version compatibility support.
There are no functional changes.

What's Changed

Full Changelog: v0.5.7...v0.6.2

v0.5.7

13 May 12:07
Compare
Choose a tag to compare

This release note is compared to v0.5.3 because v0.5.6 had a bug and was not released to the store.

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.7

v0.5.6 - Deprecated Version

11 May 18:02
703c0f9
Compare
Choose a tag to compare

⛔️ Contains a bug

This version cannot retrieve cookies that do not include a partition-key.
It will be fixed by #61 and next release.

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.6

v0.5.3

06 Jan 16:14
f3e6f88
Compare
Choose a tag to compare
  • Add a new line at the end of netscape format #51
  • Minor refactoring.

v0.5.2

05 Jan 08:04
789174a
Compare
Choose a tag to compare

Fix: Icon badge count doesn't work correctly with multiple windows #49

v0.5.1

11 Aug 18:57
2412c7e
Compare
Choose a tag to compare

v0.5.1

  • Update donation message

v0.5.0

  • Fix: redundant download tasks #37
  • Add: donation links #41
  • Add: table nowrap option #40

v0.5.0

11 Aug 17:47
758bf68
Compare
Choose a tag to compare
  • Fix: redundant download tasks #37
  • Add: donation links #41
  • Add: table nowrap option #40

v0.4.3-firefox

11 Apr 18:09
7729973
Compare
Choose a tag to compare

Fix: Improve Firefox compat in save/setClipboard #31 #32

  • Update the save function to use Blob and URL.createObjectURL for better compatibility with Firefox.
  • Modify the setClipboard function to use navigator.clipboard.writeText for simplification and cross-browser support.

v0.4.3

11 Apr 18:09
e299d28
Compare
Choose a tag to compare

Fix: Improve Firefox compat in save/setClipboard #31 #32

  • Update the save function to use Blob and URL.createObjectURL for better compatibility with Firefox.
  • Modify the setClipboard function to use navigator.clipboard.writeText for simplification and cross-browser support.