Skip to content

Releases: browserutils/kooky

v0.2.9

20 Mar 23:08
v0.2.9
8041348

Choose a tag to compare

Firefox

  • Session cookie support (recovery.jsonlz4)
  • Built-in container label resolution, plus partitionKey / Partitioned support

Windows / WSL

  • Unified Windows env lookups via windowsx package
  • Added WSL Windows-path detection for Opera and Edge

Other

  • Session cookies (zero expiry) handled correctly in filters, display, and JSON output
  • Fixed file descriptor leaks in chrome/epiphany, TableRow bounds checks, and Firefox fan-out race

Full Changelog: v0.2.8...v0.2.9

v0.2.8

18 Mar 00:41
v0.2.8
427da3a

Choose a tag to compare

What's Changed

  • Add v12 decryption support (SecretPortalKeyProvider HKDF-SHA256 AES-256-GCM) for newer Chromium on Linux
  • Refactor safe storage: per-browser application/portal fields for Chromium derivatives
  • Fix Opera Blink cookie discovery (profile detection, OS-aware decryption)
  • Fix Edge safe storage key lookup (platform-specific: own key on macOS, Chromium's on Linux)
  • Add CI unit tests and automatic release creation

Full Changelog: v0.2.7...v0.2.8

v0.2.7

17 Mar 01:42
v0.2.7
c2109d1

Choose a tag to compare

What's Changed

  • Add support for Brave Browser (#96)
  • Replace ESE library with stripped fork to reduce dependency bloat (#106)
  • Use rangefunc from Go core (fixes make build)

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

10 Mar 22:30
v0.2.6
11fd2b8

Choose a tag to compare

What's Changed

  • feature: retrieve Chrome safe storage key from KWallet via D-Bus [KDE] (#104)

Full Changelog: v0.2.5...v0.2.6

v0.2.5

08 Mar 03:38
v0.2.5
3af13e5

Choose a tag to compare

Bug Fixes:

  • Fix multiple iterator/yield safety issues (goroutine yield, defer yield, deadlock, data race, nil panics) (#97)
  • Firefox: fix file descriptor leak, finder fallthrough, add ESR path (#101), improve default profile detection
  • Crypto: reject invalid PKCS7 padding, add AES decryption bounds checks (#103), recover from block-size panic
  • Chrome: detect v20 cookies (ABE) on Windows
  • Fix filters not being passed through in ReadCookies/AllCookies
  • Fix TraverseCookieStores missing read lock
  • Opera Presto: fix cookie domain prefix (#83)
  • Minor fixes for elinks, WSL error handling

Other:

  • Bump minimum Go to 1.24, update deps, internal refactoring

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.2 prefiltering/decryption delay (Chrome)

09 Jun 19:39
v0.2.2
080cdaf

Choose a tag to compare

  • prefiltering/decryption delay (Chrome)

  • lots of other small fixes & stuff

changes since last release v0.2.0: v0.2.0...v0.2.2

Lots of new browsers!

08 Apr 15:28
87b89e9

Choose a tag to compare

  • Added lots of new browsers (@srlehn)
  • Improved row/column abstraction (@barnardb)
  • Lots of small fixes