chore: readme update

This commit is contained in:
Ben Allfree 2023-06-07 23:43:05 -07:00
parent a601e53430
commit 6ab7085e0e
2 changed files with 13 additions and 9 deletions

View File

@ -128,6 +128,19 @@ By default, PocketHost will download and run the latest version of PocketBase. I
# Release History
**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
- Fix: FTP now correctly downloads static assets
- Fix: FTP now accesses `pb_migrations`
**0.7.0**
- PocketHost will now always select and run the latest version of PocketBase for new instances and for the PocketHost central database. This was previously restricted until PocketBase matured more, but we think it is safe now.

View File

@ -97,12 +97,3 @@ 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