Releases: Endogen/web2api
Releases · Endogen/web2api
v0.2.0
What's Changed
Recipe Management
- Externalized recipe catalog to a dedicated repository
- Refactored recipe management for catalog-based installs, updates, and discovery
Web Interface
- Switched to tabbed navigation
- Lazy-loaded recipe list for faster initial load
- UI cleanup and layout improvements
Docker
- Added
gitto the Docker image (required for catalog commands)
Documentation
- Local setup is now the primary quickstart (simpler, no Docker required)
- Clarified Docker CLI usage — all
web2apicommands needdocker compose execprefix
Self-Update
To update an existing installation:
# Git-based install
web2api self update apply --yes
# Docker
docker compose pull && docker compose up -d --buildFull Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/Endogen/web2api/commits/v0.1.0