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 almost 3 years ago

Added

  • Added the value column to the positions table
  • Added support for cryptocurrency Algorand

Changed

  • Locked the symbol input in the edit transaction dialog
  • Filtered the account selector by account type (SECURITIES) in the create or edit transaction dialog

Fixed

  • Fixed the search functionality for cryptocurrency symbols (do not show unsupported symbols)
ghostfolio -

Published by dtslvr almost 3 years ago

Added

  • Added a testimonial section to the landing page

Fixed

  • Fixed the footer row border of the accounts table in dark mode
ghostfolio -

Published by dtslvr almost 3 years ago

Changed

  • Hid the Get Started button on the registration page

Fixed

  • Fixed the footer row of the accounts table on mobile
  • Fixed the transactions count calculation in the accounts table (exclude drafts)
ghostfolio -

Published by dtslvr almost 3 years ago

Added

  • Added the footer row with buying power and net worth to the accounts table
ghostfolio -

Published by dtslvr almost 3 years ago

Added

  • Added a logo to the log on the server start
  • Added the data gathering progress to the log and the admin control panel
  • Added the value column to the accounts table
ghostfolio -

Published by dtslvr almost 3 years ago

Changed

  • Adapted the decimal places for cryptocurrencies in the position detail dialog
  • Moved the Fear & Greed Index (market mood) to a new tab on the home page
ghostfolio -

Published by dtslvr almost 3 years ago

Changed

  • Improved the info messages to add the first transaction

Fixed

  • Fixed the skeleton loader of the portfolio holdings
ghostfolio -

Published by dtslvr almost 3 years ago

Changed

  • Cached the statistics section on the about page
ghostfolio - v1.71.0

Published by dtslvr almost 3 years ago

Changed

  • Changed the logger from console.log() to Logger.log()

Fixed

  • Fixed an exception in the scraper configuration
ghostfolio -

Published by dtslvr almost 3 years ago

Changed

  • Improved the validation of json files in the import functionality for transactions
  • Moved the scraper configuration to the symbol profile model

Todo

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

Published by dtslvr almost 3 years ago

Added

  • Added the symbol mapping attribute to the symbol profile model

Changed

  • Improved the registration page

Todo

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

Published by dtslvr almost 3 years ago

Changed

  • Prettified the generic scraper symbols in the portfolio proportion chart component
  • Extended the statistics section on the about page by the active users count (7d)
  • Extended the statistics section on the about page by the new users count
ghostfolio -

Published by dtslvr almost 3 years ago

Added

  • Added more details to the public page (currencies, sectors, continents and regions)
  • Added a Dockerfile and documentation to build a Docker image
ghostfolio -

Published by dtslvr almost 3 years ago

Changed

  • Improved the landing page
  • Ordered the granted accesses by type
ghostfolio -

Published by dtslvr almost 3 years ago

Added

  • Added the user interface for granting and revoking public access to share the portfolio

Changed

  • Moved the data enhancer calls from the data provider (get()) to the data gathering service to reduce traffic to 3rd party data providers
  • Changed the profile data gathering from every 12 hours to once every weekend
ghostfolio -

Published by dtslvr almost 3 years ago

Added

  • Added support for more cryptocurrency symbols like Avalanche, Polygon, SHIBA INU etc.

Changed

  • Changed the data provider service to handle a dynamic list of services
ghostfolio -

Published by dtslvr about 3 years ago

Added

  • Added a public page to share your portfolio

Changed

  • Improved the skeleton loader size of the portfolio proportion chart component

Todo

  • Apply data migration (yarn prisma migrate deploy)
ghostfolio -

Published by dtslvr about 3 years ago

Added

  • Extended the validation message of the import functionality for transactions
ghostfolio -

Published by dtslvr about 3 years ago

Added

  • Extended the import functionality for transactions by csv files
  • Introduced the primary data source

Changed

  • Restricted the file selector of the import functionality for transactions to csv and json
ghostfolio -

Published by dtslvr about 3 years ago

Added

  • Extended the validation of the import functionality for transactions
    • Valid data types
    • Maximum number of orders
    • No duplicate orders
    • Data provider service returns data for the dataSource / symbol pair

Changed

  • Harmonized the page layouts

Fixed

  • Fixed the broken line charts showing value labels