Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Releases: bocabitlabs/buho-stocks-desktop

v0.8.0

10 Apr 09:24
Compare
Choose a tag to compare

0.8.0 - 10/04/2021

Added

  • Super sectors
  • Fetch stock prices for each year and company
  • Database backup button
  • Super sectors chart
  • Allow dividends in different currency
  • Display net/gross return with dividends switch

Improved

  • Charts now display percentage

v0.7.0

19 Mar 09:08
Compare
Choose a tag to compare

Added

  • Country flags
  • Country codes to companies and portfolios.
  • Edit portfolios, companies, markets, currencies
  • Use electron-log for logging
  • Sorting to currencies, markets, companies, sectors and Transactions.
  • Table view for portfolio's companies.
  • Commissions are considered to return calculations.

Fixed

  • Scroll to top on route change.

Improved

  • Increased app default width on 200px
  • Update electron to 12.0.0
  • Use preload.js script to load and encapsulate electron modules

Removed

  • Support for inflation

v0.6.0

02 Mar 19:29
Compare
Choose a tag to compare

Added

  • Fetch stock prices from external API (#49)
  • Transactions log: when a company is added, a transaction is made, a stock price is updated.
  • Company edit is now possible.
  • Delete company button.

Fixed

  • Fix portfolios import (app data)
  • Fix dividends import count (wasn't increased).
  • Fix bug on companies import (app data)

Improved

  • Display portfolio return with no inflation. Clearer to get information.
  • Display portfolio value without inflation.
  • Add home icon to breadcrumbs.
  • Remove unused imports.
  • Scroll to top when the route changes.
  • Return calculations
  • Return for closed companies

v0.5.1

21 Feb 18:54
369367b
Compare
Choose a tag to compare

Added

  • Import and export the app's data.
  • Link to the app's data location to access the DB.

Fixed

  • Scroll is possible again on the main content

v0.5.0 - 🚀 First version! Hello World!

15 Feb 19:07
Compare
Choose a tag to compare

Welcome to Buho Stocks! This is a personal project which objective is to simplify the management of a stock's portfolio.

Currently, the application allows the following:

  • Manage unlimited portfolios.
  • Manage unlimited companies per portfolio.
  • Handle stock transactions, dividends and rights.
  • Handle multiple currencies, exchange rates (from ECB) and sectors.
  • Includes support for inflation. Portfolio value is calculated based on it.
  • Import CSV files from Interactive Brokers and ING (Spain).

More features and improvements will (hopefully) come. 😁

v0.1.0

07 Nov 10:05
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Use better-sqlite3