Skip to content

Releases: corsali/userdata-extractor

v0.3.1 - October 11, 2022

11 Oct 15:44
a5d4256
Compare
Choose a tag to compare
  • Add Amazon Orders support
  • Add Youtube support (via Google Takeout)

v0.3.0 - October 4, 2022

04 Oct 18:17
0ace6e6
Compare
Choose a tag to compare
  • Add csvExtractor class for extracting CSV files
  • Add extractor for NetflixWatchHistory.csv
  • Add a few more Facebook and Instagram extractors

v0.2.1 - September 26, 2022

27 Sep 00:02
6b61ddd
Compare
Choose a tag to compare
  • Add more structuring to Facebook, including Facebook comments
  • Added jsonTableType for storing JSON values in SQLite

v0.2.0 - September 20, 2022

21 Sep 01:29
b499ff0
Compare
Choose a tag to compare
  • Populate different services in different databases
  • Better error handling when multiple queries provided
  • Refactor runQuery input from string to string[]
  • Update extractTablesFromSqlQuery util to handle namespaced table names

v0.1.0 - September 8, 2022

09 Sep 02:27
67bc2d7
Compare
Choose a tag to compare
  • Add several new Instagram extractors
  • Update sql.js to 1.8.0 and pin wasm binary to a specific version

v0.0.5 - August 15, 2022

15 Aug 18:35
fc689c6
Compare
Choose a tag to compare
  • Add support for Instagram stories and post comments

v0.0.4 - August 11, 2022

11 Aug 16:44
a168f5d
Compare
Choose a tag to compare

v0.0.3 - August 3, 2022

03 Aug 22:20
c2eb79e
Compare
Choose a tag to compare
  • Disable Web Workers in ZipJS to fix Webkit support (CU-39nt0qq) #10

v0.0.2 - July 29, 2022

29 Jul 15:04
5bb2157
Compare
Choose a tag to compare
  • Allow multiple SQL queries to run in one runQuery (CU-2pxh3br) #9
  • Provide helper util extractPermissionsFromQuery to extract table names from a query

v0.0.1 - July 7, 2022

07 Jul 04:17
5e1a139
Compare
Choose a tag to compare
  • Initial release
  • Migrate sanitizeZipFile from corsali-gui
  • Migrate validateZipFile from userdata-processor
  • Initial implementation of zip extractor and exporters