Commit Graph

2968 Commits

Author SHA1 Message Date
267023f2c9 Feature/improve language localization for polish (#3713)
* Improve language localization for Polish
2024-08-31 10:46:24 +02:00
b794c4dcc8 Feature/add todo for emergency fund positions value calculation (#3684)
* Add todo
2024-08-30 11:54:23 +02:00
7a695f34f2 Feature/add docker pulls shield to README.md (#3705)
Add Docker Pulls shield
2024-08-29 16:13:46 +02:00
208e5c8adb Release 2.106.0-beta.3 (#3706) 2024-08-28 20:29:59 +02:00
c4a28c6bff Feature/set up a performance logging service (#3703)
* Setup performance logging service

* Update changelog
2024-08-28 20:28:36 +02:00
4505441691 Feature/improve language localization for polish (#3691)
* Improve language localization for Polish

* Update changelog
2024-08-28 20:28:11 +02:00
bc51f106e9 Feature/expose log levels as env variable (#3704)
* Expose log levels as env variable

* Update documentation

* Update changelog
2024-08-27 20:30:08 +02:00
80330782d2 Release 2.106.0-beta.2 (#3702) 2024-08-26 16:23:34 +02:00
d08e8b4fd8 Feature/expose max chart items as env variable (#3701)
* Expose MAX_CHART_ITEMS as env variable

* Update changelog
2024-08-26 16:21:16 +02:00
4a8142b326 Release 2.106.0-beta.1 (#3699) 2024-08-25 10:15:01 +02:00
7db7eeecf2 Bugfix/fix view mode toggle of holdings tab (#3698)
* Fix view mode toggle

* Update changelog
2024-08-25 10:13:03 +02:00
e4074f95c9 Feature/handle activities of excluded accounts (#3697)
* Handle activities of excluded accounts
2024-08-25 10:03:40 +02:00
e23019a115 Feature/improve liabilities in portfolio calculator (#3696)
Improve liabilities
2024-08-25 09:03:39 +02:00
a8e0bb5a21 Bugfix/fix division by zero in performance calculation (#3695)
* Fix division by zero

* Update changelog
2024-08-25 09:02:14 +02:00
c28af12cbd Release 2.106.0-alpha.1 (#3694) 2024-08-24 17:03:20 +02:00
f360a12823 Feature/rework portfolio calculator (#3393)
* Rework portfolio calculation

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-08-24 16:59:50 +02:00
84d23764db Feature/minor improvements in client (#3690)
* Improve view mode form control value change

* Clean up
2024-08-23 20:26:17 +02:00
d034eb04c4 Feature/improve development instructions (#3683) 2024-08-22 19:17:28 +02:00
724188847a Release 2.105.0 (#3688) 2024-08-21 19:44:57 +02:00
ea1b6fdf6e Feature/improve language localization for de 20240821 (#3687)
* Update translations

* Update changelog
2024-08-21 19:43:27 +02:00
2b212078b8 Feature/add support to deactivate x-ray rules (#3537)
* Add support to deactivate X-ray rules

* Update changelog
2024-08-21 19:38:37 +02:00
ac5aec9262 Feature/extend personal finance tools 20240820 (#3685)
* Add Ziggma
2024-08-21 19:36:45 +02:00
f883469b55 Feature/move development instructions to DEVELOPMENT.md (#3680)
* Move development instructions
2024-08-20 11:43:17 +02:00
9f5707d4f5 Feature/extend personal finance tools 20240819 (#3682)
* Add CoinTracking
2024-08-20 11:42:44 +02:00
12c722afe1 Bugfix/Use currency conversion for fees and values (#3672)
* Use currency conversion for fees and values

* Update changelog
2024-08-18 10:02:21 +02:00
6c79ccb2a9 Release 2.104.1 (#3679) 2024-08-17 22:34:56 +02:00
bce9b2f4bb Bugfix/fix clone functionality of activity (#3678)
* Fix clone functionality

* Update changelog
2024-08-17 22:32:23 +02:00
7b2d8e4d3a Release 2.104.0 (#3676) 2024-08-17 17:05:42 +02:00
952c2b71a2 Feature/reuse notification service for confirm dialogs (#3671)
* Reuse notification service for confirm dialogs
2024-08-17 16:55:49 +02:00
26277803c6 Bugfix/fix parse date in date helper (#3675)
Handle empty date string
2024-08-17 16:21:13 +02:00
130c6da6fc Feature/upgrade types of color to version 3.0.6 (#3668)
* Upgrade @types/color to version 3.0.6
2024-08-16 22:08:35 +02:00
75dd43637c Feature/upgrade date-fns to version 3.6.0 (#3673)
* Upgrade date-fns to version 3.6.0

* Update changelog
2024-08-15 19:30:03 +02:00
56ddbaf972 Feature/reuse notification service for alert dialogs (#3670)
* Reuse notification service for alert dialogs
2024-08-15 11:36:55 +02:00
8945f5c784 Feature/upgrade types of lodash to version 4.17.7 (#3667)
Upgrade @types/lodash to version 4.17.7
2024-08-14 11:29:12 +02:00
18df8cebeb Feature/upgrade zone.js to version 0.14.10 (#3669)
* Upgrade zone.js to version 0.14.10

* Update changelog
2024-08-13 15:31:17 +02:00
2893d71377 Feature/set up notification service (#3663)
* Set up notification service

* Update changelog
2024-08-11 18:33:33 +02:00
9246a73f41 Feature/refactor dark theme css selector (#3662)
* Refactor dark theme CSS selector

* Update changelog
2024-08-11 15:43:02 +02:00
d1276dc1a7 Bugfix/remove read_only true from docker-compose.yml (#3653)
* Removed read_only: true

* Update changelog
2024-08-11 14:31:04 +02:00
475bc3b86d Feature/improve language localization for de 20240810 (#3660)
* Update translations

* Update changelog
2024-08-11 11:09:21 +02:00
46553da2c3 Release 2.103.0 (#3658) 2024-08-10 09:02:49 +02:00
c34959896c Feature/improve color assignment with annualized performance in treemap chart (#3657)
* Improve color assignment

* Update changelog
2024-08-10 09:01:28 +02:00
2bbad8f4b0 Feature/add logging to benchmark service (#3654)
* Add logging
2024-08-10 07:58:16 +02:00
49485f79d2 Feature/enable experimental languages in user account settings (#3655)
* Enable ca and pl as experimental

* Update changelog
2024-08-10 07:57:45 +02:00
0f46ca4db2 Feature/extend personal finance tools 20240809 (#3656)
* Add Sarmaaya.pk

* Add Investify

* Add FINATEKA

* Add Plainzer
2024-08-10 07:57:19 +02:00
9f5da976f2 Feature/improve language localization for portuguese (#3651)
* Update translations

* Update changelog
2024-08-09 19:38:03 +02:00
b8d9bafef6 Feature/upgrade prisma to version 5.18.0 (#3646)
* Upgrade prisma to version 5.18.0

* Update changelog
2024-08-09 19:36:53 +02:00
40de0cead5 Feature/optimize docker image (#3642)
* Remove redundant docker image layers

* Update prisma binary target of prisma

* Update changelog
2.103.0-alpha
2024-08-08 17:42:05 +02:00
43f5bb7773 Release 2.102.0 (#3648) 2.102.0 2024-08-07 20:46:57 +02:00
e85cc0fcfc Feature/clone or edit activity from account detail dialog (#3647)
* Clone or edit activity from holding detail dialog

* Update changelog
2024-08-07 20:45:46 +02:00
dc1948016f Feature/clone or edit activity from holding detail dialog (#3644)
* Clone or edit activity from holding detail dialog

* Update changelog
2024-08-07 20:45:03 +02:00