Releases: PeterBlenessy/stoqster
Releases · PeterBlenessy/stoqster
v0.5.14
- Change: Added separate mac build targets for Intel based (x64) and M1 Apple silicon (arm64) macs
- Change: electron-build artifactName med common for all platforms and set to '${productName}-${version}-${os}-${arch}.${ext}'
v0.5.13
- Feature: add q.notify to FI component ComponentFunds.vue
- Fix: don't do fetch() if url === null. Dirty fix for companies with no events triggering warnings due to status code 500 which cannot be caught for some reason.
- Feature: Store IBI RebatePremium in IndexedDB.
v0.5.12
- Fix: Unable to load preload script: /Users/peter/Development/stoqster/.quasar/electron/electron-preload.js
- Formatting: cleaned up arrow functions to increase readability
- Feature: sorting in ibindex components
- Fix: components in expanded rows get mixed up when sorting due to no unique key set in components. Fix triggers reload of components and affects performance if data not in dB.
- Feature: Store IBI companies holdings in IndexedDB. Try loading from dB first when refreshing.
- Feature: Store IBI companies events in IndexedDB. Try loading from dB first when refreshing.
- Feature: Store IBI companies in IndexedDB. Try loading from dB first when refreshing.
v0.5.11
- Refactoring: migrated component to use fetch() - CIbindexCompanyHoldings.vue
- Refactoring: migrated component to use fetch() - CIbindexCompanyEvents.vue
- Refactoring: migrated component to use fetch() - CIbindexRebatePremium.vue
- Refactoring: migrated component to use fetch() - CIbindex.vue
- Refactoring: migrated component to use fetch() - CDashboard.vue
- Refactoring: cleaned up electron-preload.js and electron-main.js from axios code.
- Formatting: changed indentation in the files changed in this commit to 4 spaces
v0.5.10
- Fix: keys are not unique in downloaded data causing warnings when sorting columns. Fixed by adding unique index property to rows.
v0.5.9
- Fix: sorting in "Andel av fondförmögenhet" column in fund holdings table.
- Refactoring: new load data code for significant loading time improvement from local storag. From ~4 s -> 100 ms
- Refactoring: created specific store for general FI stuff, e.g., for storing the zip file url, moved out from fundsStore.
v0.5.8
- Fix: column format and sorting in fund holdings table
- Fix: removed currency symbol in currency columns as it is not always SEK.
- Fix: negative numbers are now red in the "likvida medel" column.
v0.5.7
- Removed yarn.lock from version control and added it to .gitignore.
- Upgraded electron-builder@^22.14.5 & electron-builder-notarize@^1.4.0 to fix Apple notarization issue.
- Upgraded quasar, quasar/cli and quasar/app to latest.
- Added vue@^3.0.0 and vue-router@^4.0.0
v0.5.6
New feature: add ComponentFundHoldings component to list the holdings…
v0.5.5
- Fixed bug: sorting of columns in fund listing was based on string v…