Releases: afadil/wealthfolio
Releases · afadil/wealthfolio
v1.0.20
What's Changed
Enhanced CSV Import Experience
You can now select an account drop a file and map your CSV file structure.
- Column Mapping: Easily map CSV columns to relevant data fields, ensuring a seamless data import process.
- Activity Type Selection: Set and assign activity types during import.
- Symbol Identification: Set the mapping for unrecognized stock symbols.
- Improved Mapping Validation: Enhanced error messages and guidance during mapping help you identify and fix issues quickly.
Mappings are saved per account, making future imports faster and more consistent.
Full Changelog: v1.0.19...v1.0.20
v1.0.19
What's New
New Features & Enhancements:
- Contribution Room & Limit Tracking: Now easily track your yearly contribution limits across accounts.
- Holdings by Country Chart: Visualize your portfolio distribution with the new country-based holdings chart.
- Dark Theme with Autumn Vibes: Enjoy a refreshed dark mode, perfect for the fall season.
- Tauri 2 Upgrade: Prepping the app for future mobile support with the latest Tauri version.
Bug Fixes:
- Fix for Investment Income Calculation (#135): Resolved incorrect calculations for multi-currency investments.
- SPLIT Calculation Adjustment: Enhanced accuracy in handling stock splits.
- Holdings Table Sorting Fix: Thanks to @jeromecornet for fixing the sorting issue in the holdings table.
Contribution Limits Tracking
Dark Theme with Autumn Vibes
Holdings by Country
Full Changelog: v1.0.18...v1.0.19
v1.0.18
What's New
Features & Improvements:
- Data Export: Export your data in CSV, JSON, or a full SQLite backup. #131
- Currency Input Enhancement: Improved handling of currency inputs for a smoother experience. #128
- Date Input: You can now manually type in dates, offering more flexibility when entering data.
- Stock Split Logging: Added the ability to log stock splits, automatically adjusting your holdings accordingly.
- Position Transfers: New TRANSFER_IN and TRANSFER_OUT activities allow you to log and update holding positions without impacting your cash flow. This means you can record transfers of assets without needing to log a deposit or withdrawal to cover it, making position tracking more flexible and accurate.
- Quick Symbol Navigation: Clicking on any stock symbol now takes you directly to the symbol's page for easy access.
- General Improvements: Various small tweaks and bug fixes. #130
Special Thanks the new Contributors:
- @MoiseGui for the export feature im #131
- @justinwaltrip for improving the currency input in #128.
New Contributors:
- @MoiseGui #131
- @justinwaltrip with their first contribution in #128
Check out the full changelog.
This version is more polished and clear for users to understand the updates.
v1.0.17
What's Changed
- You can now update symbol profile (subclass, sectors, countries) by @afadil in #122
- Hover on Portfolio/Account/Stock value shows the last Updated time and an action to trigger the update.
- Refactor to add market data provider trait to futur support other providers by @afadil in #123
- Fix average monthly income calculation by @jeromecornet in #125
- Use decimal to support fraction. Fixes #41 by @afadil in #127
- Add total holding costs to the Holdings table, to give a perceptive for comparisons.
- Exclude non active accounts from income dashboard.
- Other minor improvements.
New Contributors
- @jeromecornet made their first contribution in #125
Full Changelog: v1.0.16...v1.0.17
v1.0.16
What's Changed
- New Income dashboard is now accessible from the app sidebar by @afadil
- We can now Add, update and delete exchange rates by @afadil
Bug Fixes
- Fixes #117: fails to add activity for some symbols
- Fixes #118: improves manual entry of dividends
- Fixes portfolio history calculation after deactivating an account.
Full Changelog: v1.0.15...v1.0.16
v1.0.15
v1.0.14
What's Changed
- Refctoring to improve performance and setup foundation for the next feature by @afadil in #114
- Feature: New settings page to manually enter currency exchange rate not found in Yahoo finance by @afadil
- Fix #22 Generic Error when adding activities by @afadil
- Fix #81 Some exchange rates don't get applied by @afadil
- Fix #85 Stock Market Price decimal points settings by @afadil
- Fix #107 currency exchange conversion by @afadil
- Fix #109 MacOS app crashes when editing an activity, changing the symbol by @afadil
- Setup adapters for commands by @maidh91 in #105
Full Changelog: v1.0.13...v1.0.14
v1.0.13
v1.0.12
What's Changed
- Resolve Startup Crash Issue in Version 1.0.11
- Upgrade tauri and dependencies versions
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Refactor code to improve simplicity and efficiency by @trayvonpan in #87
- [Refactor] Add src-core as the independent lib to any stack by @maidh91 in #88
- update readme and roadmap by @afadil
- Fix #91 Unable to Manually Add FEE by @afadil
- Fix #75 CSV format documentation by @afadil
- update reqwest dependencyto fix security vulnerability by @afadil
New Contributors
- @trayvonpan made their first contribution in #87
Full Changelog: v1.0.10...v1.0.11