Skip to content

Latest commit

 

History

History
171 lines (108 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

171 lines (108 loc) · 10.2 KB

Changelog

[unreleased]

Documentation

0.3.0 - 2024-10-09

Bug Fixes

  • Improve error message when decrypting value from Chrome on Unix (ae1a72)
  • Update deps (#8) (7c8870)
  • Clamp cookie (#9) (6e1115)

Documentation

Miscellaneous Tasks

Build

0.2.0 - 2023-01-22

CI

  • Fix release workflow (831985)
  • Test with all features included (a5c4aa)
  • Enable test workflow only for main branch (06549d)
  • Fix release workflow (8760e2)
  • Copy only the binary instead of its parents (b6ffd3)
  • Add changelog workflow (a3fede)
  • Update release workflow to use xtask (5af13c)
  • Add secret for changelog workflow (047d9c)
  • Run archive step on bash (951217)
  • Use token for checkout (c896fa)
  • Add custom profile and feature (29ecdb)
  • Fix generating only for latest tag (8df35b)
  • Add missing target argument (fec52d)
  • Substitute backslashes on Windows (8048aa)

Documentation

  • Add edge support to documentation (904e12)
  • Add bundled sqlite note (88cfcc)

Features

  • Add support for edge browser (#3) (211074)

Miscellaneous Tasks

  • Comment faulty opt waiting for fix (965b5a)
  • Skip commits generated by workflow (618d85)
  • Redirect to commit diff instead of tree (596bfd)

Build

  • Add xtask package (5e4845)
  • Fix xtask error when folder doesn't exist (caafcb)
  • Change base folder for archive (f3587d)
  • Fix archive path and print archive command outputs (9d2b22)

0.1.5 - 2023-01-21

CI

  • Improve release workflow (966035)
  • Add --locked flag (3a5089)
  • Remove extension for macos (84b52d)

Miscellaneous Tasks

Build

  • Add release-opt profile (975bc0)

0.1.4 - 2023-01-20

CI

0.1.3 - 2023-01-20

Bug Fixes

  • Use local state for windows test (40c881)

CI

Build

  • Add feature for bundled sqlite (53f864)

0.1.2 - 2023-01-20

CI

  • Change release type (2e688d)

0.1.1 - 2023-01-20

Build

  • Bundle sqlite compilation (81d68f)

0.1.0 - 2023-01-20

Bug Fixes

  • Add root dir as profile dir a possibilty (01b65b)
  • Use Default profile when not provided (887f61)
  • Add session for all commands (a22fbb)

CI

  • Add workflow (d55f30)
  • Add windows and macos for tests (a3cd8f)

Documentation

Features

  • Add session (fe364e)
  • Make human output an optional feature (44d2a5)

Miscellaneous Tasks

Refactor

  • Improve code structure (e68bc3)
  • Remove intermediate variables (71ceea)

Styling