mirror of https://github.com/ghostfolio/ghostfolio
Compare commits
11 Commits
a87a3044da
...
07cf3c670f
| Author | SHA1 | Date |
|---|---|---|
|
|
07cf3c670f | 14 hours ago |
|
|
c7e029bc38 | 15 hours ago |
|
|
2abba414b0 | 15 hours ago |
|
|
5a7667adef | 15 hours ago |
|
|
a75a5dd3cd | 15 hours ago |
|
|
9eecad153a | 16 hours ago |
|
|
fb982df929 | 18 hours ago |
|
|
8b9c8e04f2 | 2 days ago |
|
|
ef7df25496 | 2 days ago |
|
|
ccd81bde4b | 2 days ago |
|
|
a463b5511b | 3 days ago |
21 changed files with 2416 additions and 2172 deletions
@ -0,0 +1,21 @@ |
|||||
|
import { publicRoutes } from '@ghostfolio/common/routes/routes'; |
||||
|
|
||||
|
import { Component } from '@angular/core'; |
||||
|
import { MatButtonModule } from '@angular/material/button'; |
||||
|
import { RouterModule } from '@angular/router'; |
||||
|
|
||||
|
@Component({ |
||||
|
host: { class: 'page' }, |
||||
|
imports: [MatButtonModule, RouterModule], |
||||
|
selector: 'gf-ghostfolio-3-page', |
||||
|
templateUrl: './ghostfolio-3-page.html' |
||||
|
}) |
||||
|
export class Ghostfolio3PageComponent { |
||||
|
public pricingUrl = `https://ghostfol.io/${document.documentElement.lang}/${publicRoutes.pricing.path}`; |
||||
|
public routerLinkAbout = publicRoutes.about.routerLink; |
||||
|
public routerLinkAboutChangelog = |
||||
|
publicRoutes.about.subRoutes.changelog.routerLink; |
||||
|
public routerLinkBlog = publicRoutes.blog.routerLink; |
||||
|
public routerLinkFeatures = publicRoutes.features.routerLink; |
||||
|
public routerLinkMarkets = publicRoutes.markets.routerLink; |
||||
|
} |
||||
@ -0,0 +1,281 @@ |
|||||
|
<div class="blog container"> |
||||
|
<div class="row"> |
||||
|
<div class="col-md-8 offset-md-2"> |
||||
|
<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> |
||||
|
<img |
||||
|
alt="Ghostfolio 3.0 Teaser" |
||||
|
class="border rounded w-100" |
||||
|
src="../assets/images/blog/ghostfolio-3.jpg" |
||||
|
title="Announcing Ghostfolio 3.0" |
||||
|
/> |
||||
|
</div> |
||||
|
<section class="mb-4"> |
||||
|
<p> |
||||
|
Since the |
||||
|
<a href="../en/blog/2023/09/ghostfolio-2">last major version</a> |
||||
|
of <a [routerLink]="routerLinkAbout">Ghostfolio</a>, we have shipped |
||||
|
over 250 releases. The project now counts 275+ contributors from |
||||
|
around the globe and has surpassed 2’300’000 pulls on Docker Hub. |
||||
|
These milestones reflect steady adoption and our focus on |
||||
|
simplifying investment tracking while prioritizing user privacy. |
||||
|
</p> |
||||
|
<p> |
||||
|
Today’s release marks the next major version in our Open Source |
||||
|
Software (OSS) journey. |
||||
|
</p> |
||||
|
</section> |
||||
|
<section class="mb-4"> |
||||
|
<h2 class="h4">Introducing Ghostfolio 3.0</h2> |
||||
|
<p> |
||||
|
Ghostfolio 3.0 is the evolution of our |
||||
|
<a [routerLink]="routerLinkFeatures" |
||||
|
>open source wealth management software</a |
||||
|
>, with meaningful improvements for both users and developers. We |
||||
|
have refreshed the user interface, expanded analytics, improved |
||||
|
stability, added more languages, and updated the technology stack to |
||||
|
support these changes. Here is a closer look at a selection of what |
||||
|
you can expect from this |
||||
|
<a [routerLink]="routerLinkAboutChangelog">release</a>, alongside |
||||
|
many smaller additions and enhancements. |
||||
|
</p> |
||||
|
<h3 class="h5">Refreshed User Interface</h3> |
||||
|
<p> |
||||
|
Ghostfolio 3.0 comes with a refreshed user interface that modernizes |
||||
|
the visual appearance of the application. The updated design is |
||||
|
cleaner, with refined components and improved consistency across the |
||||
|
platform. |
||||
|
</p> |
||||
|
<h3 class="h5">Comprehensive Analytics</h3> |
||||
|
<p> |
||||
|
This release provides a broader set of tools to help you understand |
||||
|
your portfolio. Ghostfolio X-ray uses static analysis to highlight |
||||
|
potential issues and risks, with rules that can now be customized to |
||||
|
match your investment strategy. |
||||
|
</p> |
||||
|
<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 |
||||
|
audience of investors around the world. |
||||
|
</p> |
||||
|
<h3 class="h5">Reliable Stability</h3> |
||||
|
<p> |
||||
|
A wealth management platform needs to be reliable. With Ghostfolio |
||||
|
3.0, we have further strengthened the robustness of our |
||||
|
architecture, so you can rely on Ghostfolio across different |
||||
|
<a [routerLink]="routerLinkMarkets">market conditions</a>. |
||||
|
</p> |
||||
|
<h3 class="h5">Empowering Self-Hosting</h3> |
||||
|
<p> |
||||
|
This release simplifies and extends the self-hosting experience. A |
||||
|
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 |
||||
|
high-quality market data for portfolio analytics. |
||||
|
</p> |
||||
|
<h3 class="h5">Updated Technology Stack</h3> |
||||
|
<p> |
||||
|
Under the hood, Ghostfolio 3.0 has been upgraded to |
||||
|
<a href="https://angular.io" target="_blank">Angular 21</a>, |
||||
|
<a href="https://nestjs.com" target="_blank">Nest.js 11</a>, |
||||
|
<a href="https://www.prisma.io" target="_blank">Prisma 7</a>, and |
||||
|
<a href="https://nx.dev" target="_blank">Nx 22</a>. Keeping the |
||||
|
technology stack up to date helps us provide a solid foundation for |
||||
|
users and developers. |
||||
|
</p> |
||||
|
</section> |
||||
|
<section class="mb-4"> |
||||
|
<h2 class="h4">Thriving Ghostfolio Community</h2> |
||||
|
<p> |
||||
|
Ghostfolio is built in public, and its community plays a central |
||||
|
role in shaping the open source project. Here are some highlights of |
||||
|
the community growth: |
||||
|
</p> |
||||
|
<ul> |
||||
|
<li> |
||||
|
Ghostfolio has accumulated <strong>8’000+ stars</strong> on |
||||
|
<a |
||||
|
href="https://github.com/ghostfolio/ghostfolio" |
||||
|
target="_blank" |
||||
|
title="Find Ghostfolio on GitHub" |
||||
|
>GitHub</a |
||||
|
>, reflecting the growing interest and trust in the project. |
||||
|
</li> |
||||
|
<li> |
||||
|
The |
||||
|
<a |
||||
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
||||
|
target="_blank" |
||||
|
title="Join the Ghostfolio Slack community" |
||||
|
>Slack</a |
||||
|
> |
||||
|
community has grown to over <strong>1’250 members</strong>, where |
||||
|
investors exchange ideas and help each other. |
||||
|
</li> |
||||
|
<li> |
||||
|
Over |
||||
|
<strong>700 investors and personal finance enthusiasts</strong> |
||||
|
follow Ghostfolio on |
||||
|
<a href="https://x.com/ghostfolio_" target="_blank">X</a> |
||||
|
(formerly Twitter) for updates and discussions. |
||||
|
</li> |
||||
|
</ul> |
||||
|
<p> |
||||
|
There is much more to come. If you are not part of the community |
||||
|
yet, we would love to have you on board. |
||||
|
</p> |
||||
|
<p> |
||||
|
<strong>Join our Slack community</strong>: Connect with fellow |
||||
|
investors, share insights, and stay updated by joining our |
||||
|
<a |
||||
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
||||
|
target="_blank" |
||||
|
title="Join the Ghostfolio Slack community" |
||||
|
>Slack</a |
||||
|
> |
||||
|
community. |
||||
|
</p> |
||||
|
<p> |
||||
|
<strong>Follow us on X</strong>: For release updates and market |
||||
|
insights, follow |
||||
|
<a href="https://x.com/ghostfolio_" target="_blank" |
||||
|
>Ghostfolio on X</a |
||||
|
> |
||||
|
to stay informed. |
||||
|
</p> |
||||
|
<p> |
||||
|
<strong>Give us a Star</strong>: If Ghostfolio has been useful to |
||||
|
you, please consider giving us a star on |
||||
|
<a |
||||
|
href="https://github.com/ghostfolio/ghostfolio" |
||||
|
target="_blank" |
||||
|
title="Find Ghostfolio on GitHub" |
||||
|
>GitHub</a |
||||
|
>. Your support helps us continue improving Ghostfolio. |
||||
|
</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. |
||||
|
<a href="https://github.com/ghostfolio/ghostfolio" target="_blank" |
||||
|
>Join our developer community</a |
||||
|
> |
||||
|
and help shape the future of Ghostfolio. |
||||
|
</p> |
||||
|
</section> |
||||
|
<section> |
||||
|
<p> |
||||
|
Ghostfolio 3.0 is the result of countless contributions, feedback, |
||||
|
and shared passion for open source and personal finance. Whether you |
||||
|
have been with us from the start or are just discovering the |
||||
|
project, thank you for being part of this community. |
||||
|
</p> |
||||
|
<p>Thomas from Ghostfolio</p> |
||||
|
</section> |
||||
|
<section class="mb-4"> |
||||
|
<ul class="list-inline"> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Angular</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Announcement</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Collaboration</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Community</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Contribution</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Evolution</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Fintech</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Ghostfolio</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Ghostfolio 3.0</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Ghostfolio Premium</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Internationalization</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Investment</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Nest.js</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Nx</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Open Source</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">OSS</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Personal Finance</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Platform</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Portfolio</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Prisma</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Privacy</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Release</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Self-Hosting</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Software</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Stack</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Technology</span> |
||||
|
</li> |
||||
|
<li class="list-inline-item"> |
||||
|
<span class="badge badge-light">Wealth Management</span> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</section> |
||||
|
<nav aria-label="breadcrumb"> |
||||
|
<ol class="breadcrumb"> |
||||
|
<li class="breadcrumb-item"> |
||||
|
<a i18n [routerLink]="routerLinkBlog">Blog</a> |
||||
|
</li> |
||||
|
<li |
||||
|
aria-current="page" |
||||
|
class="active breadcrumb-item text-truncate" |
||||
|
> |
||||
|
Announcing Ghostfolio 3.0 |
||||
|
</li> |
||||
|
</ol> |
||||
|
</nav> |
||||
|
</article> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
After Width: | Height: | Size: 219 KiB |
File diff suppressed because it is too large
Loading…
Reference in new issue