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

7 hours ago

BMI Stellar - Release Stellar-v21.2

🎉 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.2.zip Full source code — rebuild from source
bmi-stellar-build-Stellar-v21.2.zip Pre-built static output — deploy ready

From Source

# Extract the source archive
unzip bmi-stellar-source-Stellar-v21.2.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.2.zip -d bmi-stellar-deploy

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

📋 Changelog

  • fix(UX/UI): cleaning (4108783)
  • fix: polish mobile viewport edge (054eaa2)
  • refactor(scripts): improve verify script robustness (ede7f50)
  • chore(deps): update dependencies (321d13f)

🔒 Security

Package Verification

Verify the integrity of the downloaded package using SHA256:

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

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

📄 License

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

🙏 Acknowledgments

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


Built with: SvelteKit + TypeScript + Vite
Maintainer: Rezky Nightky
Project: BMI Stellar

Don't miss a new bmi release

NewReleases is sending notifications on new releases.