Skip to content

Releases: Endogen/web2api

v0.2.0

21 Feb 00:18

Choose a tag to compare

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 git to the Docker image (required for catalog commands)

Documentation

  • Local setup is now the primary quickstart (simpler, no Docker required)
  • Clarified Docker CLI usage — all web2api commands need docker compose exec prefix

Self-Update

To update an existing installation:

# Git-based install
web2api self update apply --yes

# Docker
docker compose pull && docker compose up -d --build

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Feb 02:01

Choose a tag to compare