Skip to content

Releases: THANSHEER/mdgarden

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:20
0b4e5bd
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

Choose a tag to compare

@github-actions github-actions released this 28 Jun 16:17
c2d2d9a
Merge pull request #2 from THANSHEER/feat/site-build-options

feat: implement incremental builds, SPA transitions, and advanced UI …

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 17:58
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).