From 17f11ea27521f2408f4a1ee0df2f33217e4a1ba1 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:09:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55bfa02f..e5a5bbcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Copy logic of `GhostfolioScraperApiService` to `ManualService` - Improved the content of the landing page - Improved the content of the Frequently Asked Questions (FAQ) page +- Improved the usability of the _Import Activities..._ action +- Eliminated the permission `enableImport` - Set the exposed port as an environment variable (`PORT`) in `Dockerfile` - Migrated the style of `AboutPageModule` to `@angular/material` `15` (mdc) - Migrated the style of `BlogPageModule` to `@angular/material` `15` (mdc) @@ -36,6 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Rename the `dataSource` from `GHOSTFOLIO` to `MANUAL` - Eliminate `GhostfolioScraperApiService` +### Todo + +- Remove the environment variable `ENABLE_FEATURE_IMPORT` + ## 1.233.0 - 2023-02-09 ### Added