Releases: dumpus-app/dumpus-app
Releases · dumpus-app/dumpus-app
Release list
v1.0.11
What's Changed
- fix(ios): IAP init order — register products before initialize() by @Androz2091 in #423
- chore(release): 1.0.11 (re-issue) by @Androz2091 in #424
- chore(scripts): release script refuses to run off main / out of sync by @Androz2091 in #425
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- perf(stores): cache activity-table extremity dates per db instance by @Androz2091 in #413
- perf(charts): lazy-load recharts via next/dynamic by @Androz2091 in #414
- perf(share): defer html2canvas + react-dom/server until share is clicked by @Androz2091 in #415
- fix(security): add rel=noopener noreferrer to markdown target=_blank links by @Androz2091 in #416
- a11y(share): give share-image avatars meaningful alt text by @Androz2091 in #418
- chore(release): 1.0.10 (re-issue) by @Androz2091 in #420
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- fix(desktop): invoke flatten-dist via pnpm so cwd doesn't matter by @Androz2091 in #412
- feat(scripts): pnpm release:patch / :minor / :major by @Androz2091 in #411
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- fix(desktop): mirror index.html for Tauri's asset resolver (AppImage crash) by @Androz2091 in #408
- feat(loading): handle MISSING_USER_DATA error from API by @Androz2091 in #409
- chore(release): 1.0.8 by @Androz2091 in #410
Full Changelog: v1.0.7...v1.0.8
1.0.7
- Restore guild names and icons in stats. Widget API was moved to `api.dumpus.app/widget`; the old `widget.dumpus.app` host was returning 502.
Compare: v1.0.6...v1.0.7
1.0.6
- Faster downloads. The client now fetches package data straight from S3 via a presigned URL instead of streaming through API Gateway.
- Client-side decryption. The encryption key (UPN) stays in the browser; the server never sees it.
- Bundles
sql-wasm-browser.wasmso the demo loads. Newer sql.js asks for that filename and onlysql-wasm.wasmwas committed. - Requires dumpus-api with the AWS Lambda + S3 deployment (
api.dumpus.appis already on it).
Compare: v1.0.5...v1.0.6
1.0.5
- Fix crash on the overview screen for accounts without a profile picture or display name.
1.0.4
- Fix crash on the overview screen for accounts without a profile picture or display name.
1.0.3
- Fix "no internet connection" error message showing up even when the device was connected.
- Fix loading chunk error on iOS production.
1.0.2
- iOS deployments are now available with Fastlane.
- Android and iOS apps have been optimized and are low much lighter. (#298)