Release Notes
Changelog
Track every improvement, fix and new feature shipped to BoltHash CLI and Premium.
v1.3.1
Patch
April 2026
- NewAdmin Blog / Post management with AI-Agent mode — write posts via LLM, preview and publish with one click.
- NewChangelog page added to the website.
- New404 error page with quick navigation links.
- NewLanguage picker in navbar (EN / VI / FR / ZH / RU / JA / KO) with
localStorage persistence.
- NewTrial system — 14-day trials for Starter and Professional plans, dashboard trial badge with expiry countdown.
- NewDynamic sitemap.xml generation from database.
- ImpDashboard is now a standalone SPA — no website sections embedded. Unauthenticated access redirects to
/login.
- FixCheckout payment flow — all API paths corrected for PayPal and Crypto endpoints.
- FixFooter was duplicated on Pricing, Docs and Compare pages — resolved.
- FixDuplicate Admin button in navbar when logged in as admin.
- Fix1074 double-encoded Unicode sequences fixed in Premium CLI.
- ImpSession lifetime reduced from 7 days to 3 days.
- ImpNav logo is now image-only (no "BoltHash" text beside it).
- NewFavicon added site-wide via
layout.js.
v1.3.0
Minor
March 2026
- NewDashboard light theme — complete visual overhaul from dark to light design system.
- NewStats bar added to dashboard overview: total projects, keys, runs and active licenses at a glance.
- NewAdmin build system: trigger binary builds from the dashboard, download pre-built binaries.
- New
/api/version endpoint — returns current server + package versions.
- ImpLayout.js shared component refactored to inject nav + footer into all website pages consistently.
v1.2.0
Minor
February 2026
- SecReplaced
eval() with vm.Script in premium integrity checker.
- SecRemoved
shell:true from child_process.spawn (injection risk).
- New
bolt binary alias added for natural CLI usage.
- FixFree-override detection in premium package.
- NewContact page with topic-tagged inquiry form.
- NewCompare page: Free vs Premium feature matrix.
v1.1.0
Minor
March 2025
- NewCI/CD webhook support — trigger verification and rate-limit runs per plan.
- NewPlan management: admin can create and configure subscription tiers with granular limits.
- Newi18n system: English and Vietnamese localisation bundles, switchable at runtime.
- ImpJWT authentication — stateless API tokens stored in
localStorage.
v1.0.0
Major
February 2025
- NewServer launched: Express + MySQL backend with full user authentication.
- NewLicense key system: generate, verify, revoke and track API keys.
- NewDashboard SPA — single-page app for managing projects, API keys and builds.
- NewMarketing website: Home, Pricing, Compare, Docs, Download pages.
- NewEmail verification flow with OTP codes.
v0.x
Patch
2024
- NewInitial open-source release of
bolt-hash CLI — SHA-256/SHA-512 file integrity hashing.
- NewWatch mode, recursive directory scanning, ignore patterns.
- NewJSON / text output formats for CI pipeline integration.
- ImpWindows / macOS / Linux cross-platform support.