mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
1.8 KiB
1.8 KiB
title | date | description |
---|---|---|
Version 0.9.3 Update | 2023-10-11T11:25:17.556Z | Unveiling PocketHost v0.9.3! Dive into enhanced release prompts, streamlined docker launch, and improved debug output. Ditch the light theme toggle and redundant checks. Last chance before our major version release! So strap in and ride shotgun on our journey to Pocket perfection! |
PocketHost, the zero-config PocketBase hosting platform, has reached version 0.9.3.
In this v0.9.3 patch of PocketHost, we've infused several enhancements, including refined release prompts and the incorporation of the 'rizzdown' dependency. The previously included Light Theme Toggle in the dashboard was removed, unnecessary coding was pruned for streamlined performance, and error messages are now more detailed—providing better insights during Docker launch and unexpected PocketBase service exits. We've also updated the '.env' template and revamped our writing style for release blog posts, polishing the user experience further.
Change Log
- Version 0.9.3 (patch)
- enh: enhancements for release prompts
- enh: add rizzdown dependency
- Merge branch 'master' of github.com:pockethost/pockethost
- Dashboard - Removed Light Theme Toggle (#317)
- chore: remove unnecessary env prefix from yarn dev
- enh: update .env template to use project root instead of pwd
- fix: improved docker launch error messages
- fix: pid now properly shows in debugging output
- chore: removed unnecessary subdomain check for mothership middleware
- fix: fixed error message when pocketbase serve exits unexpectedly
- fix: rizz package name
- enh: update proompts
- enh: release blog post template
- enh: update the writing style for release blog posts
- fix: 0.9.2 frontmatter yaml syntax fix
- fix: 0.9.2 release doc formatting