Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.1] - 2024-08-31

Changed

  • Update dependencies

[0.6.0] - 2024-07-13

Added

  • Filter safe storage in Linux for cache.
  • Parse SameSite.
  • Add get_set_cookie_header and other method take from bench_scraper

Changed

  • pub use ColumnTrait.
  • Browser::chromiums and Browser::firefoxs return iterator.
  • Cookie times return Option.
  • Rename DecryptedCookies -> ChromiumCookie

[0.5.3] - 2024-04-19

Added

  • Check cookies expiry.

Fixed

  • Firefox: secs_to_moz_utc method.

[0.5.2] - 2024-04-02

  • Change: pub SafariCookie fields

[0.5.1] - 2024-03-30

Fixed

  • Double import

[0.5.0] - 2024-03-30

Added

  • decrypt chromium based passwd

[0.4.3] - 2024-03-30

Added

  • Linux decrypt chromium based passwd

Fixed

  • Win, Mac: use correct arg for from_utf8_lossy

[0.4.2] - 2024-03-30

Added

  • Perf: Linux decrypter retrieves all passwds at once, trading space for time.