Skip to content

Releases: afadil/wealthfolio

v1.0.20

27 Oct 20:19
eb4886f
Compare
Choose a tag to compare

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.
CSV Mapping

Full Changelog: v1.0.19...v1.0.20

v1.0.19

12 Oct 20:42
Compare
Choose a tag to compare

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

limit-tracking1
limit-tracking2

Dark Theme with Autumn Vibes

Screenshot1

Holdings by Country

Screenshot2

Full Changelog: v1.0.18...v1.0.19

v1.0.18

05 Oct 18:56
Compare
Choose a tag to compare

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:

New Contributors:

Check out the full changelog.

Export Feature


This version is more polished and clear for users to understand the updates.

v1.0.17

29 Sep 19:28
Compare
Choose a tag to compare

What's Changed

  • You can now update symbol profile (subclass, sectors, countries) by @afadil in #122
    symbol-profile-update
  • Hover on Portfolio/Account/Stock value shows the last Updated time and an action to trigger the update.
    update_portfolio
  • 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

Full Changelog: v1.0.16...v1.0.17

v1.0.16

25 Sep 22:10
8dd6f2b
Compare
Choose a tag to compare

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

23 Sep 14:56
cfc6a4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.15

v1.0.14

23 Sep 01:19
1c1ed34
Compare
Choose a tag to compare

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

12 Sep 21:00
3929a96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.0.13

v1.0.12

11 Sep 17:40
561662a
Compare
Choose a tag to compare

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

10 Sep 22:44
098cafc
Compare
Choose a tag to compare

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

Full Changelog: v1.0.10...v1.0.11