ghostfolio

Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🤍

AGPL-3.0 License

Stars
3.7K

Bot releases are hidden (Show)

ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added a skeleton loader to the market mood component in the markets overview

Changed

  • Moved the build pipeline from Travis to GitHub Actions
  • Increased the caching of the benchmarks

Fixed

  • Disabled the language selector for the demo user
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added the alias to the Access database schema
  • Added support for translated time distances
  • Added a GitHub Action to create an arm64 docker image

Changed

  • Improved the language localization for German (de)

Fixed

  • Fixed the missing assets during the local development
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added the alias to the Access database schema
  • Added support for translated time distances
  • Added a GitHub Action to create an arm64 docker image

Changed

  • Improved the language localization for German (de)

Fixed

  • Fixed the missing assets during the local development
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added the alias to the Access database schema
  • Added support for translated time distances
  • Added a GitHub Action to create an arm64 docker image

Changed

  • Improved the language localization for German (de)

Fixed

  • Fixed the missing assets during the local development
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added a filter by asset sub class for the asset profiles in the admin control

Changed

  • Improved the language localization for German (de)
ghostfolio -

Published by dtslvr about 2 years ago

Changed

  • Improved the language localization for German (de)
  • Extended and made the columns of the asset profiles sortable in the admin control
  • Moved the asset profile details in the admin control panel to a dialog
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added a language selector to the account page
  • Added support for translated labels in the value component

Changed

  • Integrated the commands database:setup and database:migrate into the container start

Fixed

  • Fixed a division by zero error in the benchmarks calculation

Todo

  • Apply manual data migration (yarn database:migrate) is not needed anymore
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added a language selector to the account page
  • Added support for translated labels in the value component

Changed

  • Integrated the commands database:setup and database:migrate into the container start

Fixed

  • Fixed a division by zero error in the benchmarks calculation

Todo

  • Apply manual data migration (yarn database:migrate) is not needed anymore
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added a language selector to the account page
  • Added support for translated labels in the value component

Changed

  • Integrated the commands database:setup and database:migrate into the container start

Fixed

  • Fixed a division by zero error in the benchmarks calculation

Todo

  • Apply manual data migration (yarn database:migrate) is not needed anymore
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up ng-extract-i18n-merge to improve the i18n extraction and merge workflow
  • Set up language localization for German (de)
  • Resolved the feature graphic of the blog post

Changed

  • Tagged template literal strings in components for localization with $localize

Fixed

  • Fixed the license component in the about page
  • Fixed the links to the blog posts
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up ng-extract-i18n-merge to improve the i18n extraction and merge workflow
  • Set up language localization for German (de)
  • Resolved the feature graphic of the blog post

Changed

  • Tagged template literal strings in components for localization with $localize

Fixed

  • Fixed the license component in the about page
  • Fixed the links to the blog posts
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up i18n support
  • Added a blog post: 500 Stars on GitHub

Changed

  • Reduced the maximum width of the performance chart on the home page
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up i18n support
  • Added a blog post: 500 Stars on GitHub

Changed

  • Reduced the maximum width of the performance chart on the home page
ghostfolio - 1.179.3

Published by dtslvr about 2 years ago

Added

  • Set up i18n support
  • Added a blog post: 500 Stars on GitHub

Changed

  • Reduced the maximum width of the performance chart on the home page
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up i18n support
  • Added a blog post: 500 Stars on GitHub

Changed

  • Reduced the maximum width of the performance chart on the home page
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up i18n support
  • Added a blog post: 500 Stars on GitHub

Changed

  • Reduced the maximum width of the performance chart on the home page
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Set up i18n support
  • Added a blog post: 500 Stars on GitHub

Changed

  • Reduced the maximum width of the performance chart on the home page
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added url to the symbol profile overrides model for manual adjustments
  • Added default values for countries and sectors of the symbol profile overrides model

Changed

  • Simplified the initialization of the exchange rate service
  • Improved the orders query for assetClass with symbol profile overrides
  • Improved the styling of the benchmarks in the markets overview

Todo

  • Apply data migration (yarn database:migrate)
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added GHOSTFOLIO as a default to DATA_SOURCES
  • Added the AGPLv3 logo to the landing page

Changed

  • Refactored the initialization of the exchange rate service
  • Upgraded angular from version 14.0.2 to 14.1.0
  • Upgraded nestjs from version 8.4.7 to 9.0.7
  • Upgraded Nx from version 14.3.5 to 14.5.1
  • Upgraded prisma from version 3.15.2 to 4.1.1

Fixed

  • Handled database connection errors (do not exit process)
ghostfolio -

Published by dtslvr about 2 years ago

Added

  • Added page titles

Changed

  • Improved the performance of data provider requests by introducing a maximum number of symbols per request (chunk size)
  • Changed the log level settings
  • Refactored the access of the environment variables in the bootstrap function (api)
  • Upgraded Node.js from version 14 to 16 (Dockerfile)

Todo

  • Upgrade to Node.js 16+