diff --git a/CHANGELOG.md b/CHANGELOG.md index 006592495..eba6d4dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the grouping by month / year of the dividend and investment timeline +## 1.226.0 - 2023-01-11 + +### Added + +- Added the language localization for Français (`fr`) +- Extended the landing page by a global heat map of subscribers +- Added support for the thousand separator in the global heat map component + +### Changed + +- Improved the form of the import dividends dialog (disable while loading) +- Removed the deprecated `~` in _Sass_ imports + +### Fixed + +- Fixed an exception in the _X-ray_ section + +## 1.225.0 - 2023-01-07 + +### Added + +- Added support for importing dividends from a data provider + +### Changed + +- Extended the Frequently Asked Questions (FAQ) page + ## 1.224.0 - 2023-01-04 ### Added diff --git a/README.md b/README.md index a44174edf..f09dd7541 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,26 @@
- Open Source Wealth Management Software -
-- Ghostfol.io | Live Demo | Ghostfolio Premium | FAQ | Blog | Slack | Twitter -
- + +[yarn watch:server
and click "Launch Program" in Visual Studio Codeyarn start:server
- You can reach me by email at + You can reach me by e-mail at hi@ghostfol.io or on Twitter @ghostfolio_.
diff --git a/apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html b/apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html index c91c91638..93ef5d41e 100644 --- a/apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html +++ b/apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html @@ -99,7 +99,7 @@ > of users. In the future, I would like to involve more contributors to further extend the functionality of Ghostfolio (e.g. with new - reports). Get in touch with me by email at + reports). Get in touch with me by e-mail at hi@ghostfol.io or on Twitter @ghostfolio_ if you are interested, I’m happy to discuss ideas. diff --git a/apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.html b/apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.html index 19a6a2577..7a72ada19 100644 --- a/apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.html +++ b/apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.html @@ -64,15 +64,15 @@When you authenticate with Internet Identity, the service only gets a dedicated pseudonym rather than sensitive user data like - the email address or phone number. This preserves your anonymity and - prevents you being tracked on the Internet. + the e-mail address or phone number. This preserves your anonymity + and prevents you being tracked on the Internet.
If you would like to provide feedback or get involved in further - development of Ghostfolio, please get in touch by email via + development of Ghostfolio, please get in touch by e-mail via hi@ghostfol.io or on Twitter @ghostfolio_.
diff --git a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html index 993755fdd..37f879672 100644 --- a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html +++ b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html @@ -62,7 +62,7 @@ new and better Internet based on decentralized blockchains to give power back to the users. Internet Identity created by the Dfinity Foundation enables you to - sign in securely and anonymously to Ghostfolio without an email + sign in securely and anonymously to Ghostfolio without an e-mail address, username, or a password. All you need is your device with built-in biometric authentication. @@ -90,7 +90,7 @@ onboard more contributors who are actively involved in software engineering to realize the full potential of open source software. If you are a web developer and interested in personal finance, - please get in touch by email via + please get in touch by e-mail via hi@ghostfol.io or on Twitter @ghostfolio_. We are happy to discuss ideas. diff --git a/apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.html b/apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.html index f2d9e90b4..5807819e5 100644 --- a/apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.html +++ b/apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.html @@ -83,7 +83,7 @@ Slack community or get in touch on Twitter @ghostfolio_ or by - email via hi@ghostfol.io. + e-mail via hi@ghostfol.io.
We look forward to hearing from you.
- Use Ghostfolio in multiple languages: English,
- Dutch
diff --git a/apps/client/src/app/pages/faq/faq-page.html b/apps/client/src/app/pages/faq/faq-page.html
index de73f3c2a..7e18aa57e 100644
--- a/apps/client/src/app/pages/faq/faq-page.html
+++ b/apps/client/src/app/pages/faq/faq-page.html
@@ -48,7 +48,7 @@
Internet Identity) enable you to sign in securely and anonymously to Ghostfolio. There
- is no need for an email address, phone number, or a username.
+ is no need for an e-mail address, phone number, or a username.
Multi-Language
If you prefer to run Ghostfolio on your own infrastructure, please
diff --git a/apps/client/src/app/pages/zen/zen-page.scss b/apps/client/src/app/pages/zen/zen-page.scss
index 73e482c91..4a0154291 100644
--- a/apps/client/src/app/pages/zen/zen-page.scss
+++ b/apps/client/src/app/pages/zen/zen-page.scss
@@ -1,4 +1,4 @@
-@import '~apps/client/src/styles/ghostfolio-style';
+@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
diff --git a/apps/client/src/app/services/data.service.ts b/apps/client/src/app/services/data.service.ts
index 70c15d398..67a3e18cf 100644
--- a/apps/client/src/app/services/data.service.ts
+++ b/apps/client/src/app/services/data.service.ts
@@ -24,6 +24,7 @@ import {
BenchmarkResponse,
Export,
Filter,
+ ImportResponse,
InfoItem,
OAuthResponse,
PortfolioDetails,
@@ -119,6 +120,12 @@ export class DataService {
});
}
+ public fetchDividendsImport({ dataSource, symbol }: UniqueAsset) {
+ return this.http.get