Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiviu committed Aug 25, 2021
1 parent af647e6 commit b66ae6b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 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.2.1 (2021-08-25)

### UI Changes
* Format asset position size
Expand Down
26 changes: 13 additions & 13 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.2.0",
"version": "1.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
16 changes: 9 additions & 7 deletions src/app/config/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ export interface SymbolDetails {

export const APP_CONSTS = {
TITLE: 'Road To FIRE',
VERSION: '1.2.0',
VERSION: '1.2.1',
// text to show when user first loads the current new version
WHATS_NEW_TITLE: `What's new in version 1.2.0`,
WHATS_NEW_TITLE: `What's new in version 1.2.1`,
WHATS_NEW:
`Features:
* Manually edit unrealized P/L history entries
* Add option to filter transactions
* Display bond/deposit interest & principal payment transactions in scheduled transactions list
`UI Changes:
* Format asset position size
* Option to filter asset transfers and cash transfers separately in transactions list
Bug fixes:
* Fix executing multiple due interest/principal payment transactions for a bond`,
* Treat deposit creation transaction as a transfer, not a debit of cash
* Swipe between tabs
* Correctly build list of currency pairs to get forex rates for
* Update gross buy price when manually editing an asset's buy price`,
REPOSITORY_URL: 'https://github.com/iLiviu/road-to-fire',
STORAGE_API_KEYS: {
DROPBOX: 'kbwh5504okeu3b9',
Expand Down

0 comments on commit b66ae6b

Please sign in to comment.