Releases: PeterBlenessy/stoqster
Releases · PeterBlenessy/stoqster
v1.2.0
v1.1.3
- Fixed issue: yarn.lock missing in the repository.
v1.1.2
- Fixed Linux build issues: must use webkitgtk 4.1 for Tauri v2
- Fixed Linux build issues: must use ubuntu-22.04 for Tauri v2
v1.1.1
- Fixed GitHub Actions secrets.
v1.1.0
- Removed references to Quasar CLI from README.md and package.json.
- Added more info about the project in README.md.
- Migrated to Tauri v2-rc
- Added support for displaying data from fbindex.se (Fastighetsbolagsindex)
- Added new component CompanyDetails, which replaces ComponentIbindexCompanyEvents, ComponentIbindexCompanyHoldings and ComponentIbindexRebatePremium.
- Added support for displaying company holding being public or not.
- Fixed Tauri fetch() related issues in FI component.
- Updated Cargo dependencies
v1.0.3
- Added persistence of visible columns in local storage.
- Removed IB index and market weights page.
- Removed console.log of company events data loaded from the web.
v1.0.2
- Changed background color for expanded rows for better contrast compared to the rest of the table.
- Fixed scroll performance degradation due to sticky headers in tables.
- Upgraded openssl version to 0.10.66 (CWE-476)
v1.0.1
- Fixed some table styling inconsistencies in the app.
- Translated some missed texts to Swedish.
- Added performance logs to IBIndex components.
- Fixed issue where determining if IB company alert is registered did not work.
v1.0.0
- Migrated from Electron to Tauri.
v0.5.26
- Changed package dependencies to latest versions, especially electron to ^18.0.0 to get newer Chromium version with fix for CVE-2022-1096.