github-actions
released this
18 Jun 10:22
·
24 commits
to refs/heads/main
since this release
Changes
🚀 Features
- Add basic support for cash merger transactions (Schwab only) @vmartinv (#532)
- Improve error messages @vmartinv (#533)
- Add allowance for year 2024/25 @vmartinv (#528)
- Calculate unrealized gains @vmartinv (#497)
- Dockerfile @deed02392 (#471)
- Support 'Div Adjustment' in Schwab parser @KapJI (#479)
🐛 Bug Fixes
- Fix spin-offs calculations @nihn (#524)
- Update and fix Trading212 parser @vmartinv (#531)
- Morgan Stanley: Renamed Date field to Execution Date @goofy57 (#526)
- Ignore stamp duty column when parsing Trading212 (fixes #321) @vmartinv (#484)
🏅 Code Quality Improvements
- Better comments for raw format @deed02392 (#494)
🧱 Dependency Updates
- Bump pylint from 3.2.2 to 3.2.3 @dependabot (#529)
- Bump pytest from 8.2.1 to 8.2.2 @dependabot (#527)
- Bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 @dependabot (#525)
- Bump requests from 2.32.2 to 2.32.3 @dependabot (#523)
- Bump codespell from 2.2.6 to 2.3.0 @dependabot (#522)
- Bump types-requests from 2.32.0.20240521 to 2.32.0.20240523 @dependabot (#521)
- Bump requests from 2.32.1 to 2.32.2 @dependabot (#520)
- Bump requests from 2.32.0 to 2.32.1 @dependabot (#519)
- Bump types-requests from 2.31.0.20240406 to 2.32.0.20240521 @dependabot (#518)
- Bump pylint from 3.2.0 to 3.2.2 @dependabot (#517)
- Bump pytest from 8.2.0 to 8.2.1 @dependabot (#516)
- Bump requests from 2.31.0 to 2.32.0 @dependabot (#515)
- Bump pylint from 3.1.1 to 3.2.0 @dependabot (#514)
- Bump pylint from 3.1.0 to 3.1.1 @dependabot (#513)
- Bump jinja2 from 3.1.3 to 3.1.4 @dependabot (#512)
- Bump pytest from 8.1.1 to 8.2.0 @dependabot (#509)
- Bump black from 24.4.1 to 24.4.2 @dependabot (#508)
- Bump black from 24.4.0 to 24.4.1 @dependabot (#507)
- Bump mypy from 1.9.0 to 1.10.0 @dependabot (#506)
- Bump black from 24.3.0 to 24.4.0 @dependabot (#505)
- Bump types-requests from 2.31.0.20240403 to 2.31.0.20240406 @dependabot (#504)
- Bump types-requests from 2.31.0.20240402 to 2.31.0.20240403 @dependabot (#503)
- Bump types-requests from 2.31.0.20240311 to 2.31.0.20240402 @dependabot (#502)
- Bump black from 24.2.0 to 24.3.0 @dependabot (#501)
- Bump pytest from 8.0.2 to 8.1.1 @dependabot (#499)
- Bump types-requests from 2.31.0.20240218 to 2.31.0.20240311 @dependabot (#498)
- Bump mypy from 1.8.0 to 1.9.0 @dependabot (#496)
- Bump pytest from 8.0.1 to 8.0.2 @dependabot (#493)
- Bump pylint from 3.0.3 to 3.1.0 @dependabot (#492)
- Bump types-requests from 2.31.0.20240125 to 2.31.0.20240218 @dependabot (#491)
- Bump pytest from 8.0.0 to 8.0.1 @dependabot (#490)
- Bump black from 24.1.1 to 24.2.0 @dependabot (#486)
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 @dependabot (#482)
- Bump pytest from 7.4.4 to 8.0.0 @dependabot (#478)
- Bump black from 24.1.0 to 24.1.1 @dependabot (#477)
🔧 Maintenance
- Fix docker build command. @raffomartini (#500)