What's Changed
- support for private assets by @geordie in #153
- Skip empty lines in CSV import by @jeromecornet in #164
- Make ticker symbol regexp more tolerant by @jeromecornet in #165
- Improve activity form by @afadil in #167
- Can now trigger the market data history update for a stock.
- Add logging. logs are stored in the recommended log directory. The following table describes the location of the logs per platform:
Platform | Value | Example |
---|---|---|
macOS | {homeDir}/Library/Logs/{bundleIdentifier} | /Users/Alice/Library/Logs/com.teymz.wealthfolio |
Linux | {configDir}/{bundleIdentifier} | /home/alice/.config/com.teymz.wealthfolio |
Windows | {configDir}/{bundleIdentifier} | C:\Users\Alice\AppData\Roaming\com.teymz.wealthfolio |
Hover Symbol value to manually trigger market data resync
New Contributors
Full Changelog: v1.0.20...v1.0.21