Releases: pspeter/statement-dl
Releases · pspeter/statement-dl
2023.07.1
Breaking Changes
- Support for Python < 3.8 dropped
Fixes
- Fixed paging skipping documents sometimes
- Fix crash when trying to pick a date but custom time range is set to "all"
- Fix rare crash when picking a new date
- Improve detection for when paging is needed
- Fix download of unread files clicking on the wrong rows
Misc
- Updated to selenium v4
2023.01.2
2023.01.1
2022.01.1
2021.11.1
2021.04.1
2021.02.1
2020.07.05
statement-dl 2020.07.05
Changes
- Now auto-accepts flatex' new cookie banner
2020.04.06
statement-dl 2020.04.06 (2020-04-08)
Features
flatex: Added paging support - statement-dl will now download more than just the first 100 documents
Fixes
flatex: Fixed part of the files not being downloaded in unread-only mode
2020.04.05-post1
statement-dl 2020.04.05-post1
Features
- Added an option to keep the original filenames (
--keep-filenames
)
Changes
- Document type sub-directories are no longer lower-cased, they are just kept as-is
Bugfixes
- Fix relative paths not working for the destination directory
- Fix crash when just running
statement_dl
with no options - Fix a crash when geckodriver path is not specified
- flatex: Some documents were not downloaded because they did not have a unique filename. The filenames now have an added ID that is unique for each document to prevent this