chore: move next version stuff to dev roadmap

This commit is contained in:
Ben Allfree 2023-06-07 16:54:30 -07:00
parent 1901676be1
commit 848fbc51b9
2 changed files with 10 additions and 8 deletions

View File

@ -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**

View File

@ -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