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

3 hours ago

BMI Stellar - Release Stellar-v21.1

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

From Source

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

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

📋 Changelog

  • fix: fmt (777e002)
  • fix(UX/UI): adjust global parameters css (588eb1f)
  • fix(UX/UI): some inconsistency and cleanup (0eb237e)
  • fix(UX/UI): improve masterclass UI (183bd03)
  • fix(v21.1.0): small fixes include Notes (222ae5d)

🔒 Security

Package Verification

Verify the integrity of the downloaded package using SHA256:

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

# Verify build archive
sha256sum -c bmi-stellar-build-Stellar-v21.1.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.