290 Commits

Author SHA1 Message Date
Thomas Kaul
de94494aa0
Bugfix/fix symbol conversion for yahoo finance (#405)
* Fix symbol conversion for Yahoo Finance

* Update changelog
2021-10-03 10:40:21 +02:00
Thomas Kaul
d3c6788ad5
Release 1.58.0 (#404) 2021-10-02 20:45:02 +02:00
Thomas Kaul
3ec4a73b35
Feature/improve tooltips (#403)
* Improve tooltips

* Update changelog
2021-10-02 20:38:41 +02:00
Thomas Kaul
1050bfa098
Feature/improve yahoo finance symbol conversion (#402)
* Improve symbol conversion

* Update changelog
2021-10-02 10:28:06 +02:00
Thomas Kaul
595ec1d7b4
Feature/upgrade envalid to version 7.2.1 (#401)
* Upgrade envalid

* Update changelog
2021-09-30 21:54:58 +02:00
Thomas Kaul
c8389599b6
Release 1.57.0 (#400) 2021-09-29 21:34:50 +02:00
Thomas Kaul
fe2bd6eea8
Feature/protect endpoints (#396)
* Protect endpoints

* Update changelog
2021-09-28 21:37:01 +02:00
Thomas Kaul
035052be99
Feature/improve exchange rates table (#394)
* Improve exchange rates table

* Update changelog
2021-09-26 20:57:37 +02:00
Thomas Kaul
bcdd2780b3
Release 1.56.0 (#393) 2021-09-25 18:02:02 +02:00
Thomas Kaul
39d9828f9f
Feature/respect account currency in exchange rate data service (#391)
* Respect the accounts' currencies

* Update changelog
2021-09-25 16:45:21 +02:00
Thomas Kaul
6333aa972d
Bugfix/fix data gathering after seed (#390)
* Fix data gathering after seed

* Update changelog
2021-09-25 16:44:24 +02:00
Thomas Kaul
dcee651098
Feature/support unlimited currencies (#387)
* Support unlimited currencies

* Update changelog
2021-09-24 21:09:48 +02:00
Thomas Kaul
508a48f4c3
Feature/hide actions in presenter view (#380)
* Hide actions if restricted view is active

* Update changelog
2021-09-24 20:15:10 +02:00
Thomas Kaul
8466e3d73f
Feature/always show adapted portfolio page (#388)
* Always show adapted portfolio page

* Update changelog
2021-09-24 20:12:17 +02:00
Thomas Kaul
9ae9904389
Feature/add story for line chart component (#385)
* Add story for line chart component

* Update changelog
2021-09-20 21:44:47 +02:00
Thomas Kaul
af022ae316
Feature/add story for portfolio proportion chart component (#384)
* Add story

* Use new component

* Update changelog
2021-09-20 20:45:58 +02:00
Thomas Kaul
5cd6edaf3a
Release 1.55.0 (#383) 2021-09-20 11:58:48 +02:00
Thomas Kaul
98be8745d9
Bugfix/fix create or edit transaction dialog (#382)
* Fix create or edit transaction dialog

* Update changelog
2021-09-20 11:49:50 +02:00
Thomas Kaul
861dff9210
Feature/upgrade storybook dependencies (#381)
* Upgrade storybook dependencies
2021-09-19 18:01:41 +02:00
Thomas Kaul
f2364eed10
Feature/remove default value of data source (#379)
* Remove default value of dataSource

* Update changelog
2021-09-19 17:16:29 +02:00
Thomas Kaul
d5392de7c9
Release 1.54.0 (#378) 2021-09-18 20:21:43 +02:00
Thomas Kaul
0f72673ef4
Feature/respect data source in symbol data endpoint (#370)
* Respect data source in symbol data endpoint

* Respect data source in the data provider service

* Combine symbol with data source in get() of data provider service

* Improve search functionality for multiple data sources

* Update changelog
2021-09-18 19:32:22 +02:00
Thomas Kaul
641fe4e8f4
Bugfix/net performance in positions endpoint (#377)
* Nullify net performance

* Update changelog
2021-09-18 19:20:14 +02:00
Thomas Kaul
18e06bb6e6
Feature/hide sign if performance is zero (#376)
* Hide sign if performance is zero

* Update changelog
2021-09-18 13:36:49 +02:00
Thomas Kaul
5b588c2000
Bugfix/hide the current net performance (#373)
* Hide the current net performance

* Update changelog
2021-09-15 22:27:18 +02:00
Thomas Kaul
162d19fa44
Release 1.53.0 (#369) 2021-09-13 21:37:18 +02:00
Thomas Kaul
4a815d2031
Feature/change data gathering selection (#368)
* Change data gathering selection from distinct orders to symbol profiles

* Update changelog
2021-09-13 21:26:23 +02:00
Valentin Zickner
d2aeeb3e88
optimize annual performance calculation (#367)
* Optimize annual performance calculation

* Update changelog

Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-09-12 20:08:42 +02:00
Thomas Kaul
ba926ffcf2
Release 1.52.0 (#366) 2021-09-11 21:36:22 +02:00
Thomas Kaul
5ea455b98b
Feature/upgrade simplewebauthn dependencies to version 4.1.0 (#365)
* Upgrade @simplewebauthn dependencies to version 4.1.0
  * @simplewebauthn/browser
  * @simplewebauthn/server

* Update changelog
2021-09-11 21:23:06 +02:00
Thomas Kaul
39f315aba0
Feature/add annualized performance (#364)
* Add annualized performance

* Update changelog
2021-09-11 20:16:53 +02:00
Thomas Kaul
df2dfc20a1
Feature/add slack channel (#363)
* Add Slack channel

* Update changelog
2021-09-11 12:06:28 +02:00
Thomas Kaul
5d4156ecec
Feature/refactor position detail dialog (#355)
* Add name to portfolio position endpoint

* Update changelog
2021-09-11 11:23:47 +02:00
Thomas Kaul
4693a8baa2
Release 1.50.0 (#361) 2021-09-11 11:21:53 +02:00
Thomas Kaul
773444b1e2
Bugfix/fix home button overlap on ios (#360)
* Fix overlap

* Update changelog
2021-09-11 11:17:49 +02:00
Thomas Kaul
3c46bde8d5
Bugfix/fix fear and greed index (#359)
* Fix fear and greed index
* Refactor fear and greed index symbol
   * GF.FEAR_AND_GREED_INDEX -> _GF_FEAR_AND_GREED_INDEX

* Update changelog
2021-09-11 11:14:55 +02:00
Thomas Kaul
caa9fc3efa
Release 1.49.0 (#354) 2021-09-08 22:19:53 +02:00
Thomas Kaul
9ed82ac82b
Feature/improve labels of allocation chart by symbol (#353)
* Improve labels

* Update changelog
2021-09-08 22:03:33 +02:00
Thomas Kaul
b0b0942162
Release 1.48.0 (#352)
* Nullify netPerformance

* Introduce precision

* Update changelog
2021-09-07 22:23:07 +02:00
Thomas Kaul
9cbf789c22
Bugfix/fix values in position detail dialog (#351)
* Nullify netPerformance

* Introduce precision

* Update changelog
2021-09-07 22:11:38 +02:00
Thomas Kaul
ee5ab05d8a
Release 1.47.1 (#350) 2021-09-06 22:55:08 +02:00
Thomas Kaul
20731c67cb
Release 1.47.0 (#349) 2021-09-06 22:34:17 +02:00
Thomas Kaul
bf8856ad19
Bugfix/fix search for cryptocurrencies (#348)
* Fix the search for cryptocurrency symbols

* Update changelog
2021-09-06 22:02:49 +02:00
Thomas Kaul
a31d79821d
Release 1.46.0 (#347) 2021-09-05 22:15:21 +02:00
Valentin Zickner
48ab862bb6
net performance for current positions (#330)
* implement fees for transaction points #324

* add net performance to current positions #324

* add net performance to calculate timeline #324

* make timeline fee accumulated by default #324

* Update changelog

Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-09-05 21:21:22 +02:00
Thomas Kaul
ba234a470e
Feature/add storybook story for trend indicator component (#346)
* Add storybook story for trend indicator component

* Update changelog
2021-09-05 08:49:06 +02:00
Thomas Kaul
ccae660104
Feature/add storybook story for no transactions info component (#345)
* Add storybook story for no transactions info component

* Update changelog
2021-09-05 08:34:02 +02:00
Thomas Kaul
21ed91d184
Feature/add storybook story for logo component (#344)
* Add storybook story for logo component

* Update changelog
2021-09-05 08:03:32 +02:00
Thomas Kaul
5fd413e57e
Feature/setup storybook (#332)
* Setup ui library with storybook

* Add value component with story

* Update changelog
2021-09-04 22:12:54 +02:00
Thomas Kaul
4c194c938a
Feature/add contributors count to statistics (#342)
* Add contributors count to statistics

* Update changelog
2021-09-04 19:46:24 +02:00