diff --git a/CHANGELOG.md b/CHANGELOG.md index 307c79272..fd9f63d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added a blog post: _Announcing Ghostfolio 2.0_ + +## Unreleased + +### Added + - Added support for the cryptocurrency _CyberConnect_ ### Changed diff --git a/apps/api/src/middlewares/html-template.middleware.ts b/apps/api/src/middlewares/html-template.middleware.ts index acb3f5aa0..042b33787 100644 --- a/apps/api/src/middlewares/html-template.middleware.ts +++ b/apps/api/src/middlewares/html-template.middleware.ts @@ -75,6 +75,10 @@ const locales = { '/en/blog/2023/08/ghostfolio-joins-oss-friends': { featureGraphicPath: 'assets/images/blog/ghostfolio-joins-oss-friends.png', title: `Ghostfolio joins OSS Friends - ${titleShort}` + }, + '/en/blog/2023/08/ghostfolio-2': { + featureGraphicPath: 'assets/images/blog/ghostfolio-2.jpg', + title: `Announcing Ghostfolio 2.0 - ${titleShort}` } }; diff --git a/apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.component.ts b/apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.component.ts new file mode 100644 index 000000000..34d94857e --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.component.ts @@ -0,0 +1,17 @@ +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-2-page', + standalone: true, + templateUrl: './ghostfolio-2-page.html' +}) +export class Ghostfolio2PageComponent { + public routerLinkAbout = ['/' + $localize`about`]; + public routerLinkAboutChangelog = ['/' + $localize`about`, 'changelog']; + public routerLinkFeatures = ['/' + $localize`features`]; + public routerLinkMarkets = ['/' + $localize`markets`]; +} diff --git a/apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html b/apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html new file mode 100644 index 000000000..ca12390e5 --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html @@ -0,0 +1,280 @@ +
+
+
+
+
+

Ghostfolio 2.0

+
2023-09-09
+ Ghostfolio 2.0 Teaser +
+
+

+ Since late 2020, when + Ghostfolio took shape, the + main goal has remained the same: to simplify investment tracking + while prioritizing user privacy and enable investors to make + informed decisions. Our journey so far has been incredible, with + over 300 releases since the + first major release, close to 300’000 pulls on Docker Hub, and collaboration with 50+ + contributors from around the globe. Ghostfolio was recently featured + on + Hacker News, where it ranked on the front page and briefly hit the #1 spot. + Shortly after, the project’s repository was trending on GitHub. + These achievements emphasize the growing recognition for our project + and the path we are on. +

+

+ Now, we’re thrilled to present Ghostfolio 2.0, another milestone in + our journey to empower investors. +

+
+
+

Introducing Ghostfolio 2.0

+

+ Ghostfolio 2.0 is the evolution of our + open source wealth management software, elevating both user and developer experiences. We have increased + stability, extended data import capabilities, added comprehensive + analytics and utilized the latest technology to deliver these + improvements. Here’s a closer look at a selection of the + improvements you can expect from this + release, + alongside uncounted smaller additions and enhancements. +

+

Extended Data Import Capabilities

+

+ Importing account activities is an important aspect of any portfolio + management software. With Ghostfolio 2.0, we have extended our data + import functionality, ensuring a seamless experience for users. Our + system supports multiple formats to make the experience more + seamless. Additionally, there is an API, providing you with even + greater flexibility and control over how you import transactions. +

+

Comprehensive Analytics

+

+ Understanding your wealth is key. The latest release offers more + comprehensive analytics to categorize your securities, providing + invaluable insights into your investment portfolio for making + informed decisions and optimizing diversification. +

+

Reliable Stability

+

+ Ensuring the stability of software is crucial, and a platform for + managing your wealth is no exception. The increased robustness of + our architecture means that you can count on Ghostfolio to be there + when you need it most, no matter the + market conditions. +

+

Cutting-Edge Technology Stack

+

+ Ghostfolio 2.0 leverages the latest tech stack to deliver a superior + user and developer experience. We’ve upgraded to + Angular 16, + Nest.js 10, + Prisma 5, and + Nx 16, ensuring that + the software is at the forefront of innovation. This upgrade allows + us to provide you with the best possible user experience, making + investment tracking more intuitive than ever before. +

+
+
+

Thriving Ghostfolio Community

+

+ In open source software (OSS) projects like Ghostfolio, the + community is the driving force behind its success. Without the + incredible support of our users and contributors, it wouldn’t have + been possible. As we celebrate the launch of Ghostfolio 2.0, we’re + delighted to showcase the growth of the Ghostfolio community: +

+
    +
  • + Ghostfolio has accumulated 2500+ stars on GitHub, + highlighting the appreciation and adoption of our platform by the + community. +
  • +
  • + Our + Slack + community has expanded to over 350 members, + creating a space for like-minded investors to connect, share + insights, and collaborate. +
  • +
  • + On + X + (formerly Twitter), over 300 investors and + enthusiasts follow Ghostfolio, keen to stay updated on the latest + developments +
  • +
+

+ This is just the beginning. Ghostfolio is dedicated to ongoing + improvement and helping grow a vibrant community of investors. We + invite you to join us on this exciting journey. +

+

+ Join our Slack community: Connect with fellow + investors, share your insights, and stay updated on the latest news + by joining our + Slack + community. It’s a dynamic space where you can learn, collaborate, + and grow together with us. +

+

+ Follow us on X: For release updates and market + insights, follow + Ghostfolio on X. It’s the perfect place to stay informed and connect with our + team. +

+

+ Give us a Star: If you’ve found value in Ghostfolio + or appreciate our commitment to simplifying investment tracking, + please consider giving us a star on + GitHub. Your support helps us reach a wider audience and make a + difference in the world of wealth management. +

+

+ Become a contributor: If you’re a developer + passionate about open source projects and personal finance, we + welcome your contributions. + Join our developer community, collaborate with like-minded people, and help shape the future of + Ghostfolio. +

+
+
+

+ Ghostfolio 2.0 represents a major step forward in our mission to + empower investors, and we couldn’t be more excited about the future + of the project. Together, we can build an outstanding tool that + makes our lives easier. Thank you for being a part of the Ghostfolio + community. +

+

Thomas from Ghostfolio

+
+
+
    +
  • + Angular +
  • +
  • + Announcement +
  • +
  • + Collaboration +
  • +
  • + Community +
  • +
  • + Contribution +
  • +
  • + Evolution +
  • +
  • + Fintech +
  • +
  • + Ghostfolio +
  • +
  • + Ghostfolio 2.0 +
  • +
  • + Investment +
  • +
  • + Nest.js +
  • +
  • + Nx +
  • +
  • + Open Source +
  • +
  • + OSS +
  • +
  • + Personal Finance +
  • +
  • + Platform +
  • +
  • + Portfolio +
  • +
  • + Prisma +
  • +
  • + Privacy +
  • +
  • + Release +
  • +
  • + Software +
  • +
  • + Stack +
  • +
  • + Technology +
  • +
  • + Wealth Management +
  • +
  • + Web3 +
  • +
+
+ +
+
+
+
diff --git a/apps/client/src/app/pages/blog/blog-page-routing.module.ts b/apps/client/src/app/pages/blog/blog-page-routing.module.ts index 30d9eb3b5..85fbad173 100644 --- a/apps/client/src/app/pages/blog/blog-page-routing.module.ts +++ b/apps/client/src/app/pages/blog/blog-page-routing.module.ts @@ -145,6 +145,15 @@ const routes: Routes = [ './2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.component' ).then((c) => c.GhostfolioJoinsOssFriendsPageComponent), title: 'Ghostfolio joins OSS Friends' + }, + { + canActivate: [AuthGuard], + path: '2023/08/ghostfolio-2', + loadComponent: () => + import('./2023/08/ghostfolio-2/ghostfolio-2-page.component').then( + (c) => c.Ghostfolio2PageComponent + ), + title: 'Ghostfolio 2.0' } ]; diff --git a/apps/client/src/app/pages/blog/blog-page.html b/apps/client/src/app/pages/blog/blog-page.html index b5dfae39e..3c13694ae 100644 --- a/apps/client/src/app/pages/blog/blog-page.html +++ b/apps/client/src/app/pages/blog/blog-page.html @@ -8,6 +8,32 @@ finance + + + + +
diff --git a/apps/client/src/app/pages/landing/landing-page.html b/apps/client/src/app/pages/landing/landing-page.html index 79e461334..41dd96438 100644 --- a/apps/client/src/app/pages/landing/landing-page.html +++ b/apps/client/src/app/pages/landing/landing-page.html @@ -1,9 +1,17 @@
-

- Manage your wealth like a boss -

+
+ +

+ Manage your wealth like a boss +

+

Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make diff --git a/apps/client/src/assets/images/blog/ghostfolio-2.jpg b/apps/client/src/assets/images/blog/ghostfolio-2.jpg new file mode 100644 index 000000000..7d95bb9ce Binary files /dev/null and b/apps/client/src/assets/images/blog/ghostfolio-2.jpg differ diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index a0d47ab6d..4f1532011 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -1054,7 +1054,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1524,6 +1524,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -7246,7 +7250,7 @@ Sterne auf GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -7258,7 +7262,7 @@ Downloads auf Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -7345,12 +7349,12 @@ 24,28 - + Manage your wealth like a boss Verwalte dein Vermögen wie ein Profi apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 @@ -7358,7 +7362,7 @@ Ghostfolio ist ein Open Source Dashboard für deine persönlichen Finanzen mit Fokus auf Datenschutz. Analysiere deine Vermögensverteilung, ermittle dein Nettovermögen und treffe fundierte, datengestützte Investitionsentscheidungen. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 @@ -7366,11 +7370,11 @@ Jetzt loslegen apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 @@ -7378,7 +7382,7 @@ oder apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 @@ -7386,7 +7390,7 @@ Monatlich aktive Nutzer apps/client/src/app/pages/landing/landing-page.html - 67 + 75 @@ -7394,7 +7398,7 @@ Bekannt aus apps/client/src/app/pages/landing/landing-page.html - 111 + 119 @@ -7402,7 +7406,7 @@ Schützen Sie Ihr Vermögen. Optimieren Sie Ihre persönliche Anlagestrategie. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 @@ -7410,7 +7414,7 @@ Ghostfolio ermöglicht es geschäftigen Leuten, den Überblick über Aktien, ETFs oder Kryptowährungen zu behalten, ohne überwacht zu werden. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 @@ -7418,7 +7422,7 @@ 360° Ansicht apps/client/src/app/pages/landing/landing-page.html - 228 + 236 @@ -7426,7 +7430,7 @@ Web3 ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 @@ -7434,7 +7438,7 @@ Nutze Ghostfolio ganz anonym und behalte deine Finanzdaten. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 @@ -7442,7 +7446,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 @@ -7450,7 +7454,7 @@ Profitiere von kontinuierlichen Verbesserungen durch eine aktive Community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 @@ -7458,7 +7462,7 @@ Warum Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 @@ -7466,7 +7470,7 @@ Ghostfolio ist für dich geeignet, wenn du... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 @@ -7474,7 +7478,7 @@ Aktien, ETFs oder Kryptowährungen auf unterschiedlichen Plattformen handelst apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 @@ -7482,7 +7486,7 @@ eine Buy & Hold Strategie verfolgst apps/client/src/app/pages/landing/landing-page.html - 274 + 282 @@ -7490,7 +7494,7 @@ dich für die Zusammensetzung deines Portfolios interessierst apps/client/src/app/pages/landing/landing-page.html - 279 + 287 @@ -7498,7 +7502,7 @@ Privatsphäre und Datenhoheit wertschätzt apps/client/src/app/pages/landing/landing-page.html - 284 + 292 @@ -7506,7 +7510,7 @@ zum Frugalismus oder Minimalismus neigst apps/client/src/app/pages/landing/landing-page.html - 287 + 295 @@ -7514,7 +7518,7 @@ dich um die Diversifizierung deiner finanziellen Mittel kümmerst apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -7522,7 +7526,7 @@ Interesse an finanzieller Freiheit hast apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -7530,7 +7534,7 @@ Nein sagst zu Excel-Tabellen im Jahr apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -7538,7 +7542,7 @@ diese Liste bis zum Ende liest apps/client/src/app/pages/landing/landing-page.html - 302 + 310 @@ -7546,7 +7550,7 @@ Erfahre mehr über Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 @@ -7554,7 +7558,7 @@ Was unsere Nutzer sagen apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 @@ -7562,7 +7566,7 @@ Nutzer aus aller Welt verwenden Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 @@ -7570,7 +7574,7 @@ Wie funktioniert Ghostfolio ? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 @@ -7578,7 +7582,7 @@ Registriere dich anonym* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 @@ -7586,7 +7590,7 @@ * Keine E-Mail-Adresse oder Kreditkarte erforderlich apps/client/src/app/pages/landing/landing-page.html - 371 + 379 @@ -7594,7 +7598,7 @@ Füge historische Transaktionen hinzu apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 @@ -7602,7 +7606,7 @@ Erhalte nützliche Erkenntnisse über die Zusammensetzung deines Portfolios apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 @@ -7610,7 +7614,7 @@ Bist du bereit? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 @@ -7618,7 +7622,7 @@ Melde dich jetzt an oder probiere die Live Demo aus apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 @@ -7626,11 +7630,11 @@ Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -7638,7 +7642,7 @@ Verschaffe dir einen vollständigen Überblick deiner persönlichen Finanzen über mehrere Plattformen hinweg. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 @@ -7646,7 +7650,7 @@ Beginne mit nur 3 Schritten apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -9445,6 +9449,14 @@ 127 + + New + Neu + + apps/client/src/app/pages/landing/landing-page.html + 7 + + diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf index 4eff52580..102e89f50 100644 --- a/apps/client/src/locales/messages.es.xlf +++ b/apps/client/src/locales/messages.es.xlf @@ -1055,7 +1055,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1525,6 +1525,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -7247,7 +7251,7 @@ Stars on GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -7259,7 +7263,7 @@ Pulls on Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -7346,12 +7350,12 @@ 24,28 - + Manage your wealth like a boss Manage your wealth like a boss apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 @@ -7359,7 +7363,7 @@ Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 @@ -7367,11 +7371,11 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 @@ -7379,7 +7383,7 @@ or apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 @@ -7387,7 +7391,7 @@ Monthly Active Users apps/client/src/app/pages/landing/landing-page.html - 67 + 75 @@ -7395,7 +7399,7 @@ As seen in apps/client/src/app/pages/landing/landing-page.html - 111 + 119 @@ -7403,7 +7407,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 @@ -7411,7 +7415,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 @@ -7419,7 +7423,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 228 + 236 @@ -7427,7 +7431,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 @@ -7435,7 +7439,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 @@ -7443,7 +7447,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 @@ -7451,7 +7455,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 @@ -7459,7 +7463,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 @@ -7467,7 +7471,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 @@ -7475,7 +7479,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 @@ -7483,7 +7487,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 274 + 282 @@ -7491,7 +7495,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 279 + 287 @@ -7499,7 +7503,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 284 + 292 @@ -7507,7 +7511,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 287 + 295 @@ -7515,7 +7519,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -7523,7 +7527,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -7531,7 +7535,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -7539,7 +7543,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 302 + 310 @@ -7547,7 +7551,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 @@ -7555,7 +7559,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 @@ -7563,7 +7567,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 @@ -7571,7 +7575,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 @@ -7579,7 +7583,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 @@ -7587,7 +7591,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 371 + 379 @@ -7595,7 +7599,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 @@ -7603,7 +7607,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 @@ -7611,7 +7615,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 @@ -7619,7 +7623,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 @@ -7627,11 +7631,11 @@ Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -7639,7 +7643,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 @@ -7647,7 +7651,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -9446,6 +9450,14 @@ 127 + + New + New + + apps/client/src/app/pages/landing/landing-page.html + 7 + + diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf index 413ef07e0..ebe257b3a 100644 --- a/apps/client/src/locales/messages.fr.xlf +++ b/apps/client/src/locales/messages.fr.xlf @@ -1410,7 +1410,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -2296,6 +2296,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -7246,7 +7250,7 @@ Stars on GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -7258,7 +7262,7 @@ Pulls on Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -7345,12 +7349,12 @@ 24,28 - + Manage your wealth like a boss Manage your wealth like a boss apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 @@ -7358,7 +7362,7 @@ Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 @@ -7366,11 +7370,11 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 @@ -7378,7 +7382,7 @@ or apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 @@ -7386,7 +7390,7 @@ Monthly Active Users apps/client/src/app/pages/landing/landing-page.html - 67 + 75 @@ -7394,7 +7398,7 @@ As seen in apps/client/src/app/pages/landing/landing-page.html - 111 + 119 @@ -7402,7 +7406,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 @@ -7410,7 +7414,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 @@ -7418,7 +7422,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 228 + 236 @@ -7426,7 +7430,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 @@ -7434,7 +7438,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 @@ -7442,7 +7446,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 @@ -7450,7 +7454,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 @@ -7458,7 +7462,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 @@ -7466,7 +7470,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 @@ -7474,7 +7478,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 @@ -7482,7 +7486,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 274 + 282 @@ -7490,7 +7494,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 279 + 287 @@ -7498,7 +7502,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 284 + 292 @@ -7506,7 +7510,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 287 + 295 @@ -7514,7 +7518,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -7522,7 +7526,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -7530,7 +7534,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -7538,7 +7542,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 302 + 310 @@ -7546,7 +7550,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 @@ -7554,7 +7558,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 @@ -7562,7 +7566,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 @@ -7570,7 +7574,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 @@ -7578,7 +7582,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 @@ -7586,7 +7590,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 371 + 379 @@ -7594,7 +7598,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 @@ -7602,7 +7606,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 @@ -7610,7 +7614,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 @@ -7618,7 +7622,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 @@ -7626,11 +7630,11 @@ Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -7638,7 +7642,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 @@ -7646,7 +7650,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -9445,6 +9449,14 @@ 127 + + New + New + + apps/client/src/app/pages/landing/landing-page.html + 7 + + diff --git a/apps/client/src/locales/messages.it.xlf b/apps/client/src/locales/messages.it.xlf index 87227b486..ddb12dd8f 100644 --- a/apps/client/src/locales/messages.it.xlf +++ b/apps/client/src/locales/messages.it.xlf @@ -1055,7 +1055,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1525,6 +1525,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -7247,7 +7251,7 @@ Stars on GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -7259,7 +7263,7 @@ Pulls on Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -7346,12 +7350,12 @@ 24,28 - + Manage your wealth like a boss Manage your wealth like a boss apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 @@ -7359,7 +7363,7 @@ Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 @@ -7367,11 +7371,11 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 @@ -7379,7 +7383,7 @@ or apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 @@ -7387,7 +7391,7 @@ Monthly Active Users apps/client/src/app/pages/landing/landing-page.html - 67 + 75 @@ -7395,7 +7399,7 @@ As seen in apps/client/src/app/pages/landing/landing-page.html - 111 + 119 @@ -7403,7 +7407,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 @@ -7411,7 +7415,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 @@ -7419,7 +7423,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 228 + 236 @@ -7427,7 +7431,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 @@ -7435,7 +7439,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 @@ -7443,7 +7447,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 @@ -7451,7 +7455,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 @@ -7459,7 +7463,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 @@ -7467,7 +7471,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 @@ -7475,7 +7479,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 @@ -7483,7 +7487,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 274 + 282 @@ -7491,7 +7495,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 279 + 287 @@ -7499,7 +7503,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 284 + 292 @@ -7507,7 +7511,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 287 + 295 @@ -7515,7 +7519,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -7523,7 +7527,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -7531,7 +7535,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -7539,7 +7543,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 302 + 310 @@ -7547,7 +7551,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 @@ -7555,7 +7559,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 @@ -7563,7 +7567,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 @@ -7571,7 +7575,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 @@ -7579,7 +7583,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 @@ -7587,7 +7591,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 371 + 379 @@ -7595,7 +7599,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 @@ -7603,7 +7607,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 @@ -7611,7 +7615,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 @@ -7619,7 +7623,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 @@ -7627,11 +7631,11 @@ Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -7639,7 +7643,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 @@ -7647,7 +7651,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -9446,6 +9450,14 @@ 127 + + New + New + + apps/client/src/app/pages/landing/landing-page.html + 7 + + diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf index 40801c382..dc23b5c7e 100644 --- a/apps/client/src/locales/messages.nl.xlf +++ b/apps/client/src/locales/messages.nl.xlf @@ -1054,7 +1054,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1524,6 +1524,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -7246,7 +7250,7 @@ Stars on GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -7258,7 +7262,7 @@ Pulls on Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -7345,12 +7349,12 @@ 24,28 - + Manage your wealth like a boss Manage your wealth like a boss apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 @@ -7358,7 +7362,7 @@ Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 @@ -7366,11 +7370,11 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 @@ -7378,7 +7382,7 @@ or apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 @@ -7386,7 +7390,7 @@ Monthly Active Users apps/client/src/app/pages/landing/landing-page.html - 67 + 75 @@ -7394,7 +7398,7 @@ As seen in apps/client/src/app/pages/landing/landing-page.html - 111 + 119 @@ -7402,7 +7406,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 @@ -7410,7 +7414,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 @@ -7418,7 +7422,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 228 + 236 @@ -7426,7 +7430,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 @@ -7434,7 +7438,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 @@ -7442,7 +7446,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 @@ -7450,7 +7454,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 @@ -7458,7 +7462,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 @@ -7466,7 +7470,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 @@ -7474,7 +7478,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 @@ -7482,7 +7486,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 274 + 282 @@ -7490,7 +7494,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 279 + 287 @@ -7498,7 +7502,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 284 + 292 @@ -7506,7 +7510,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 287 + 295 @@ -7514,7 +7518,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -7522,7 +7526,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -7530,7 +7534,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -7538,7 +7542,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 302 + 310 @@ -7546,7 +7550,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 @@ -7554,7 +7558,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 @@ -7562,7 +7566,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 @@ -7570,7 +7574,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 @@ -7578,7 +7582,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 @@ -7586,7 +7590,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 371 + 379 @@ -7594,7 +7598,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 @@ -7602,7 +7606,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 @@ -7610,7 +7614,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 @@ -7618,7 +7622,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 @@ -7626,11 +7630,11 @@ Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -7638,7 +7642,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 @@ -7646,7 +7650,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -9445,6 +9449,14 @@ 127 + + New + New + + apps/client/src/app/pages/landing/landing-page.html + 7 + + diff --git a/apps/client/src/locales/messages.pt.xlf b/apps/client/src/locales/messages.pt.xlf index ddad221ce..cfda3c7cf 100644 --- a/apps/client/src/locales/messages.pt.xlf +++ b/apps/client/src/locales/messages.pt.xlf @@ -1306,7 +1306,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -2224,6 +2224,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -7246,7 +7250,7 @@ Stars on GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -7258,7 +7262,7 @@ Pulls on Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -7345,12 +7349,12 @@ 24,28 - + Manage your wealth like a boss Manage your wealth like a boss apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 @@ -7358,7 +7362,7 @@ Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 @@ -7366,11 +7370,11 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 @@ -7378,7 +7382,7 @@ or apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 @@ -7386,7 +7390,7 @@ Monthly Active Users apps/client/src/app/pages/landing/landing-page.html - 67 + 75 @@ -7394,7 +7398,7 @@ As seen in apps/client/src/app/pages/landing/landing-page.html - 111 + 119 @@ -7402,7 +7406,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 @@ -7410,7 +7414,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 @@ -7418,7 +7422,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 228 + 236 @@ -7426,7 +7430,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 @@ -7434,7 +7438,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 @@ -7442,7 +7446,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 @@ -7450,7 +7454,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 @@ -7458,7 +7462,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 @@ -7466,7 +7470,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 @@ -7474,7 +7478,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 @@ -7482,7 +7486,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 274 + 282 @@ -7490,7 +7494,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 279 + 287 @@ -7498,7 +7502,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 284 + 292 @@ -7506,7 +7510,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 287 + 295 @@ -7514,7 +7518,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -7522,7 +7526,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -7530,7 +7534,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -7538,7 +7542,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 302 + 310 @@ -7546,7 +7550,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 @@ -7554,7 +7558,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 @@ -7562,7 +7566,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 @@ -7570,7 +7574,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 @@ -7578,7 +7582,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 @@ -7586,7 +7590,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 371 + 379 @@ -7594,7 +7598,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 @@ -7602,7 +7606,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 @@ -7610,7 +7614,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 @@ -7618,7 +7622,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 @@ -7626,11 +7630,11 @@ Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -7638,7 +7642,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 @@ -7646,7 +7650,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -9445,6 +9449,14 @@ 127 + + New + New + + apps/client/src/app/pages/landing/landing-page.html + 7 + + diff --git a/apps/client/src/locales/messages.xlf b/apps/client/src/locales/messages.xlf index 27cfca7b1..77a0c159e 100644 --- a/apps/client/src/locales/messages.xlf +++ b/apps/client/src/locales/messages.xlf @@ -976,7 +976,7 @@ apps/client/src/app/pages/landing/landing-page.html - 422 + 430 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1406,6 +1406,10 @@ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html 243 + + apps/client/src/app/pages/blog/2023/08/ghostfolio-2/ghostfolio-2-page.html + 97 + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html 154 @@ -6760,7 +6764,7 @@ Pulls on Docker Hub apps/client/src/app/pages/landing/landing-page.html - 103 + 111 apps/client/src/app/pages/open/open-page.html @@ -6785,7 +6789,7 @@ Stars on GitHub apps/client/src/app/pages/landing/landing-page.html - 85 + 93 apps/client/src/app/pages/open/open-page.html @@ -6880,267 +6884,267 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 295 + 303 Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 241,243 + 249,251 caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 291 + 299 Live Demo apps/client/src/app/pages/landing/landing-page.html - 47 + 55 apps/client/src/app/pages/landing/landing-page.html - 423 + 431 - + Manage your wealth like a boss apps/client/src/app/pages/landing/landing-page.html - 4,6 + 11,13 Monthly Active Users apps/client/src/app/pages/landing/landing-page.html - 67 + 75 Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 382,384 + 390,392 interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 279 + 287 trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 268,269 + 276,277 Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 407,410 + 415,418 Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 251,253 + 259,261 valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 284 + 292 Get Started apps/client/src/app/pages/landing/landing-page.html - 39,41 + 47,49 apps/client/src/app/pages/landing/landing-page.html - 418,420 + 426,428 into minimalism apps/client/src/app/pages/landing/landing-page.html - 287 + 295 360° View apps/client/src/app/pages/landing/landing-page.html - 228 + 236 saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 299 + 307 Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 307 + 315 still reading this list apps/client/src/app/pages/landing/landing-page.html - 302 + 310 Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 369 + 377 As seen in apps/client/src/app/pages/landing/landing-page.html - 111 + 119 Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 217,220 + 225,228 How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 360,362 + 368,370 What our users are saying apps/client/src/app/pages/landing/landing-page.html - 315,317 + 323,325 Are you ready? apps/client/src/app/pages/landing/landing-page.html - 406 + 414 Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 261,263 + 269,271 or apps/client/src/app/pages/landing/landing-page.html - 44,46 + 52,54 Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 213,216 + 221,224 Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 394,396 + 402,404 Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 239 + 247 Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 260 + 268 Open Source apps/client/src/app/pages/landing/landing-page.html - 249 + 257 * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 371 + 379 Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. apps/client/src/app/pages/landing/landing-page.html - 7,11 + 15,19 Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 345,347 + 353,355 pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 274 + 282 Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 230,233 + 238,241 Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 363 + 371 @@ -8900,6 +8904,11 @@ apps/client/src/app/pages/open/open-page.html 59 + + New + + apps/client/src/app/pages/landing/landing-page.html + 7