Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## [0.2.0] - 2026-05-25

### Added
- API key edit endpoint with per-deployment access levels (read, write, admin) capped by the owning user's level
- Deployment protected mode: configurable blocked actions and command rules, with an explicit enable switch
- System terminal endpoint, behind its own protected-mode configuration and a new permission
- System file manager endpoint with listing, file and directory creation, chmod, and rename
- Cheap `files-info` variant (`?usage=false`) so the UI can render the system file manager without waiting for a recursive disk-usage walk

### Fixed
- API key creation by an admin key with no associated user no longer returns 401; the owning admin is resolved automatically
- `apiKeyToResponse` emits `null` instead of the zero time for unset `expires_at` and `last_used_at`

## [0.1.56] - 2026-04-09

- Sync `service.yml` when compose expose is updated
- Add `name` field and fix Nextcloud compose config
- Add `--non-interactive` flag to certbot commands

## [0.1.55] - 2026-04-07

- Migrate from `mattn/go-sqlite3` to `modernc.org/sqlite` for pure-Go builds

## [0.1.54] - 2026-04-04

- Add default server block for the nginx welcome page

## [0.1.53] - 2026-04-03

- Distinguish file from directory bind mounts when materializing compose mounts
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.56
0.2.0
Loading