This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Releases: bocabitlabs/buho-stocks-desktop
Releases · bocabitlabs/buho-stocks-desktop
v0.8.0
v0.7.0
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
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
v0.5.0 - 🚀 First version! Hello World!
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. 😁