13 Commits

Author SHA1 Message Date
537c3fe06e test: update tests for new pricing service
All checks were successful
CI / build (push) Successful in 13s
2026-05-02 15:59:24 -04:00
148b2e9c6f chore: bump version to 0.9.0
Some checks failed
CI / build (push) Failing after 8s
2026-05-02 15:39:20 -04:00
1b6e2b0bd7 refactor: replace prices.tf with pricedb.io 2026-05-02 15:38:46 -04:00
0879ede4b8 l10n: update strings
All checks were successful
CI / build (push) Successful in 11s
2026-05-02 15:14:31 -04:00
7cf4b83f4e ci: add bun install steps
All checks were successful
CI / build (push) Successful in 12s
2026-05-02 15:12:21 -04:00
d995052c51 ci: change runner image to ubuntu
Some checks failed
CI / build (push) Failing after 13s
2026-05-01 01:16:08 -04:00
47523d5a6a fix: handle remote prices.tf error in background script 2025-05-18 13:38:23 -04:00
fae3431556 fix: handle key pricing failure 2025-05-18 13:38:04 -04:00
685fc8d766 feat: use source-map devtool on dev builds 2025-05-18 13:37:37 -04:00
894a4de6f1 fix: unhandled state where remote server returns null for given SKU price(s) 2025-05-07 16:45:50 -04:00
0eff663de1 fix: localization dictionary not handling mixed case 2025-05-07 16:44:58 -04:00
ed8a342206 fix: print error when untranslated string found 2025-05-07 16:44:34 -04:00
e6c45c91e3 fix: unhandled error when numbers are null 2025-05-07 16:43:51 -04:00

View File

@@ -37,9 +37,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Download release artifacts - name: Download release artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: