BMI Stellar - Release Stellar-v21.3
🎉 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.3.zip
| Full source code — rebuild from source |
bmi-stellar-build-Stellar-v21.3.zip
| Pre-built static output — deploy ready |
From Source
# Extract the source archive
unzip bmi-stellar-source-Stellar-v21.3.zip -d bmi-stellar
# Install dependencies
cd bmi-stellar
bun install
# Build and preview
bun run build
bun run previewFrom Build (Deploy Ready)
# Extract the build archive
unzip bmi-stellar-build-Stellar-v21.3.zip -d bmi-stellar-deploy
# Serve the static build with any HTTP server
cd bmi-stellar-deploy
bunx serve build📋 Changelog
- chore: tightening and bump v21.3.0 (3f4fd0f)
- ci: use direct weekly maintenance updates (cc49e3a)
- docs: add dormant maintenance guide (4eed226)
- chore: harden pwa audits and headers (b6f9ae6)
- refactors (8ad6554)
- chore(deps): update dependencies (47b6b79)
- chore(deps): update dependencies (8d2c438)
- chore(deps): update dependencies (c90cdb0)
- chore(deps): update dependencies (4d60e3c)
- Delete LICENSE.md (6c42435)
- Add GNU General Public License v3 (6216873)
- Update README.md (ab72db0)
- Enhance README with logo alt text and badges (04276c8)
- chore(deps): update dependencies (d3e6515)
- chore(deps): update dependencies (98d12c8)
- chore(deps): update dependencies (b9821b5)
- chore(deps): update dependencies (e26ec0e)
- chore(deps): update dependencies (38f4f97)
- self-heal: bump GitHub Actions patch/minor versions (0a82d7d)
🔒 Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
# Verify source archive
sha256sum -c bmi-stellar-source-Stellar-v21.3.zip.sha256
# Verify build archive
sha256sum -c bmi-stellar-build-Stellar-v21.3.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
Project: BMI Stellar