Skip to content

Releases: pspeter/statement-dl

2023.07.1

29 Jul 21:38
Compare
Choose a tag to compare

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

21 Jan 23:30
Compare
Choose a tag to compare

Fixes

Fixed auto-login for flatex.de. Thanks @Z0n1!

2023.01.1

20 Jan 21:43
Compare
Choose a tag to compare

Features

Added --sub-dirs option to flatex. By default, all files are now saved into a single folder. Use --sub-dirs to save the documents into sub directories based on categories. Thanks @Krensi!

Fixes

Fixed the flatex pdf download. Thanks @Krensi!

2022.01.1

31 Jan 19:51
Compare
Choose a tag to compare

statement-dl 2022.01.1

Fixes

Flatex

  • Fixed #3: Download fails when trying to download multiple pages of documents

2021.11.1

10 Nov 18:24
Compare
Choose a tag to compare

statement-dl 2021.11.1

Fixes

Flatex

  • Fixed #1: --de not working
  • Fixed broken login after UI changes

2021.04.1

04 Apr 19:41
Compare
Choose a tag to compare

statement-dl 2021.04.1

Fixes

  • Fix script sometimes getting stuck on switching to mail tab
  • Fix datepicker selecting one day too early for from-date (used to be necessary to get the documents from "from-date", but is not necessary anymore)

2021.02.1

17 Feb 22:37
6f951c3
Compare
Choose a tag to compare

statement-dl 2021.02.1

Fixes

  • Fix flatex login
  • Fix downloading unread flatex files skipping some files

2020.07.05

05 Jul 10:59
Compare
Choose a tag to compare

statement-dl 2020.07.05

Changes

  • Now auto-accepts flatex' new cookie banner

2020.04.06

08 Apr 18:58
Compare
Choose a tag to compare

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

05 Apr 17:29
Compare
Choose a tag to compare

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