Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiviu committed Jun 4, 2020
1 parent 2394abb commit 2d30ef6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.0 (2020-06-04)

### Features
* Manually edit unrealized P/L history entries
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
12 changes: 8 additions & 4 deletions src/app/config/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ export interface SymbolDetails {

export const APP_CONSTS = {
TITLE: 'Road To FIRE',
VERSION: '1.1.0',
VERSION: '1.2.0',
// text to show when user first loads the current new version
WHATS_NEW_TITLE: `What's new in version 1.1.0`,
WHATS_NEW_TITLE: `What's new in version 1.2.0`,
WHATS_NEW:
`Features:
* Add option to select from multiple date and currency formats.
* Display loan-to-value ratio in account overview tab.`,
* Manually edit unrealized P/L history entries
* Add option to filter transactions
* Display bond/deposit interest & principal payment transactions in scheduled transactions list
Bug fixes:
* Fix executing multiple due interest/principal payment transactions for a bond`,
REPOSITORY_URL: 'https://github.com/iLiviu/road-to-fire',
STORAGE_API_KEYS: {
DROPBOX: 'kbwh5504okeu3b9',
Expand Down

0 comments on commit 2d30ef6

Please sign in to comment.