Foxfolio Desktop Versions Save

Cryptocurrency portfolio management application which automatically retrieves balances and trades using exchange APIs

v0.0.10

4 years ago

Improvements

  • Automatically retrieve wallet balance for BTC and ETH wallets (#11, #13)

Bugfixes

  • Show full large numbers in portfolio header (#12)

v0.0.9

5 years ago

Improvements

  • Sum the balances of the all Bitfinex wallet types (exchange, margin, funding)
  • Increase CCXT version to support new exchanges

v0.0.8

5 years ago

Bugfixes

Fixes a major bug when editing wallets

v0.0.7

5 years ago

Bugfixes

  • Many visual fixes
  • MacOS: Show menu to allow copy + paste
  • MacOS: Keep app open after all windows have been closed

Improvements

  • Remove unused "address" field from wallets
  • Show foxfolio icon in sidebar

Internal Changes

  • Restructure project to improve development
  • Update ccxt (adds more exchanges)
  • Update dependencies (React, Typescript, Webpack, Material UI)

v0.0.6

6 years ago

Features

  • Release for macOS
  • Option to hide small balances
  • Colors for the top 100 currencies
  • Polished the portfolio position table
    • Cleaner look
    • Buttons to switch between fiat and crypto prices
  • Redesign exchange card

Bugfixes

  • Fix missing price for NANO
  • Correctly calculate fiat change percentage
  • Fix crash when prices are not retrieved yet

v0.0.5

6 years ago

This release changes a lot under the hood, mainly the migration to Typescript.

Features

  • Change the main cryptocurrency (either BTC or ETH)

Bugfixes

  • Fix crash for some ticker results
  • Unify some ticker symbols

Under the hood

  • Switch from Javascript + Flow to Typescript
  • Start adding component tests
  • Start testing for coverage

v0.0.4

6 years ago

Features

  • Price charts: Show a chart of the 24h price when expanding a portfolio position
  • Display the balance per exchange on the exchange page
  • Add option to hide fiat currency from portfolio
  • Show popup after a new update has been downloaded
  • Update ccxt for better exchange API support

Bugfixes

  • Fix autoUpdater on Windows

v0.0.3

6 years ago

Features

  • Switch between light and dark theme
  • Show your fiat balances in your portfolio
  • Visual tweaks

Bugfixes

  • Prevent crashing the whole application when an error occurs
  • Fix a crash after adding unknown currencies

v0.0.2

6 years ago

Bugfixes

  • Handle portfolio positions without price data
  • Hide BTC change for BTC position, show correct fiat currency

v0.0.1

6 years ago

This is the first foxfolio release!

Features

  • Provides a basic portfolio visualization
  • Retrieves balances from over 90 different exchanges using ccxt