354 Commits

Author SHA1 Message Date
Thomas Kaul
1c2ca5b96b
Feature/accentuate all time high and low (#428)
* Accentuate all time high and all time low

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
2021-11-22 21:28:32 +01:00
Thomas Kaul
147f0162b7
Release 1.79.0 (#485) 2021-11-21 18:04:28 +01:00
Thomas Kaul
f6acf5207b
Feature/add value to positions table (#484)
* Add value column

* Update changelog
2021-11-21 17:55:58 +01:00
Valentin Zickner
80782f1098
add support for euro cryptocurrencies, ALGO and remove unknown crypto… (#480)
* add support for euro cryptocurrencies, ALGO and remove unknown cryptocurrencies from list

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-11-21 17:38:48 +01:00
Thomas Kaul
bc58ee86ca
Feature/usability improvements in the create or edit transaction dialog (#483)
* Usability improvements
  * Disable the symbol input in edit mode
  * Filter accounts by type (SECURITIES)

* Update changelog
2021-11-20 20:41:33 +01:00
Thomas Kaul
fca3a659d0
Release 1.78.0 (#481) 2021-11-20 10:31:45 +01:00
Thomas Kaul
904dec040e
Feature/add testimonial (#479)
* Add testimonials

* Update changelog
2021-11-20 10:28:05 +01:00
Thomas Kaul
fc6c81fe02
Bugfix/fix footer row border in dark mode (#478)
* Fix border color in dark mode

* Update changelog
2021-11-17 23:23:32 +01:00
Thomas Kaul
634171e4e3
Release 1.77.0 (#476) 2021-11-16 21:58:41 +01:00
Thomas Kaul
f8f36e4f4e
Bugfix/fix accounts table footer on mobile (#475)
* Fix footer on mobile

* Update changelog
2021-11-16 21:32:04 +01:00
Thomas Kaul
5e7cf9d0b6
Feature/hide get started button on registration page (#474)
* Hide button

* Update changelog
2021-11-15 20:49:03 +01:00
Thomas Kaul
e1932eb5a1
Bugfix/exclude drafts from transaction count (#473)
* Fix transactions count (exclude drafts)

* Improve wording (summary page)

* Update changelog
2021-11-14 19:06:54 +01:00
Thomas Kaul
dba47d59e3
Release 1.76.0 (#472) 2021-11-14 17:16:06 +01:00
Thomas Kaul
3032126508
Feature/add footer row to accounts table (#471)
* Add footer row to accounts table with total balance and value

* Update changelog
2021-11-14 17:04:52 +01:00
Thomas Kaul
5422df05b3
Release 1.75.0 (#469) 2021-11-13 20:50:02 +01:00
Thomas Kaul
d2fabe7ce4
Feature/add value column to accounts table (#468)
* Add value column

* Update changelog
2021-11-13 20:38:29 +01:00
Thomas Kaul
a42700b9fe
Feature/introduce data gathering progress (#467)
* Add data gathering progress

* Update changelog
2021-11-13 11:32:28 +01:00
Thomas Kaul
9df8541145
Feature/log logo on server start (#466)
* Log logo on server start

* Update changelog
2021-11-12 22:50:40 +01:00
Thomas Kaul
0b2252755c
Release 1.74.0 (#464) 2021-11-11 21:52:57 +01:00
Thomas Kaul
239bd09cbd
Feature/move market mood to tab (#463)
* Move market mood to tab

* Update changelog
2021-11-11 21:43:17 +01:00
Thomas Kaul
cd76f89902
Feature/increase decimal places for cryptocurrencies (#462)
* Calculate quantity precision

* Update changelog
2021-11-11 21:21:37 +01:00
Thomas Kaul
7425ba94f1
Release 1.73.0 (#461) 2021-11-10 21:16:06 +01:00
Thomas Kaul
b9522307c4
Feature/various client improvements (#460)
* Various improvements
  * info messages
  * skeleton loader of portfolio holdings

* Update changelog
2021-11-10 21:03:25 +01:00
Thomas Kaul
e01e039a00
Release 1.72.0 (#459) 2021-11-08 20:55:38 +01:00
Thomas Kaul
d60b444324
Release/1.71.0 (#458)
* Refactor logger

* Fix exception

* Update changelog
2021-11-07 21:25:18 +01:00
Thomas Kaul
2873130259
Release 1.70.0 (#457) 2021-11-07 18:38:29 +01:00
Thomas Kaul
d999a27159
Feature/move scraper configuration to symbol profile (#456)
* Move scraper configuration

* Update changelog
2021-11-07 18:36:28 +01:00
Thomas Kaul
b6902e10ea
Feature/improve import json file validation (#455)
* Improve import validation

* Update changelog
2021-11-07 17:16:19 +01:00
Thomas Kaul
7f3f75386d
Release 1.69.0 (#454) 2021-11-07 09:45:19 +01:00
Thomas Kaul
678544748a
Add symbol mapping (#452)
* Add symbol mapping

* Update changelog
2021-11-07 09:42:36 +01:00
Thomas Kaul
87301ddbd5
Feature/improve registration page (#451)
* Improve registration page

* Update changelog
2021-11-02 21:49:57 +01:00
Thomas Kaul
7d03c373ac
Release 1.68.0 (#450) 2021-11-01 21:27:23 +01:00
Thomas Kaul
edb66bb166
Feature/extend statistics (#449)
* Extend statistics

* Update changelog
2021-11-01 21:15:09 +01:00
Thomas Kaul
54bbc8446b
Feature/prettify scraper symbol in chart (#448)
* Prettify scraper symbol in chart

* Update changelog
2021-11-01 20:29:16 +01:00
Thomas Kaul
9933967e42
Release 1.67.0 (#447) 2021-11-01 19:33:45 +01:00
Thomas Kaul
5618513d07
Update changelog (#446) 2021-10-31 17:02:41 +01:00
Thomas Kaul
1397cd62a8
Feature/extend public page (#445)
* Extend public page

* Update changelog
2021-10-31 17:00:59 +01:00
Valentin Zickner
e7fb31d1a6
add Dockerfile with all in one docker image (#431)
* Add Dockerfile with all in one docker image

* Change to alpine image and reduce node_modules size

* Improve documentation and fix changelog and license

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-10-30 18:54:14 +02:00
Thomas Kaul
51e7b94ad0
Release 1.66.0 (#443) 2021-10-30 11:22:50 +02:00
Thomas Kaul
9133ea38f3
Feature/order accesses (#441)
* Order accesses

* Update changelog
2021-10-30 10:49:17 +02:00
Thomas Kaul
a864c617b9
Feature/improve landing page (#442)
* Add intro screen

* Update changelog
2021-10-30 10:46:54 +02:00
Thomas Kaul
442df9d6f8
Release 1.65.0 (#440) 2021-10-25 21:03:36 +02:00
Thomas Kaul
2de0e75cb8
Feature/add user interface for granting and revoking public access (#439)
* Add user interface for granting and revoking public access

* Update changelog
2021-10-25 20:46:36 +02:00
Thomas Kaul
1296f95602
Feature/move data enhancer from data provider to data gathering (#437)
* Move data enhancers from data provider to data enhancer module

* Update changelog
2021-10-24 10:49:17 +02:00
Thomas Kaul
2d89d12d31
Release 1.64.0 (#434) 2021-10-21 22:25:58 +02:00
Thomas Kaul
19e2d54791
Refactor custom cryptocurrencies (#433) 2021-10-21 22:11:12 +02:00
Valentin Zickner
099ad18aaf
refactor data-provider.service.ts to have dynamic list of services (#429)
* Refactor data-provider.service.ts to have dynamic list of services

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-10-20 21:41:40 +02:00
Thomas Kaul
e3cd99f5d2
Release 1.63.0 (#427) 2021-10-19 18:49:11 +02:00
Thomas Kaul
6dea9093ba
Feature/add public portfolio (#426)
* Setup public portfolio page

* Update changelog
2021-10-19 18:27:50 +02:00
Thomas Kaul
6d2e3b6e40
Feature/improve skeleton loader size (#425)
* Improve skeleton loader size

* Update changelog
2021-10-17 11:53:27 +02:00