Skip to content

Releases: dumpus-app/dumpus-app

v1.0.11

Choose a tag to compare

@Androz2091 Androz2091 released this 08 May 05:22
9e63608

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

Choose a tag to compare

@Androz2091 Androz2091 released this 02 May 21:24
40127bb

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

Choose a tag to compare

@Androz2091 Androz2091 released this 02 May 16:38

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

Choose a tag to compare

@Androz2091 Androz2091 released this 02 May 16:30
d08a71a

What's Changed

Full Changelog: v1.0.7...v1.0.8

1.0.7

Choose a tag to compare

@Androz2091 Androz2091 released this 01 May 04:41
  • 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

Choose a tag to compare

@Androz2091 Androz2091 released this 01 May 03:46
a2b9668
  • 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.wasm so the demo loads. Newer sql.js asks for that filename and only sql-wasm.wasm was committed.
  • Requires dumpus-api with the AWS Lambda + S3 deployment (api.dumpus.app is already on it).

Compare: v1.0.5...v1.0.6

1.0.5

Choose a tag to compare

@Androz2091 Androz2091 released this 27 Apr 10:01
  • Fix crash on the overview screen for accounts without a profile picture or display name.

1.0.4

Choose a tag to compare

@Androz2091 Androz2091 released this 27 Apr 09:05
  • Fix crash on the overview screen for accounts without a profile picture or display name.

1.0.3

Choose a tag to compare

@Androz2091 Androz2091 released this 12 Aug 14:23
  • Fix "no internet connection" error message showing up even when the device was connected.
  • Fix loading chunk error on iOS production.

1.0.2

Choose a tag to compare

@Androz2091 Androz2091 released this 05 Aug 20:55
  • iOS deployments are now available with Fastlane.
  • Android and iOS apps have been optimized and are low much lighter. (#298)