⚠ BREAKING CHANGES
- Localization-specific logic and translated strings have been removed. The script now works with all languages supported by Amazon Prime, but we no longer use translated column names. If you need column names and values to be in your languages, you can edit the constants at the top of the script or edit them in the output file. (#32)
- Dates are now stored with time data. Dates may differ from previous output since we are now using the exact timestamp instead of dates converted to local timezones. There should be no other changes to the output but given the scope of these changes, it is possible. (#29)
Features
-
feat: improve logging and increase scroll speed by @twocaretcat in 515cfa2
-
feat: allow setting custom output filenames (#43) by @twocaretcat
-
feat: add support for saving output as JSON (#41) by @twocaretcat
-
feat: add additional fields to output (#40) by @twocaretcat
-
feat: warn when some watch history items have already been loaded (#36) by @twocaretcat
-
feat: output sponsor message after running script (#34) by @twocaretcat
-
feat!: remove localization logic and translated strings (#32) by @twocaretcat
-
feat: export time as well as date in CSV output (#29) by @twocaretcat
Bug Fixes
- fix: use human-readable dates by default by @twocaretcat in 04b5e06
Build System
- build: replace PNPM + NPM with Deno (#45) by @twocaretcat
Full Changelog: v2.1.0...v3.0.0