v0.5.1 release

This commit is contained in:
Ben Allfree 2022-11-16 09:44:00 -08:00
parent 1eb47a7f08
commit 69d8b38b88
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
PUBLIC_POCKETHOST_VERSION=0.5.0 PUBLIC_POCKETHOST_VERSION=0.5.1
PUBLIC_APP_PROTOCOL=https PUBLIC_APP_PROTOCOL=https
PUBLIC_APP_DOMAIN=pockethost.test PUBLIC_APP_DOMAIN=pockethost.test
PUBLIC_PB_PROTOCOL=https PUBLIC_PB_PROTOCOL=https

View File

@ -1,4 +1,4 @@
PUBLIC_POCKETHOST_VERSION=0.5.0 PUBLIC_POCKETHOST_VERSION=0.5.1
PUBLIC_APP_PROTOCOL=https PUBLIC_APP_PROTOCOL=https
PUBLIC_APP_DOMAIN=pockethost.io PUBLIC_APP_DOMAIN=pockethost.io
PUBLIC_PB_PROTOCOL=https PUBLIC_PB_PROTOCOL=https

View File

@ -136,9 +136,13 @@ open https://pockethost.io
**next** **next**
- [x] Bugfix: 404 after creating instance
- [ ] Bugfix: Disallow backups if data dir doesn't exist - [ ] Bugfix: Disallow backups if data dir doesn't exist
**0.5.1**
- [x] Bugfix: 404 after creating instance
- [x] SQLite3 build fix
**0.5.0** **0.5.0**
- [x] Create data backups - [x] Create data backups