Skip to content

Releases: maki-it/lexoffice-invoice-upload

1.8.10

28 May 19:12
b525a09
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency configparser to v7 by @renovate in #16

Full Changelog: 1.8.9...1.8.10

1.8.9

15 Apr 14:09
ab9ec33
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update awalsh128/cache-apt-pkgs-action action to v1.4.2 by @renovate in #14
  • chore(deps): update docker/login-action action to v3.1.0 by @renovate in #15
  • Updated Python base image

Full Changelog: 1.8.8...1.8.9

1.8.8

28 Feb 09:26
Compare
Choose a tag to compare

What's Changed

  • Add badges by @kimdre in #7
  • Add cache for apt packages and add step to prepare config file by @kimdre in #9
  • Update badge in README.md by @kimdre in #10
  • chore(deps): update dependency pycurl to ~=7.45.3 by @renovate in #12
  • chore(deps): update awalsh128/cache-apt-pkgs-action action to v1.4.1 by @renovate in #11
  • chore(deps): update dependency configparser to ~=6.0.1 by @renovate in #13

Full Changelog: 1.8.7...1.8.8

Add Test and Build Workflows

15 Jan 21:19
6635e3f
Compare
Choose a tag to compare

What's Changed

  • Add test and build workflows by @kimdre in #6
  • chore(deps): update dependency cron-validator to ~=1.0.8 by @renovate in #5

New Contributors

Full Changelog: 1.8.6...1.8.7

Update configparser and python dependencies

19 Jul 06:36
Compare
Choose a tag to compare

Dependency update for configparser module and python3 base image:

Package Update Change
configparser major ~=5.3.0 -> ~=6.0.0
python minor 3-alpine3.17 -> 3-alpine3.18

Full Changelog: 1.8.5...1.8.6

Minor fixes and improvements

25 May 12:31
Compare
Choose a tag to compare
  • Change Stop Signal in Container to SIGINT
  • Fix error on file upload when filename contains umlauts
  • Handle starting or ending slashes in mail dir paths, that should not be there

Full Changelog: 1.8.4...1.8.5

Hotfix: Fix errors on files with identical name

13 May 15:11
Compare
Choose a tag to compare

Write file attachements to temporary files to fix errors on files with identical name

Full Changelog: 1.8.3...1.8.4

Hotfix: Support non UTF-8 encoded emails

09 May 18:50
Compare
Choose a tag to compare

Script crashed when latin1 encoded emails are encountered. (e.g. äöüß)
Added 'ignore' flag to the decoding step.

Thank you @patti2 for this fix!

What's Changed

  • Hotfix: Support non UTF-8 encoded emails by @patti2 in #1

New Contributors

  • @patti2 made their first contribution in #1

Full Changelog: 1.8.2...1.8.3

Changed Documentation in Config File

24 Apr 21:38
Compare
Choose a tag to compare
  • Enhanced the documentation for the IMAPv4 search criteria
  • Also added links to further examples and documentation for this search filter/criterias.

Full Changelog: 1.8.1...1.8.2

Refactoring and minor improvements

02 Apr 19:47
Compare
Choose a tag to compare

Refactoring and improvements to documentation and program startup:

  • Run mail check once at startup
  • Refactor and improve documentation

Full Changelog: 1.8...1.8.1