Releases: THANSHEER/mdgarden
Releases · THANSHEER/mdgarden
Release list
v0.3.0
Add update command and enhance link popovers (#5) Add a new `mdgarden update` command that intelligently detects the install source (npm, Homebrew, standalone) and runs the appropriate update method. Supports `--background` flag for detached updates. Refactor the link hover popover with better preview extraction, reduced delay (250ms), improved positioning, and accessibility improvements. Switch from mouse to pointer events for better touch support. Bump version to 0.3.0.
v0.2.0
Merge pull request #2 from THANSHEER/feat/site-build-options feat: implement incremental builds, SPA transitions, and advanced UI …
v0.1.0
Initial mdgarden project scaffold Add the complete mdgarden project scaffold: source code (src/), client runtime, plugins, build + CLI, tests and fixtures, theme assets, and example starter. Include package.json, package-lock, TypeScript configs, scripts for building/SEA packaging, Homebrew formula, Dockerfile, install scripts, and helper tooling. Add documentation (README, CONTRIBUTING), GPL-3.0 license, and CI/release automation (GitHub Actions for CI and multi-channel releases: npm, binaries, Docker, Homebrew).