Skip to content

Releases: purarue/browserexport

v0.4.3

23 Nov 03:15
Compare
Choose a tag to compare

v0.4.2

10 Feb 20:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

14 Sep 07:12
Compare
Choose a tag to compare

fix the name of BROWSEREXPORT_FORCE

previously was misspelled as BROWER...

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Sep 08:24
8d09f07
Compare
Choose a tag to compare

breaking/important changes:

  • bugfix: stream didnt print newline after each item
  • removed form-history backup, see #43
  • lib: browserexport.save.backup_history can return None, if you passed to="-" (this tries to print the database to STDOUT)

New Features/Improvements:

  • Supports lots more windows paths
  • Added opera, librewolf, floorp
  • better CLI error handling/help text
  • can parse jsonl, jsonl.gz, json.gz files
  • can write database to STDOUT/read databases from STDIN

0.4.0-alpha: save on windows, remove form history, cli (#44)

08 Sep 23:13
8d09f07
Compare
Choose a tag to compare

breaking/important changes:

  • bugfix: stream didnt print newline after each item
  • removed form-history backup, see #43
  • lib: browserexport.save.backup_history can return None, if you passed to="-" (this tries to print the database to STDOUT)

New Features/Improvements:

  • Supports lots more windows paths
  • Added opera, librewolf, floorp
  • better CLI error handling/help text
  • can parse jsonl, jsonl.gz, json.gz files
  • can write database to STDOUT/read databases from STDIN

v0.3.0

08 Sep 00:32
Compare
Choose a tag to compare

deprecate Browser.data_directory

this was mostly an internal function, since the public
API uses locate_database, but this is technically a breaking
change. You can use data_directories instead, which returns
a list of all possible data directories.