Browse Source

Release 3.0.0

pull/6768/head
Thomas Kaul 1 month ago
parent
commit
1e1c7c021c
  1. 2
      CHANGELOG.md
  2. 12
      apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html
  3. 4
      package-lock.json
  4. 2
      package.json

2
CHANGELOG.md

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Next ## 3.0.0 - 2026-04-23
### Added ### Added

12
apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html

@ -4,7 +4,7 @@
<article> <article>
<div class="mb-4 text-center"> <div class="mb-4 text-center">
<h1 class="mb-1">Ghostfolio 3.0</h1> <h1 class="mb-1">Ghostfolio 3.0</h1>
<div class="mb-3 text-muted"><small>2026-04-22</small></div> <div class="mb-3 text-muted"><small>2026-04-23</small></div>
<img <img
alt="Ghostfolio 3.0 Teaser" alt="Ghostfolio 3.0 Teaser"
class="border rounded w-100" class="border rounded w-100"
@ -58,8 +58,8 @@
<h3 class="h5">Extended Multilanguage Support</h3> <h3 class="h5">Extended Multilanguage Support</h3>
<p> <p>
Largely driven by contributions from the community, Ghostfolio now Largely driven by contributions from the community, Ghostfolio now
supports more languages than ever. The application is now available supports more languages than ever. The application is available in a
in a growing number of languages, making it accessible to a broader growing number of languages, making it accessible to a broader
audience of investors around the world. audience of investors around the world.
</p> </p>
<h3 class="h5">Reliable Stability</h3> <h3 class="h5">Reliable Stability</h3>
@ -75,7 +75,7 @@
major addition is that self-hosters can now fully benefit from major addition is that self-hosters can now fully benefit from
<a target="_blank" [href]="pricingUrl">Ghostfolio Premium</a> to <a target="_blank" [href]="pricingUrl">Ghostfolio Premium</a> to
make use of a professional data provider. This gives you full make use of a professional data provider. This gives you full
control over your infrastructure while still giving you access to control over your infrastructure while still having access to
high-quality market data for portfolio analytics. high-quality market data for portfolio analytics.
</p> </p>
<h3 class="h5">Updated Technology Stack</h3> <h3 class="h5">Updated Technology Stack</h3>
@ -160,8 +160,8 @@
</p> </p>
<p> <p>
<strong>Become a contributor</strong>: Interested in getting <strong>Become a contributor</strong>: Interested in getting
involved? We welcome contributions from developers who are involved? We welcome contributions from developers who are willing
passionate about open source and personal finance. to dive into open source and personal finance topics.
<a href="https://github.com/ghostfolio/ghostfolio" target="_blank" <a href="https://github.com/ghostfolio/ghostfolio" target="_blank"
>Join our developer community</a >Join our developer community</a
> >

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.255.0", "version": "3.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.255.0", "version": "3.0.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.255.0", "version": "3.0.0",
"homepage": "https://ghostfol.io", "homepage": "https://ghostfol.io",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"repository": "https://github.com/ghostfolio/ghostfolio", "repository": "https://github.com/ghostfolio/ghostfolio",

Loading…
Cancel
Save