发布记录
更新日志
m4rkyu.com 的公开发布记录与仓库变更。
发布记录
Changelog
All notable changes to this project are documented here.
The format follows Keep a Changelog and this project aims to follow Semantic Versioning.
[Unreleased]
Added
- Interactive 3D hero contour field over the cursor-reactive wave floor (desktop, fine-pointer, motion-OK), a signature full-screen ink-wipe page transition, and shimmer-sweep loading skeletons across the site.
- Loading states for the remaining public routes — latest, search, changelog, colophon, privacy, terms, shop, notes, and topics.
- User-selectable themes (Risograph, Terminal, Editorial) layered over light/dark, with a live-preview picker in the header, mobile nav, and ⌘K.
- Admin content-entry suite: folder-capable bulk image upload with progress and retry, chip/tag fields, autosave with draft recovery, and a dashboard that flags missing alt text and posters.
Changed
/workcase studies reworked into an editorial "field report" layout — numbered folios, a two-column overview, and header-then-body scroll reveals.- Repo restructured to a single Next.js app at the root. The legacy Vite +
React 18 site moved to
zhenxiao-yu/m4rkyu-archive
and continues to deploy to a free
*.vercel.appURL for rollback. m4rkyu.comandwww.m4rkyu.comnow serve from the Next.js app on them4rkyu-portfolioVercel project..gitignore, release workflow, and project docs (README.md,CLAUDE.md,AGENTS.md,SECURITY.md) consolidated for a single-app layout.
Removed
- Legacy Vite source (
src/,public/,index.html,vite.config.js), legacypackage.json/package-lock.json, monorepo.vercelignore, monorepo cutover docs (MIGRATION.md,VERCEL_DASHBOARD_AUDIT.md), and the datedTESTING.mdand monorepoCONTRIBUTING.md.
Fixed
- Accessibility: hero masthead contrast raised to AA, the code copy button is reachable on touch, header controls meet the 44px tap-target minimum, and the hero scroll cue's accessible name now matches its visible label.
[0.1.1] - 2026-05-06
Added
- Active Next.js remake workflow alongside the preserved legacy production-safe root app.
Changed
- Migration documentation and repo structure guidance improved for safe cutover planning.