diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c5a154f..b918140f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Localized the content of the about page +- Upgraded the _Stripe_ dependencies - Upgraded `ngx-device-detector` from version `10.0.2` to `10.1.0` +- Upgraded `yahoo-finance2` from version `3.6.4` to `3.8.0` ## 2.195.0 - 2025-08-29 diff --git a/apps/api/src/app/subscription/subscription.service.ts b/apps/api/src/app/subscription/subscription.service.ts index 4aa1897a1..9574d17e9 100644 --- a/apps/api/src/app/subscription/subscription.service.ts +++ b/apps/api/src/app/subscription/subscription.service.ts @@ -32,7 +32,7 @@ export class SubscriptionService { this.stripe = new Stripe( this.configurationService.get('STRIPE_SECRET_KEY'), { - apiVersion: '2025-06-30.basil' + apiVersion: '2025-08-27.basil' } ); } diff --git a/apps/client/src/app/pages/about/overview/about-overview-page.html b/apps/client/src/app/pages/about/overview/about-overview-page.html index ce442fe27..8681be23a 100644 --- a/apps/client/src/app/pages/about/overview/about-overview-page.html +++ b/apps/client/src/app/pages/about/overview/about-overview-page.html @@ -6,74 +6,92 @@
- Ghostfolio is a lightweight wealth management application for
- individuals to keep track of stocks, ETFs or cryptocurrencies and make
- solid, data-driven investment decisions. The source code is fully
- available as
- open source softwareGhostfolio is a lightweight wealth management application for
+ individuals to keep track of stocks, ETFs or cryptocurrencies and
+ make solid, data-driven investment decisions.
- (OSS) under the
- AGPL-3.0 license
+ The source code is fully available as
+ open source software
+ (OSS) under the
+ AGPL-3.0 license
@if (hasPermissionForStatistics) {
- and we share aggregated
- key metrics
+ and we share aggregated
+ key metrics
+ of the platform’s performance
- of the platform’s performance
}
- . The project has been initiated by
- Thomas KaulThe project has been initiated by
+ Thomas Kaul
+ and is driven by the efforts of its
+ contributors.
- and is driven by the efforts of its
- contributors.
@if (hasPermissionForSubscription) {
- Check the system status at
- status.ghostfol.io.
+
- If you encounter a bug or would like to suggest an improvement or a
- new
- feature, please join the
- Ghostfolio
- Slack
- community, post to
- @ghostfolio_
+ If you encounter a bug or would like to suggest an improvement or a
+ new
+ feature, please join the
+ Ghostfolio
+ Slack
+ community, post to
+ @ghostfolio_
@if (user?.subscription?.type === 'Premium') {
- , send an e-mail to
- hi@ghostfol.iosend an e-mail to
+ hi@ghostfol.io
}
- or start a discussion at
- GitHub.
+