diff --git a/readme.md b/readme.md index d6756d42..c94830c0 100644 --- a/readme.md +++ b/readme.md @@ -126,14 +126,7 @@ If all goes well: **next** -- Feature: Added FAQ section and documentation link -- Fix: FTP username link is now properly URLencoded -- Fix: static asset requests are routed to PocketBase instance -- Fix: requests for instances not ending in `pockethost.io` now rejected -- Fix: realtime logging API requests no longer intercepted by PocketBase -- Fix: potential timer memory leak -- Fix: proper handling of http-proxy error conditions -- Chore: various internal error trapping and logging +# Release History **0.6.1** diff --git a/roadmap.md b/roadmap.md index 9d5d5173..03500395 100644 --- a/roadmap.md +++ b/roadmap.md @@ -94,3 +94,12 @@ Ideas, in no particular order... - [new logo](https://github.com/benallfree/pockethost/issues/39) - [when daemon boots, all instance statuses should be set to Idle](https://github.com/benallfree/pockethost/issues/61) - [Showcase page](https://github.com/benallfree/pockethost/discussions/180) + +- Feature: Added FAQ section and documentation link +- Fix: FTP username link is now properly URLencoded +- Fix: static asset requests are routed to PocketBase instance +- Fix: requests for instances not ending in `pockethost.io` now rejected +- Fix: realtime logging API requests no longer intercepted by PocketBase +- Fix: potential timer memory leak +- Fix: proper handling of http-proxy error conditions +- Chore: various internal error trapping and logging