Releases: caret-collective/watch-history-exporter-for-amazon-prime-video
Release list
v3.0.0
⚠ 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
v2.1.0
What's Changed
- fix: title and episode title may contain characters used for string delimitation by @twocaretcat in #27
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- 8 add issue template for questions by @twocaretcat in #9
- 7 add issue template for feature requests by @twocaretcat in #10
- 11 internationalize script by @twocaretcat in #12
- 11 internationalize script by @twocaretcat in #13
- Add translations and date parsing function for Spanish. Fix syntax error by @twocaretcat in #17
- Add translations and date parsing function for French by @twocaretcat in #18
- 16 add portuguese language support by @twocaretcat in #19
- 20 add japanese language support by @twocaretcat in #21
- 22 add chinese language support by @twocaretcat in #23
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed
- Add German language support by @mhaszprunar in #4
- Increase selector specificity for media sections by @twocaretcat in #6
New Contributors
- @mhaszprunar made their first contribution in #4
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0
v1.0.1
v1.0.0
Initial release
Full Changelog: https://github.com/twocaretcat/watch-history-exporter-for-amazon-prime-video/commits/v1.0.0