Releases: Team-40-IDATT2003/Millions
v1.7.1 - Added README
v1.7.0 - Final delivery
This release marks the completion of the final techincal adjustments before delivering the project.
v1.6.2 - Bug fixes
Fixed visual bugs and clarity for graphs.
v1.6.1 - Market filter & custom starting capital
This release marks the addition of filters for the market, as well as being able to write a custom starting capital instead of choosing between set values.
v1.6.0 - transaction report, translation & sell entire portfolio
This release marks the addition of a transaction report pop up whenever a transaction is done by the player. In the transaction is not comitted properly an error is shown.
Translated application properly to ensure consistency.
Added functionality for selling entire portfolio. This can be done when exiting the application, or in the stats page.
v1.5.2 - transactions & commission
Updated transaction cards in transactions page to be more detailed. Also includes a proper sale comission fee before buying or selling a stock.
v1.5.1 - Portfolio fix
This release marks a crucial fix in how the portfolio stores shares. Previously, the class held an internal map keyed with symbol valued with share. The problem with this solution is that we lose the purchase price of shares, since the portfolio essentially merged all shares into one. Now it holds a list of shares properly,
v1.5.0 - Functional saves
This release marks the addition of functional saves. A player is able to save a game, where all values are saved, including transactions, stocks, price history for said stocks, and owned shares.
When loading a save file, the systems sets internal context frames to instantly populate graphs and lists.
v1.4.3 - Visibility increase
Increased visibility by fixing stylesheet
v1.4.2 - Minimum sizes
This release marks the addition of a size constraint of minimum width and height.