Skip to content

v0.2.5

Choose a tag to compare

@srlehn srlehn released this 08 Mar 03:38
· 44 commits to master since this release
v0.2.5
3af13e5

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