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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Next
## 3.0.0 - 2026-04-23
### Added

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

@ -4,7 +4,7 @@
<article>
<div class="mb-4 text-center">
<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
alt="Ghostfolio 3.0 Teaser"
class="border rounded w-100"
@ -58,8 +58,8 @@
<h3 class="h5">Extended Multilanguage Support</h3>
<p>
Largely driven by contributions from the community, Ghostfolio now
supports more languages than ever. The application is now available
in a growing number of languages, making it accessible to a broader
supports more languages than ever. The application is available in a
growing number of languages, making it accessible to a broader
audience of investors around the world.
</p>
<h3 class="h5">Reliable Stability</h3>
@ -75,7 +75,7 @@
major addition is that self-hosters can now fully benefit from
<a target="_blank" [href]="pricingUrl">Ghostfolio Premium</a> to
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.
</p>
<h3 class="h5">Updated Technology Stack</h3>
@ -160,8 +160,8 @@
</p>
<p>
<strong>Become a contributor</strong>: Interested in getting
involved? We welcome contributions from developers who are
passionate about open source and personal finance.
involved? We welcome contributions from developers who are willing
to dive into open source and personal finance topics.
<a href="https://github.com/ghostfolio/ghostfolio" target="_blank"
>Join our developer community</a
>

4
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save