MadeInPierre / finalynx

A minimalistic companion (CLI & web) to organize your investment portfolio, simulate its future, and reach your life goals.
https://finalynx.readthedocs.io
GNU General Public License v3.0
64 stars 13 forks source link

feat(Simu): Add a flag to render portfolio state for each simulation step #148

Closed gcoue closed 8 months ago

gcoue commented 10 months ago

Description

feat(Simu): Add a flag to render portfolio state for each simulation step

MadeInPierre commented 8 months ago

Ah, it seems you have made all changes in the main branch of your fork, which means they have all been added to the same PR I just merged. Hence I'll skip this one as the changes are already in version 1.22.4.

If you have other changes & ideas, you can (1) update your main branch to get the latest version of finalynx, (2) create a new branch like my_new_feature, (3) push you changes on this new branch, and (4) create a PR with this new branch. This will make sure your PRs stay independent :)