BMI Stellar - Release Stellar-v21.4
🎉 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.4.zip
| Full source code — rebuild from source |
bmi-stellar-build-Stellar-v21.4.zip
| Pre-built static output — deploy ready |
From Source
# Extract the source archive
unzip bmi-stellar-source-Stellar-v21.4.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.4.zip -d bmi-stellar-deploy
# Serve the static build with any HTTP server
cd bmi-stellar-deploy
bunx serve build📋 Changelog
- chore(assets): replace bmi-logo-masters with new logo file (1254x1254 RGBA) (dd87777)
- release(v21.4): rebrand to masters logo, remove legacy assets, improve touch targets (84418e6)
- add new logo (87f5dd0)
- style(docs): fix prettier formatting in furthermore.md (d76ad8a)
- chore(ci): normalize nightbot maintenance (e245c9d)
- self-heal: bump GitHub Actions patch/minor versions (c7fd036)
- brand: version bmi logo asset urls (4005f15)
- brand: refresh rounded logo assets (92667d6)
- ci: harden direct dependency updates (d5a2fed)
- ci: tighten workflow filters and clean ignores (3c224e1)
- chore: simplify .gitignore (4c0c12c)
- docs: fix formatting for BRANDING and TRADEMARK (8ac6387)
- docs: add trademark and branding guidelines (0aa47ed)
- ci: skip heavy checks for docs-only changes (afc4ff7)
- docs: tighten readme header (a404ad1)
- self-heal: bump GitHub Actions patch/minor versions (88bddf3)
🔒 Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
# Verify source archive
sha256sum -c bmi-stellar-source-Stellar-v21.4.zip.sha256
# Verify build archive
sha256sum -c bmi-stellar-build-Stellar-v21.4.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