Releases: maki-it/lexoffice-invoice-upload
Releases · maki-it/lexoffice-invoice-upload
1.8.10
1.8.9
1.8.8
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
Update configparser and python dependencies
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
- 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
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
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
New Contributors
Full Changelog: 1.8.2...1.8.3
Changed Documentation in Config File
- 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
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