Relay v0.1.3
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 getflutter analyze --no-pubflutter test --no-pubnode --checkfor all backend JavaScript filesnpm --prefix server testflutter build web --no-pub --pwa-strategy=none --no-web-resources-cdnflutter 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.