Releases: oxyzenQ/bmi
BMI Stellar Edition Stellar-v18.0
BMI Calculator Stellar Edition - Release Stellar-v18.0
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-v18.0.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- Potential fix for pull request finding 'CodeQL / Unused variable, import, function or class' (8ad7e89)
- Potential fix for pull request finding 'CodeQL / Unused variable, import, function or class' (6686f30)
- Potential fix for pull request finding 'CodeQL / Unused variable, import, function or class' (6760562)
- chore: update dependency (ec23c88)
- fix: missing document start --- (f294351)
- chore: cleanup (03f69fa)
- fix(i18n,typography): localize crack time labels + input line-height safety (2206c19)
- perf(v18): production bundle optimization โ image pipeline, preload, a11y fixes (2b595ae)
- perf(v18): production hardening โ dev-only lazy-load, particles defer, image CLS fix (451e178)
- โก chore(deps): supercharge packages with lightning-fast updates (05e205d)
- polish(v18): coherence pass โ animation safety, token adoption, accessibility, stress guards (baaff52)
- v18.0 refined foundation: dead code, systemization, latency, animation safety (4882f6f)
- refactor(maintainability): v18 dead code cleanup โ shared portal, dedup wrappers, consistent storage (6be86e1)
- fix(ui): remove dev debug panel floating button that clashed with bottom nav (c2ab093)
- test(crypto): use node environment for native crypto.subtle (50f2450)
- fix(crypto): use clean ArrayBuffer copy for WebCrypto BufferSource (894d013)
- perf(maintainability): Phase 6 โ Performance & Maintainability (v18.0) (ca139e6)
- docs: update worklog with Phase 5 summary (acb9632)
- refactor(ux): Phase 5 โ UX Consistency System (v19.0) (7d2fcdb)
- refactor(maintainability): Phase 4 โ Maintainability (v18.0) (1820f4d)
- docs: update worklog with Phase 3 summary (22e094e)
- test(regression): Phase 3 โ Regression Fortress (7ff8a15)
- docs: update worklog with Phase 2 summary (89a36b3)
- feat(observability): Phase 2 โ Observability & Debuggability (f40bddf)
- refactor(phase1): migrate 41 hardcoded durations to design tokens (a0f012f)
- fix(phase1): eliminate all hardcoded z-index + fix stale CSS fallback values (e6a1103)
- refactor(phase1): harden z-index, font, and duration token system (0fa3c5c)
- fix: apply anti-glitch rules to Safe Premium Spring (98bb87a)
- feat: Safe Premium Spring animation on glitch-free baseline (6e19f67)
- revert: restore animation to 11a717f (pre-Soft Directional Fade) (22b8ac9)
- revert: fully restore goTo() and animation-config to 7815f55 (9c9b350)
- revert: restore Soft Directional Fade transition from 7815f55 (96635bc)
- fix: remove outDist reflow + early opacity guard that caused slide-back glitch (4c2fae7)
- fix: OUT slides full viewport width โ exits clip area before animation ends (a56a580)
- fix: prevent 1-frame post-animation flash on OUT transition (22adea7)
- fix: correct OUT transition direction โ element no longer lingers (6c26c3a)
- fix: match OUT duration to IN duration โ eliminate timing gap glitch (6426e42)
- fix: remove scale from pager transitions to eliminate edge gap glitch (9fdf9f8)
- fix: eliminate ghost container glitch during page transitions (fa086ae)
- fix: z-index stacking โ eliminate transition ghost container (b58fb3c)
- fix: navigation lock โ prevent ghost container on rapid swipes (c6c30ca)
- refactor: Safe Premium Spring โ universal animation system (7110173)
- feat: Gravitational Warp โ black hole themed animation system (f8c90a8)
- fix(motion): resolve rapid-swipe ghost โ out phase faded wrong direction (1391352)
- refine(motion): Soft Directional Fade โ premium page transitions (7815f55)
- fix(crypto): migrate zxcvbn-ts โ @zxcvbn-ts/core to resolve ESM/CJS 'exports is not defined' (11a717f)
- fix(ui): resolve hero version label bottom spacing & navbar hover color regression (76af364)
- chore: v18.0 โ Phase 4 Maintainability (c8aeb07)
- feat: v17.0 โ UX Consistency (cf6b7c0)
- feat: v16.0 โ Reliability (major version) (ca8effb)
- feat: v15.3 โ Regression Fortress (738fedc)
- feat: v15.2 โ Observability (720dfcd)
- feat: v15.1 โ UI stabilization and modal consistency improvements (dc3660d)
- fix: encrypt input overflow in EncryptionModal (52ccab4)
- โก chore(deps): supercharge packages with lightning-fast updates (649813f)
- ๐จ chore(deps): paint the town with vibrant new package colors (798ceb8)
- โจ chore(deps): sprinkle fresh dependency updates like cosmic stardust (3750233)
- ๐ฅ chore(deps): ignite performance with blazing dependency updates (fb30a75)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
sha256sum -c bmi-stellar-edition-Stellar-v18.0.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
Team: LOGIGO
BMI Stellar Edition Stellar-v15.0
BMI Calculator Stellar Edition - Release Stellar-v15.0
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-v15.0.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- fix: use node environment for crypto tests (bypass jsdom broken subtle) (0cae39d)
- fix: resolve CI test failures in history-io (crypto.subtle + globalThis) (73bb151)
- fix: resolve TypeScript cast errors in test-setup.ts (0279418)
- fix: bulletproof crypto.subtle polyfill for jsdom 27 + bun 1.3.11 (a6a78d4)
- fix: harden crypto.subtle polyfill for CI (bun 1.3.11 compat) (3a800e6)
- fix: CI test failures + CodeQL warnings for PR #58 (66d5096)
- fix: version drift โ i18n + app.html still showed v13.0 (7a1019e)
- Stellar v15.0 โ final release audit & cleanup (b83fac9)
- fix: bug #23 โ correct import icon direction (upload โ download arrow) (32a3187)
- feat: differentiated error UX โ wrong passphrase vs corrupted vs tampered (afec174)
- fix: suppress zxcvbn-ts chunk size warning (unavoidable 1MB frequency data) (f02140e)
- ๐ฅ chore(deps): ignite performance with blazing dependency updates (b4256fd)
- fix: scope createRequire to project root (not .vite-temp) (3e53773)
- fix(resolve): use createRequire + require.resolve instead of hardcoded paths (296d806)
- fix(build): add pinCryptoDeps plugin to vite.config.ts for production builds (e57b7f5)
- fix(vitest): use resolveId plugin hook instead of resolve.alias (df88bce)
- fix(vitest): alias zxcvbn-ts ESM entry for export conditions resolution (f0ed002)
- fix(vitest): alias @noble/hashes/argon2.js to bypass exports resolution (b678fe5)
- fix(vitest): add import+default conditions for @noble/hashes subpath exports (210e2a8)
- fix(types): add ambient declarations for @noble/hashes/argon2 and zxcvbn-ts (c4bc81b)
- fix(crypto): resolve TS/Vite module resolution errors for argon2 & zxcvbn-ts (d61cfc6)
- feat(encryption): Argon2id KDF + zxcvbn strength meter + checksum + hint (dda87fa)
- feat(icons): upgrade hero feature icons to semantic set (42a0315)
- fix(bug-22): navbar arrow buttons match premium purple glass design (dedd8cb)
- fix(bug-21): premium purple glass buttons โ unified design system (06b3e56)
- refactor: tokenify remaining hex colors, remove unused import (c467bc7)
- refactor: cosmetic cleanup โ dead CSS, unused imports, magic numbers โ tokens (dc6ddcc)
- fix: low priority โ version mismatch, i18n relativeTime, locale-aware dates, CSS cleanup (5ca24a1)
- fix: medium priority โ SW register type, KG_TO_LBS DRY, ja locale ON/OFF (16e5c01)
- fix: medium priority โ i18n body fat ranges, goal placeholder, gauge N/A, sparkline storage key, risk clamp (98eb7e3)
- fix: restore actually-used lucide icons in +page.svelte (2c9cecb)
- fix: critical & high priority bugs from deep audit (c4c44cf)
- fix: remove margin-bottom from body-fat-container (d0539c4)
- feat: staging gear spinner before calc/delete notifications + mobile perf (b34a160)
- fix: mobile scroll performance + gear spinner on reduced-motion devices (de14f6b)
- fix: glass readability + smooth cinematic page transitions (fb9eb8f)
- feat: Stellar v15 โ Moonshot Glass (visible wallpaper bleed-through) (08d7106)
- fix: staging spinner shows AFTER file dialog closes (browser limitation) (e59b501)
- fix: staging spinner on import click + export version v1โv3 (9d74574)
- fix: staging spinner gear icon + glass for section-header-v2 & github-link (15abeac)
- fix: staging spinner overlay for export/import + glass container visibility (5f56ad4)
- fix: spinner visible 300ms + container solid base on desktop (8deb2f7)
- fix: resolve 3 real-usage bugs โ loading spinner, desktop glass containers, telescope icon (360ab83)
- fix: resolve CSS layering bugs, data flow export records:0, pure black glass, zh locale (9497a10)
- fix: resolve 2 real-usage bugs โ import click blocked & mobile wallpaper too bright (276d780)
- fix: 3 real-usage bugs โ drop zone click, modal spacing, pure black glass (7c0c64a)
- fix(ui): 4 critical real-usage bugs โ drag-drop click, strong text, modal layout, glass readability (136d2c0)
- ๐ feat(stellar-v13): Moonshot UX/UI upgrade โ Phase 1, 2, 3, 4 (77baf62)
- fix(css): bug #19 - consistent glassmorphism across desktop and mobile (51316dd)
- โจ chore(deps): sprinkle fresh dependency updates like cosmic stardust (e244070)
- fix(css): bug #19 - fix hero blur specificity and calculator cards style (5460c6a)
- fix(css): bug #19 - improve hero blur and scroll smoothness on mobile (e915167)
- fix(css): bug #19 - fix scroll lag by removing blur from scrollable cards (72a1d1f)
- fix(css): bug #19 - remove redundant hero-content style, ensure all containers have blur (bb5b0bb)
- fix(css): bug #19 - consistent glassmorphism on mobile and desktop (7d8ead5)
- fix(ui): bug #18 - add missing error handler for second error modal (002a33b)
- debug: add console logging to trace import flow (a32c405)
- fix(ui): bug #18 - create fresh input element programmatically on each click (10e0939)
- fix(ui): bug #18 - use ID-based lookup with setTimeout for reliable click (1a9bafe)
- fix(ui): bug #18 - use {#key} block for guaranteed input remount (b055d04)
- fix(ui): bug #18 - use clone+replace pattern for guaranteed reset (9bb7f89)
- fix(ui): bug #18 - use bound element reference for reliable input reset (efe170f)
- fix(ui): bug #18 - fix file input not triggering on same file reselect (13a962e)
- fix(ui): bug #17/#18 - resolve duplicate modals, fix error UI, mobile backdrop (4fedbf8)
- fix(ui): resolve modal system bugs #16 - backdrop, duplication, ARIA (256fd8f)
- fix(ui): resolve 3 final bugs before v12.0 release (36313d7)
- chore(cleanup): phase 5a - consistency fixes for v12.0 release (dc4cd73)
- feat: phase 5A cleanup โ console removal, naming consistency, and audit (e7ee1a2)
- feat(ui): refine EncryptionModal visual hierarchy for clearer security messaging (2f6b17c)
- feat(encryption): implement production-grade import/export with hardening & polish (6fdaf09)
- feat(import-system): harden history import pipeline with structured error handling (2fe115f)
- feat(encryption + ui): improve export metadata, import preview, and modal UX (17f433c)
- feat: 3 features implemented (0fc15de)
- fix: icon eyes disappear (a1c933f)
- Final fixes: (7ca1929)
- Fix CSS/Layout issues: (60866ba)
- fix: logic v3 (423559f)
- โก chore(deps): supercharge packages with lightning-fast updates (cb86b16)
- fix: logic v2 (8597fb4)
- fix: logic (d045eac)
- feat(storage): IndexedDB + backup system + optional encryption (9d8db6f)
- fix: address ChatGPT audit โ type safety, scroll-aware will-change, mobile glassmorphism (fb3da43)
- fix: complete v12.0 version rollout + branding cleanup (17cc907)
- feat: Stellar-12.0 โ deep audit, 7 enhancements, performance fixes (9cd8a4f)
- fix: critical UI consistency + mobile performance (Enhancement 4) (d12470c)
- refactor: harden HMAC integrity system per engineering review (7bd3791)
- feat: upgrade export/import integrity from SHA-256 checksum to HMAC-SHA256 (689f429)
- feat: add auto version updater script (bmi-update-version-to) (0f25c33)
- refactor: replace all hardcoded rgba() with CSS custom properties (cd16206)
- cleanup (2de86eb)
- fix(bug-18): deep mobile UI/UX lag optimization โ 14 files, 20+ perf fixes (5700e46)
- docs: update worklog with bug-17 follow-up session (1f5725f)
- fix(bug-17): remove calc card containment + kill inner hover/transition jank (c358a7a)
- fix(bug-17): deep cross-analysis calculator scroll jank โ 8 new rules (13fea92)
- fix: correct id translation โ 'Desain Luxury' โ 'Desain Mewah' (c059c85)
- fix(bug-16): calc page scroll jank + fast elegant animations + luxury text (93e6cf6)
- fix(bug-15): initial-scroll lag + render ON rain pause + elegant purple glass (8e83f48)
- fix(bug-14): remove content-visibility jank + luxury void glassmorphism on touch (4207256)
- perf: further mobile scroll optimization + remove medium-tier plasma-star/sparkle-icon (db3bfde)
- perf: remove .icon-glow + high-improve render ON scroll performance (5f25a43)
- fix(bug-13): eliminate scroll jank on mobile/low-end devices (8f2587b)
- fix: unify all floating window blur to match navbar glassmorphism (3ad6e0b)
- fix(bug5): mobile swipe navigation + navbar blur consistency + scroll performance (dc650e4)
- fix(about): remove leftover .Activity { color: red !important } that overrode grey (fb4e49e)
- style(about): semantic icon colors โ green for Status trust, grey for Maintenance neutral (ea0e947)
- refactor(about): use semantically-correct icons โ shield-check for Status, activity for Maintenance (12df14f)
- feat(about): split status info into 2 layers โ Status: Stable + Maintenance: Actively Maintained (948a5db)
- docs: update worklog with enhancements 2 and responsive design work (7ae5a01)
- fix(bmi-logic): clean calculation logic & deep responsive design improvements (409219d)
- fix(bug-12): make all pages reactively update on language switch (db35d33)
- fix(bug-11): dynamic language switching not working in results, form, and other components (505ee21)
- style(enhancements-3): change bottom nav buttons (prev/next/scroll-top) to grey (12fa8af)
- feat: add Black Hole & Spaceship wallpapers, remove Energy theme (8d72933)
- fix(bug-10): goal tracker progress bar invisible & misleading progress % (6f76ec8)
- docs: update worklog with enhancements 1 (fbf6631)
- feat: enhancements 1 - 300px responsive + lang switcher style match (9a5258e)
- docs: update worklog with bug 9 real fix (ab683e5)
- fix: bug 9 (real fix) - remove border-radius override from *:focus (c593a5d)
- docs: update worklog with bug 9 fix details (1af7695)
- fix: bug 9 - round button corners and match lang switcher navbar style (d3aa8bc)
- docs: update worklo...
BMI Stellar Edition Stellar-10.5
BMI Calculator Stellar Edition - Release Stellar-10.5
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-10.5.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- update dependency. (9075a91)
- update config codespell. (ac528e1)
- fix: remaining Stellar 10.0 โ 10.5 in Hero + About section (3d0d029)
- fix: release workflow โ prerender via +layout.ts, not +layout.js (bdcdaf4)
- docs: update README.md + LICENSE.md for Stellar v10.5 (b954afd)
- chore: bump version to Stellar v10.5 (2cea795)
- refactor: split global-styles.css (4624 lines) into 11 focused modules (0627e88)
- fix: self-heal-actions auth + dark-only color-scheme (d0f3571)
- fix: responsive anti-zoom โ text-size-adjust, clamp fonts, compact mobile breakpoints (A+B+C) (7a16b55)
- fix: sparkline precise fit โ overflow hidden on container, safe-zone padding, no content bleed (3c1268f)
- fix: sparkline chart fill width โ use xMidYMid slice + tighter container padding (438bdc0)
- fix: make sparkline chart significantly taller (260px desktop, 200px mobile) (c13b589)
- fix: enlarge sparkline chart to fill container โ taller height, tighter padding, compact layout (cc2bfb5)
- fix: UI polish โ keyboard shortcuts margin, action buttons solid bg, share card domain & timestamp, remove calc buttons, notify bg sync, larger navbar icons (6c958f6)
- feat: Tier C โ social sharing, clipboard, image card, keyboard shortcuts, tests (5c1b21f)
- fix: remove aurora-border spinning purple animation from all containers (a7af5dd)
- fix: INP observer guard, sparkline chart overflow, remove idle ring animation (c51f1b1)
- feat: FAB repositioned to navbar center + Tier B polish โ web vitals, focus trap, dynamic og:url (1867f6e)
- feat: Tier A polish โ gauge empty states, scroll-to-top FAB, haptic feedback (eedc3eb)
- feat: Tier S polish โ skeleton loading, aurora borders, shooting stars (acb1092)
- feat: luxury PWA polish โ multi-size icons, OG/Twitter meta, manifest v3 (6a4b696)
- fix: migrate +layout.svelte to Svelte 5 Runes โ zero warnings (c6145ba)
- feat: polish 1.5-star improvements โ bezier chart, tooltip clamp, dead CSS cleanup, PWA install prompt (764b9a9)
- feat: upgrade history chart to interactive with tooltips and BMI zones (feb7690)
- feat: add TDEE estimator with gender toggle and activity level (63447c5)
- feat: add BMI Prime & Ideal Weight Range to results (33539ef)
- style: navbar top & bottom background unified to var(--k-50) โ matches container bg (14778d5)
- style: unify all container backgrounds to match hero โ var(--k-50) (ebe7f58)
- fix: bigger buttons 56px + icon size=36 directly via prop (70a7998)
- fix: force SVG icon size with !important to override inline attrs (ac9acd8)
- fix: force SVG icon size 32px via CSS on bottom nav buttons (6856313)
- style: pure black bottom navbar with glassmorphism preserved (925406e)
- style: bigger icons + bottom navbar bg matches top navbar (b566679)
- style: neon purple border on bottom nav buttons + bigger icons (42d7669)
- fix: footer scrollable + charts-section margin-top clamp (e2818bb)
- fix: footer scrollable on short screens + round bottom nav buttons (c13a93f)
- style: glass-black premium bottom navbar โ true black with subtle blur (55d5d20)
- fix: bottom navbar full-width on all screen sizes (914f6f9)
- style: dynamic width bottom nav + layered shadow near border (93b4fa9)
- style: smooth fade-to-black above bottom navbar โ no hard edge (3f4443b)
- style: spaceship cockpit bottom nav + fix wallpaper flash bug (3c17a70)
- style: bigger bottom nav buttons + compact width centered (b48d990)
- fix: add backdrop-filter blur to bottom navbar โ match top navbar glass effect (6f59395)
- fix: bottom navbar background not showing โ force solid bg with !important (19df72a)
- style: bottom navbar flush to edge, mirror top navbar design (279b5c4)
- style: luxury bottom nav buttons + footer scroll margin (9a85a0e)
- style: remove button shine sweep glow effect on touch/hover (73f79ac)
- Revert style: spaceship nav โ remove glow, matte buttons, uppercase labels (0482bc1)
- style: spaceship nav โ remove glow, matte buttons, uppercase labels (49404db)
- style: redesign navbar to edge-flush luxury space dashboard (91849bb)
- refactor: consolidate ~240 hardcoded rgba() to CSS opacity token system (a0a7260)
- fix: navbar 'Welcome' text clipped โ overflow:hidden on .btn base class was the culprit (facbfe0)
- fix: navbar text truncated โ flex shrink was compressing button below text size (81dc605)
- fix: navbar text clip โ disable scroll on mobile, compact buttons to fit (efcc01e)
- fix: navbar text clipped โ remove overflow:hidden and dark ::before overlay (2a91867)
- fix: navbar text clipped โ padding must exceed border-radius curve (eff4e59)
- fix: navbar text still truncated on mobile โ increase responsive padding (af9bb59)
- fix: navbar 'Welcome' text truncated by pill-shaped border-radius clip (bb4279d)
- refactor: deep CSS cleanup โ remove 34 unused vars, fix bugs, deduplicate layout logic (2518c1c)
- feat: optimize design, quality & stabilization โ wallpaper toggle, theme switch, bug fixes (e8964e1)
- merge branch Dev. (#56) (3cde220)
- ๐ chore(deps): elevate dependencies to new heights of excellence (ad5dc4a)
- ๐ญ chore(deps): orchestrate a symphony of updated dependencies (9e97b1c)
- fix auto-update dependency. switch to github token (f9a76fa)
- refactor: CSS cleanup โ remove dead code, fix text-gradient bug, consolidate duplicates (3e62b68)
- refactor: deep CSS audit & codebase cleanup (8291917)
- update dependency (0d3b33d)
- Install and Configure Vercel Web Analytics (4eeef5a)
- ๐ฅ chore(deps): ignite performance with blazing dependency updates (f285a57)
- fix: sync CI bun version and fix branch detection on Vercel (aee37b2)
- Add Vercel Speed Insights configuration (2bbdfca)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
sha256sum -c bmi-stellar-edition-Stellar-10.5.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
Team: LOGIGO
BMI Stellar Edition Stellar-10.0
BMI Calculator Stellar Edition - Release Stellar-10.0
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-10.0.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- fix: add 'unsafe-inline' to production CSP script-src (ee13c91)
- fix: regenerate bun.lock for CI frozen-lockfile compatibility (7e30d7c)
- chore: bump version to Stellar 10.0 (ddbd4a2)
- docs: comprehensive README โ architecture, project structure, security notes (3577d9c)
- chore: production hardening โ dead code removal, error page, long-term endurance (4c719b0)
- refactor: final cleanup โ dead code, unused state, bug fixes (7ee56cd)
- fix: a11y โ add role=dialog to NotifyFloat, role=region to pager-shell (575a6a8)
- fix: final low-impact cleanup โ 8 issues (7712808)
- fix: restore importBmiHistory import (still used in template) + fix derived type (b74745a)
- fix: performance cleanup + final polish โ 6 issues (7de8af9)
- fix: security hardening + code quality โ 9 issues (a47002c)
- fix: medium-impact security/perf/code-quality โ 5 issues (9287e84)
- fix: security + performance audit โ 6 issues resolved (3d3b310)
- style: add clamp margin-bottom to Reference Table and Body Fat containers (771b1af)
- fix: remove BmiTrendChart โ side effect in .by() broke Gauge navigation (d231077)
- fix: Gauge page permanently inaccessible after Calc BMI (b42dc14)
- fix: navigation desync on subsequent Calc BMI (2nd calc stuck) (5d55bc2)
- fix: navigation desync after Calc BMI notification (3e45ffa)
- fix(nav): prevent out-transition from blocking interaction + fix notifyโgauge navigation (7e4bfbd)
- feat(chart): add BMI Trend Chart โ full SVG chart with category zones, tooltips, trend line, stats (dc8a078)
- revert(theme): remove theme toggle feature โ dark-only mode (e17afff)
- feat(theme,body-fat): dark/light/system theme toggle + body fat estimation (71f2fd9)
- feat(ui): responsive 2-column desktop layout + mobile form fixes (090397d)
- fix(css): add missing .input-error styling โ center-aligned with form inputs (65f8aec)
- fix(deps): add hash-wasm to package.json dependencies (d97a69e)
- feat(checksum): upgrade to BLAKE3 โ fastest cryptographic hash (da0012d)
- fix(import): stay on calculator page after import + enhance checksum to dual-hash (e2d500b)
- fix(notify): resolve mount race condition that made all floating notifications invisible (bc24348)
- fix: resolve 4 post-import bugs โ notify re-animation, icon swap, checksum strict, unit-switch error (57cf9ba)
- fix(export-import): add checksum verification, override mode, and confirmation dialog (4fbe3d6)
- fix: center unit toggle + move export/import into form card (068cbdf)
- feat: unit toggle (metric/imperial), PWA manifest, export/import history (3ad4bea)
- refactor: full Svelte 5 runes migration โ 39 patterns modernized (75c4ac6)
- fix: resolve svelte-check errors and warnings (runes mode compliance) (ee2241c)
- feat: Svelte 5 runes migration + BMI History Sparkline (f2d56ce)
- fix: critical bugs, security hardening, and performance improvements (41684a4)
- Fix echo statement for verification success message (83f48ee)
- ๐ chore(deps): polish dependencies until they shine like diamonds (fee47ae)
- ๐ฎ chore(deps): enchant codebase with mystical dependency magic (acc1c17)
- ๐ญ chore(deps): orchestrate a symphony of updated dependencies (d5da797)
- ๐จ chore(deps): paint the town with vibrant new package colors (147e1df)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
sha256sum -c bmi-stellar-edition-Stellar-10.0.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
Team: LOGIGO
BMI Stellar Edition Stellar-6.0
BMI Calculator Stellar Edition - Release Stellar-6.0
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-6.0.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- release 6.0 (edbda46)
- fix github actions hiden commit. (0c83353)
- fix calc healthly risk. (377c251)
- update dependency. (2c1c41a)
- improve design. (cf73ae5)
- improve design. (44a0692)
- change to auto-hide for navbar bottom (4574e64)
- fixed: some bug (c3e9b8e)
- fixed: bug float window and value. (1336c83)
- Fixed: ESLint error resolved. (4a1d1f9)
- improve calculate value. (632ec6f)
- improve calculate value. (f2976f1)
- improve UI/UX (9771e80)
- improve UI/UX designed. (5a0930f)
- fixed: console.error in performance.ts (needs DEV guard) (67e916d)
- fixed: memory leak, RAF cleanup, unused variable, console production, & race condition (dad682f)
- fix: unused variable (85cf11e)
- change(animation): buble efect to rain efect. (7acf489)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (95c2b0b)
- ๐ chore(deps): elevate dependencies to new heights of excellence (786b3ac)
- ๐ chore(deps): ride the wave of cutting-edge package versions (1433f1f)
- fix-add: Changed @ts-ignore to @ts-expect-error. The @ts-ignore suppresses the IDE type error. The runtime behavior is unaffected. (9c4b5f2)
- fix: vitest svelte preprocessing (c29fec5)
- fix: The vitest.config.ts was missing the TypeScript preprocessor for Svelte files. Added preprocess: vitePreprocess() to the Svelte plugin. (ab03253)
- fix: The issue was that ESLint couldn't parse the TypeScript as type assertions inside inline event handlers in the Svelte template. By moving the logic to dedicated handler functions in the <script> section, the TypeScript type assertions work correctly. (6348a6f)
- self-heal: bump GitHub Actions patch/minor versions (d3c787c)
- add. years initial created. (3d701b4)
- improve: improvements loader engine. (66ab2bc)
- clear: overall cleanup. (17a41e2)
- clear: overall cleanup. (7e5c206)
- fix(ui): add automate fetch latest commit id. (59fdca0)
- fix(ui): improve output animations. (405b379)
- fix(ui): optimize render effect. (55df542)
- fix(ui): optimize navbar. (0e3de6e)
- fix(ui): improve mobile header nav by preventing tab shrink and tuning <=600px spacing (994fdba)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (4fed1b2)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (b5a7063)
- ๐จ chore(deps): paint the town with vibrant new package colors (ca567cb)
- self-heal: bump GitHub Actions patch/minor versions (0ac70b2)
- ๐จ chore(deps): polish dependencies to stellar perfection (ae4e7c5)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (f93ed5a)
- ๐จ chore(deps): polish dependencies to stellar perfection (cec12de)
- ๐ chore(deps): polish dependencies until they shine like diamonds (1d754c8)
- ๐ chore(deps): boost dependencies to warp speed - all systems go! (335b33f)
- self-heal: bump GitHub Actions patch/minor versions (2e879a4)
- ๐ chore(deps): polish dependencies until they shine like diamonds (686547e)
- ๐ chore(deps): boost dependencies to warp speed - all systems go! (2d69f8e)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (3345821)
- ๐ chore(deps): crown packages with championship-worthy updates (2dfe01a)
- ๐จ chore(deps): polish dependencies to stellar perfection (887be20)
- ๐ chore(deps): airlift dependencies to cloud nine (6869f63)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (8478c2d)
- self-heal: bump GitHub Actions patch/minor versions (08fb81b)
- ๐ chore(deps): elevate dependencies to new heights of excellence (3b7a324)
- ๐ chore(deps): polish dependencies until they shine like diamonds (6759a6c)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (c0af2bf)
- ๐ chore(deps): elevate dependencies to new heights of excellence (16590dd)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (792c1b6)
- ๐ chore(deps): crown packages with championship-worthy updates (08e7f95)
- ๐ chore(deps): polish dependencies until they shine like diamonds (e827c44)
- ๐จ chore(deps): polish dependencies to stellar perfection (918f4a3)
- ๐ chore(deps): airlift dependencies to cloud nine (f2c012c)
- ๐ chore(deps): ride the wave of cutting-edge package versions (17e499e)
- โจ chore(deps): sprinkle fresh dependency updates like cosmic stardust (ea020d0)
- ๐ chore(deps): elevate dependencies to new heights of excellence (123c585)
- ๐ chore(deps): polish dependencies until they shine like diamonds (8cf20bc)
- self-heal: bump GitHub Actions patch/minor versions (8f4bb7a)
- โก chore(deps): supercharge packages with lightning-fast updates (8bf5907)
- ๐ chore(deps): boost dependencies to warp speed - all systems go! (a457c7a)
- fix: Fixed lint workflows (ac9e469)
- ๐ฎ chore(deps): enchant codebase with mystical dependency magic (4c50ed8)
- self-heal: bump GitHub Actions patch/minor versions (2de22bd)
- Merge pull request #51 from oxyzenQ/bot/auto-update-deps (80c08b0)
- chore: use WORKFLOW_UPDATER_PAT for auto-update (ca72eee)
- fix: pin codeql-action to valid tag (4ed038f)
- chore: pin workflow actions + owner attribution (af11e63)
- chore: self-heal patch/minor + fast checkout (418f162)
- fix(a11y): address svelte-check warning for pager pointer interactions (210e012)
- chore: remove workflow-update options from auto-update (6cf9703)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (8a1e14d)
- fix: handle action subpaths in self-heal (74c1db7)
- self-heal: bump GitHub Actions major versions (e68dcf4)
- fix: skip actions with missing tags endpoint (6245174)
- add: emoji (9829b10)
- chore: run self-heal weekly (859bf9e)
- ci: remove auto-commit; attribute auto-update commits to owner (13fbc4f)
- ci: add auto-commit and self-heal workflows (e8caff7)
- โก chore(deps): supercharge packages with lightning-fast updates (f70d225)
- ๐ chore(deps): elevate dependencies to new heights of excellence (83a9490)
- md: fix formating (a2979e5)
- ๐ chore(deps): ride the wave of cutting-edge package versions (27bab5a)
- ๐ chore(deps): elevate dependencies to new heights of excellence (9382053)
- ๐จ chore(deps): polish dependencies to stellar perfection (b21d1c2)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (3faf274)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (4a458c5)
- โก chore(deps): supercharge packages with lightning-fast updates (a60886f)
- โจ chore(deps): sprinkle fresh dependency updates like cosmic stardust (2993325)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (9565906)
- ๐ฎ chore(deps): enchant codebase with mystical dependency magic (08ad48a)
- โจ chore(deps): sprinkle fresh dependency updates like cosmic stardust (f252446)
- โก chore(deps): supercharge packages with lightning-fast updates (f4f5522)
- โก chore(deps): supercharge packages with lightning-fast updates (ee5589d)
- ๐จ chore(deps): polish dependencies to stellar perfection (6c85c6f)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (56d9061)
- ๐ chore(deps): crown packages with championship-worthy updates (68a5e56)
- โก chore(deps): supercharge packages with lightning-fast updates (36db2a7)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (30bb510)
- ๐ฎ chore(deps): enchant codebase with mystical dependency magic (048ac50)
- โจ chore(deps): sprinkle fresh dependency updates like cosmic stardust (52daf64)
- โก chore(deps): supercharge packages with lightning-fast updates (c5dead3)
- โก chore(deps): supercharge packages with lightning-fast updates (0a48301)
- ๐ chore(deps): polish dependencies until they shine like diamonds (c1102e0)
- ๐ chore(deps): boost dependencies to warp speed - all systems go! (0a26cfa)
- ๐ chore(deps): crown packages with championship-worthy updates (c27879c)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (aaec090)
- ๐ chore(deps): ride the wave of cutting-edge package versions (8569e86)
- ๐ฏ chore(deps): hit bullseye with precision dependency updates (df7b92a)
- ๐ chore(deps): ride the wave of cutting-edge package versions (1fbe918)
- ๐ chore(deps): elevate dependencies to new heights of excellence (fbef73b)
- ๐ chore(deps): ride the wave of cutting-edge package versions (83e5b57)
- ๐ญ chore(deps): orchestrate a symphony of updated dependencies (a0a993b)
- ๐ช chore(deps): roll out the red carpet for fresh dependencies (e7bcbc5)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
sha256sum -c bmi-stellar-edition-Stellar-6.0.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
Team: LOGIGO
BMI Stellar Edition Stellar-4.8
BMI Calculator Stellar Edition - Release Stellar-4.8
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-4.8.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- chore: cleanup old chart files, and tune the engine (07a2878)
- code: init ignite (14530f5)
- chore: little fix styling issue. (cb50e62)
- feat: Deep stability check + fixes (implemented) (33033ce)
- docs: update version to 4.8 (699da51)
- fix: potential bug (1cebced)
- feat: made to improve scroll smoothness + cross-device responsiveness (75ce142)
- fix: fixed Cause of the CodeQL failure (b9dfc95)
- chore: Completed (CSS bloat cleanup + responsiveness polish) (3d65e79)
- chore: Animation/render hot paths ... (3166d45)
- chore: optimize bundle size (197f69a)
- chore: Font/bundle optimization completed (6fdde20)
- chore: Removed duplicated CSS blocks in src/global-styles.css The following blocks were duplicated near the end of the file and already existed earlier: /* Make modal/body scroll areas momentum-smooth on mobile / (.modal-content, .modal-body { -webkit-overflow-scrolling: touch; }) / Prefer transform/opacity for animations and respect reduced motion */ (@media (prefers-reduced-motion: reduce) { ... }) I removed the duplicate copy at the bottom to reduce CSS bloat and avoid redundant rule evaluation. Verification (regression check) Ran: bun run check && bun run lint && bun run test:run && bun run build Result: All completed successfully (exit code 0), build succeeded. Status Optimization pass + regression verification are complete. (8bc391e)
- chore: cleanup (485f581)
- ๐จ chore(deps): paint the town with vibrant new package colors (d8af090)
- chore: coffee (292a671)
- docs: reduce bloat (dc4fa82)
- cleanup: remove a burden file (c9744e6)
- chore: improve <768 support (34b6692)
- docs: add the deepwiki (61d8891)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
sha256sum -c bmi-stellar-edition-Stellar-4.8.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
Team: LOGIGO
BMI Stellar Edition Stellar-4.0
BMI Calculator Stellar Edition - Release Stellar-4.0
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for the BMI Calculator Stellar Edition.
๐ฆ Installation
Download the package below and extract it to your desired location:
# Extract the package
unzip bmi-stellar-edition-Stellar-4.0.zip -d bmi-calculator
# Install dependencies
cd bmi-calculator
bun install
# Start the application
bun run preview๐ Changelog
- docs: reduced (0194b05)
- chore: UX/UX improvements vol26 fixed render mode (03b1541)
- chore: UX/UX improvements vol25 particles animations and others improvements (ebbdcbe)
- chore: UX/UX improvements vol24 particles animations improvements (e09e25c)
- chore: UX/UX improvements vol23 tidy fixed (9a5e3d6)
- chore: UX/UX improvements vol22 some fixed (f814edb)
- chore: UX/UX improvements vol21 update links (b15d90b)
- chore: UX/UX improvements vol20 styling button (ae0d4a2)
- chore: UX/UX improvements vol19 optimize code (e4ddfa5)
- chore: UX/UX improvements vol18 edge (30b506e)
- chore: UX/UX improvements vol17 enhancements (8db8ffd)
- chore: UX/UX improvements vol16 enhancements true (cfac53c)
- chore: UX/UX improvements vol15 enhancements the background and container (f5c398f)
- chore: UX/UX improvements vol14 enhancements the background and container (2337a2c)
- ๐จ chore(deps): paint the town with vibrant new package colors (9d3d33b)
- chore: UX/UX improvements vol13 (4ad07c5)
- chore: UX/UX improvements vol12 add animations saturns rings, and improve the backgrounds image (a939a32)
- chore: UX/UX improvements vol11 add a arrow animations on bottom navbar (72255be)
- chore: UX/UX improvements vol10 (a5b73a9)
- chore: UX/UX improvements vol9 float navbar added (a252de2)
- chore: UX/UX improvements vol8 add botom navbar (c328000)
- chore: UX/UX improvements vol7 navbar inconsist fixed (c90cdbe)
- chore: UX/UX improvements vol6 (d70bd85)
- chore: UX/UX improvements vol5 (2fa76fc)
- chore: UX/UX improvements vol4 (6dd1bdb)
- chore: UX/UX improvements vol3 include spring view (205b2d0)
- chore: UX/UX improvements vol2 (8327ee7)
- chore: UX/UX improvements (42a73b6)
- chore: uplift the burden of life (6d7e26c)
- feat: redesign 2026 edition for easy and simple navigation, now has implementated (53005b5)
- ๐ฅ chore(deps): ignite performance with blazing dependency updates (cd2dfbb)
- ๐ chore(deps): polish dependencies until they shine like diamonds (9f28acf)
- ๐ฎ chore(deps): enchant codebase with mystical dependency magic (05495d8)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
sha256sum -c bmi-stellar-edition-Stellar-4.0.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
Team: LOGIGO