Skip to content

Relay v0.1.3

Choose a tag to compare

@elin66alpha elin66alpha released this 27 Jun 04:29

Relay 0.1.3

This release prepares Relay for broader public sharing with clearer onboarding, security documentation, and 0.1.3 package metadata.

Highlights

  • Reworked README and Chinese README for a more readable public introduction.
  • Added a dedicated security model covering credentials, bearer tokens, file API guardrails, and production deployment responsibilities.
  • Added changelog entries for the 0.1.x line.
  • Added first-run backend deployment guide documentation and roadmap updates.
  • Bumped Flutter and backend package metadata to 0.1.3.

Assets

  • relay-web-v0.1.3.tar.gz: Web build bundle.
  • relay-android-v0.1.3-debug-signed.apk: Android release build using the current debug signing config. Suitable for early direct distribution/testing; configure a real release keystore before store-style distribution.
  • SHA256SUMS: checksums for the attached artifacts.

Validation

  • flutter pub get
  • flutter analyze --no-pub
  • flutter test --no-pub
  • node --check for all backend JavaScript files
  • npm --prefix server test
  • flutter build web --no-pub --pwa-strategy=none --no-web-resources-cdn
  • flutter build apk --release --no-pub

Linux desktop build was not attached from this machine because the local Snap Flutter SDK could not find a linker in its bundled LLVM path. Windows and macOS desktop packages still need to be built on their respective platforms.