Skip to content

Releases: Team-40-IDATT2003/Millions

v1.7.1 - Added README

27 May 11:36
Compare
Choose a tag to compare

This release marks the addition of a README file, serving as the front page of our repository

v1.7.0 - Final delivery

27 May 09:35
Compare
Choose a tag to compare

This release marks the completion of the final techincal adjustments before delivering the project.

v1.6.2 - Bug fixes

27 May 03:43
Compare
Choose a tag to compare

Fixed visual bugs and clarity for graphs.

v1.6.1 - Market filter & custom starting capital

27 May 02:30
Compare
Choose a tag to compare

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

27 May 01:15
Compare
Choose a tag to compare

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

26 May 23:15
Compare
Choose a tag to compare

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

26 May 22:22
Compare
Choose a tag to compare

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

26 May 21:52
Compare
Choose a tag to compare

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

26 May 14:12
Compare
Choose a tag to compare

Increased visibility by fixing stylesheet

v1.4.2 - Minimum sizes

26 May 13:08
Compare
Choose a tag to compare

This release marks the addition of a size constraint of minimum width and height.