Releases: alexpung/UK-Investment-tax-calculator
Releases · alexpung/UK-Investment-tax-calculator
Option trades calculation support
What's Changed
- Fix incorrect calculation when an option is assigned by @alexpung in #92
- Option trade support by @alexpung in #93
- Option trade support fix by @alexpung in #94
- Option trade support for cash settlement (experimental) by @alexpung in #96
- Bug fix and tests for option cash settlement by @alexpung in #97
- Option trade support cash settlement fix and test by @alexpung in #98
- Implement displaying of tax refund in a table by @alexpung in #99
- Bump xunit from 2.9.0 to 2.9.2 by @dependabot in #95
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 by @dependabot in #87
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
v2.0.0-beta.1
Refactor calculation algo
What's Changed
- Fix toast by @alexpung in #81
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.2 by @dependabot in #83
- Bump xunit from 2.8.0 to 2.9.0 by @dependabot in #82
- Calculator refactoring by @alexpung in #84
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #73
- fix tests by @alexpung in #85
- Calculator refactoring by @alexpung in #86
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
What's Changed
- Bump xunit.runner.visualstudio from 2.5.3 to 2.5.7 by @dependabot in #65
- Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #64
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #61
- Replace Moq with NSubstitute by @alexpung in #71
- Use new syntax for collections by @alexpung in #75
- Yearly tax summary by @alexpung in #76
- Yearly tax summary by listed shares/other assets by @alexpung in #77
- Correct pipeline build error due to project name change by @alexpung in #78
- Dividend year summary by @alexpung in #79
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
Allow user to add data manually in the add trade page.
Allow user to export trade data to a json file for re-import later.
Full Changelog: v.1.4.0...v1.5.0
v.1.4.0
v1.3.0
What's Changed
- Imrove table presentation by @alexpung in #49
- Improve navigation menu by allowing show and hide menu in mobile by @alexpung in #50
- Correct table and navigation menu layout and margining by @alexpung in #51
- Table improvement by @alexpung in #52
- Supress gain calculation in an acquisition trade by @alexpung in #53
Full Changelog: v1.2.0...v1.3.0
Add toast messages and bug fix
What's Changed
- Dot net8 migration by @alexpung in #42
- Fix incorrect target version in workflow by @alexpung in #43
- Refactor architecture by @alexpung in #44
- Fix unnecessary matching and trade results of 0 unit matches when matching future contracts by @alexpung in #46
- Add toast messages by @alexpung in #47
Full Changelog: v1.1.0...v1.2.0
Fx capital gain calculation
New feature
Capital gain calculation for foreign currency acqusition and disposal.
Status: Experimental.
Years of statement of funds data is run through the program and the amount of currency in IB is tracked correctly.
Bug fix:
Fix a calculation bug when a future contract is open shorted then closed.