github oxyzenQ/bmi Stellar-v21.5
BMI Stellar Stellar-v21.5

7 hours ago

BMI Stellar - Release Stellar-v21.5

🎉 What's New

This release includes the latest improvements, bug fixes, and feature enhancements for BMI Stellar.

📦 Download Packages

This release provides two separate artifacts:

Artifact Description
bmi-stellar-source-Stellar-v21.5.zip Full source code — rebuild from source
bmi-stellar-build-Stellar-v21.5.zip Pre-built static output — deploy ready

From Source

# Extract the source archive
unzip bmi-stellar-source-Stellar-v21.5.zip -d bmi-stellar

# Install dependencies
cd bmi-stellar
bun install

# Build and preview
bun run build
bun run preview

From Build (Deploy Ready)

# Extract the build archive
unzip bmi-stellar-build-Stellar-v21.5.zip -d bmi-stellar-deploy

# Serve the static build with any HTTP server
cd bmi-stellar-deploy
bunx serve build

📋 Changelog

  • Dev (#66) (5e88c13)
  • Dev (#65) (ae6233a)
  • fix: harden storage write ordering, PWA commit compare, BMI null safety, rg flag (1aa1d8f)
  • chore: standardize CI naming, author identity, and fix formatting (91a38a5)
  • chore: update docs and tighten security (9e898a3)
  • chore(deps): nightbot maintenance (5e66b7c)

🔒 Security

Package Verification

Verify the integrity of the downloaded package using SHA256:

# Verify source archive
sha256sum -c bmi-stellar-source-Stellar-v21.5.zip.sha256

# Verify build archive
sha256sum -c bmi-stellar-build-Stellar-v21.5.zip.sha256

📄 License

This project is licensed under the GPL v3 License. See the LICENSE file for details.

🙏 Acknowledgments

Thank you to all contributors and users who made this release possible!


Built with: SvelteKit + TypeScript + Vite
Maintainer: rezky_nightky (oxyzenQ)
Project: BMI Stellar

Don't miss a new bmi release

NewReleases is sending notifications on new releases.