-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: rapidrabbit76/HopLog
Releases · rapidrabbit76/HopLog
v2026.03.15-beta
v2026.03.15-beta
Pre-release
Pre-release
Summary
- ship post-local image support for markdown posts
- expose post images at
/posts/{slug}/images/* - include e2e stabilization and full suite verification
Validation
- bun run test:unit
- bun run test:e2e
Assets 2
v2026.03.14-beta
v2026.03.14-beta
Pre-release
Pre-release
Full Changelog: v2026.03.13-beta...v2026.03.14-beta
Assets 2
v2026.03.13-beta
v2026.03.13-beta
Pre-release
Pre-release
Full Changelog: v2026.03.12-beta...v2026.03.13-beta
Assets 2
v2026.03.12-beta
v2026.03.12-beta
Pre-release
Pre-release
What's New
Docker Production Deployment
- Multi-platform image support (amd64/arm64)
- Hybrid build: Bun for deps/runtime, Node.js for webpack
- Bind mount with automatic seed data on first run
profile.ymlexcluded from image, auto-created from example at startup- Optional Meilisearch via
--profile search - GitHub Actions CI for automated image publish
Global Error Page
- Standalone 500 error page for root layout failures
- Self-contained inline CSS with light/dark mode support
- Renders independently without Tailwind or app providers
Analytics Env Var Cleanup
- Removed misleading
NEXT_PUBLIC_prefix from analytics env vars GA_MEASUREMENT_ID,META_PIXEL_ID,SENTRY_DSN,SENTRY_ENVIRONMENT- All resolved server-side at runtime — no image rebuild needed
Documentation
- Docker usage section added to README (EN/KO)