diff --git a/CHANGELOG.md b/CHANGELOG.md index 1775d3b..66e3ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## Master +## 1.3.0 ### Features -* Add dark theme support +* Add support for dark theme ## 1.2.1 (2021-08-25) diff --git a/package-lock.json b/package-lock.json index eace711..9af5f2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "road-to-fire", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "road-to-fire", - "version": "1.2.1", + "version": "1.3.0", "license": "GPL-3.0-or-later", "dependencies": { "@angular/animations": "^12.2.13", diff --git a/package.json b/package.json index a676b36..199fa0b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/iLiviu/road-to-fire/issues" }, "license": "GPL-3.0-or-later", - "version": "1.2.1", + "version": "1.3.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/config/app.constants.ts b/src/app/config/app.constants.ts index e78a8e2..b644997 100644 --- a/src/app/config/app.constants.ts +++ b/src/app/config/app.constants.ts @@ -11,19 +11,12 @@ export interface SymbolDetails { export const APP_CONSTS = { TITLE: 'Road To FIRE', - VERSION: '1.2.1', + VERSION: '1.3.0', // text to show when user first loads the current new version - WHATS_NEW_TITLE: `What's new in version 1.2.1`, + WHATS_NEW_TITLE: `What's new in version 1.3.0`, WHATS_NEW: - `UI Changes: -* Format asset position size -* Option to filter asset transfers and cash transfers separately in transactions list - -Bug fixes: -* 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`, + `Features: +* Added support for dark theme`, REPOSITORY_URL: 'https://github.com/iLiviu/road-to-fire', STORAGE_API_KEYS: { DROPBOX: 'kbwh5504okeu3b9',