Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiviu committed May 20, 2024
1 parent 75a0fa7 commit eb38069
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 1.5.0

### Features
* Import account transactions from CSV file
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Road To FIRE is a portfolio manager app for your stocks, ETFs, mutual funds, bon
* Works offline.
* Can optionally be installed as an app (supported by most mobile and some desktop modern browsers).
* Backup / Restore application data.
* Import account transactions from a CSV file.

## Frequently Asked Questions (FAQ)
See [FAQ.md](FAQ.md)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/iLiviu/road-to-fire/issues"
},
"license": "GPL-3.0-or-later",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
17 changes: 9 additions & 8 deletions src/app/config/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ export interface SymbolDetails {

export const APP_CONSTS = {
TITLE: 'Road To FIRE',
VERSION: '1.4.0',
VERSION: '1.5.0',
// text to show when user first loads the current new version
WHATS_NEW_TITLE: `What's new in version 1.4.0`,
WHATS_NEW_TITLE: `What's new in version 1.5.0`,
WHATS_NEW:
`Features
* Add support for virtual forex assets
* Added charts for top bond, P2P & stock holdings
* Display portfolio's IRR in Portfolio History chart
* Import account transactions from CSV file
* Display Yield to Maturity (YTM) for bonds
* Display Total Return in Portfolio History chart
UI Changes
* Improve charts performance
* Display total buy cost (including fees) for assets
* Display net P/L for assets instead of gross P/L
Bug fixes
* Group capital gains correctly by asset description
* Correctly set transaction date for pending recurring transactions
* Show fee field when editing tradeable asset position
* Refresh pie charts on data update
`,
REPOSITORY_URL: 'https://github.com/iLiviu/road-to-fire',
STORAGE_API_KEYS: {
Expand Down

0 comments on commit eb38069

Please sign in to comment.