From 08456826bb21e1a8a087526810d0d7746aa1e3ce Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:57:51 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a11997b..0b574b9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Copy logic of `GhostfolioScraperApiService` to `ManualService` (to remove `GhostfolioScraperApiService`) +- Copy logic of `GhostfolioScraperApiService` to `ManualService` - Set the exposed port as an environment variable (`PORT`) in `Dockerfile` - Upgraded `chart.js` from version `4.0.1` to `4.2.0` - Upgraded `ionicons` from version `6.0.4` to `6.1.2` @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue on the landing page caused by the global heat map of subscribers +### Todo + +- Rename the `dataSource` from `GHOSTFOLIO` to `MANUAL` +- Eliminate `GhostfolioScraperApiService` + ## 1.233.0 - 2023-02-09 ### Added