Skip to content

Releases: PeterBlenessy/stoqster

v1.2.0

06 Oct 07:17
786a643
Compare
Choose a tag to compare
  • Updated dependencies to Tauri v2 stable

v1.1.3

29 Sep 20:27
Compare
Choose a tag to compare
  • Fixed issue: yarn.lock missing in the repository.

v1.1.2

29 Sep 20:24
Compare
Choose a tag to compare
  • 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

29 Sep 19:59
Compare
Choose a tag to compare
  • Fixed GitHub Actions secrets.

v1.1.0

29 Sep 19:44
Compare
Choose a tag to compare
  • 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

01 Aug 21:57
Compare
Choose a tag to compare
  • 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

22 Jul 21:25
Compare
Choose a tag to compare
  • 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

20 Jul 13:20
Compare
Choose a tag to compare
  • 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

18 Jul 22:12
Compare
Choose a tag to compare
  • Migrated from Electron to Tauri.

v0.5.26

31 Mar 18:34
Compare
Choose a tag to compare
  • Changed package dependencies to latest versions, especially electron to ^18.0.0 to get newer Chromium version with fix for CVE-2022-1096.