diff --git a/.changeset/blog-feature.md b/.changeset/blog-feature.md new file mode 100644 index 00000000..50f27c32 --- /dev/null +++ b/.changeset/blog-feature.md @@ -0,0 +1,5 @@ +--- +'pockethost': minor +--- + +Add blog functionality with dynamic promo banner integration and content management features diff --git a/.changeset/bug-fixes-collection.md b/.changeset/bug-fixes-collection.md new file mode 100644 index 00000000..51a039be --- /dev/null +++ b/.changeset/bug-fixes-collection.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Fix various issues including empty instance name validation, blog link typos, avatar digest errors, promo banner links, and delete button functionality diff --git a/.changeset/console-logger-improvements.md b/.changeset/console-logger-improvements.md new file mode 100644 index 00000000..b6fdbc1b --- /dev/null +++ b/.changeset/console-logger-improvements.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Improve console logger browser compatibility and optimize breadcrumb handling for better debugging diff --git a/.changeset/custom-domains-automation.md b/.changeset/custom-domains-automation.md new file mode 100644 index 00000000..4243071d --- /dev/null +++ b/.changeset/custom-domains-automation.md @@ -0,0 +1,5 @@ +--- +'pockethost': minor +--- + +Implement automated custom domains with Cloudflare integration and multiple domain support per instance diff --git a/.changeset/dashboard-ui-enhancements.md b/.changeset/dashboard-ui-enhancements.md new file mode 100644 index 00000000..c6b07448 --- /dev/null +++ b/.changeset/dashboard-ui-enhancements.md @@ -0,0 +1,5 @@ +--- +'pockethost': minor +--- + +Enhance dashboard UI with improved layout constraints, instance title cosmetics, user subscription logging, and subdomain text truncation diff --git a/.changeset/health-check-fixes.md b/.changeset/health-check-fixes.md new file mode 100644 index 00000000..61624ff6 --- /dev/null +++ b/.changeset/health-check-fixes.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Fix firewall health check endpoints and improve HTTP status code responses for better monitoring diff --git a/.changeset/instance-handling-improvements.md b/.changeset/instance-handling-improvements.md new file mode 100644 index 00000000..2268696e --- /dev/null +++ b/.changeset/instance-handling-improvements.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Improve instance shutdown handling, add HandleInstanceResolve API, and enhance Docker container startup timing diff --git a/.changeset/logging-and-debugging.md b/.changeset/logging-and-debugging.md new file mode 100644 index 00000000..95d47df2 --- /dev/null +++ b/.changeset/logging-and-debugging.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Improve logging consistency across services, enhance error messaging, and add container launch timing for better debugging diff --git a/.changeset/mothership-mirror-service.md b/.changeset/mothership-mirror-service.md new file mode 100644 index 00000000..b0744078 --- /dev/null +++ b/.changeset/mothership-mirror-service.md @@ -0,0 +1,5 @@ +--- +'pockethost': minor +--- + +Add MothershipMirrorService with event handlers for improved data synchronization diff --git a/.changeset/paywall-implementation.md b/.changeset/paywall-implementation.md new file mode 100644 index 00000000..f38e37d2 --- /dev/null +++ b/.changeset/paywall-implementation.md @@ -0,0 +1,5 @@ +--- +'pockethost': major +--- + +Implement hard paywall system with subscription management, billing integration, and user access controls diff --git a/.changeset/subscription-management.md b/.changeset/subscription-management.md new file mode 100644 index 00000000..7602109e --- /dev/null +++ b/.changeset/subscription-management.md @@ -0,0 +1,5 @@ +--- +'pockethost': minor +--- + +Add subscription quantity management, billing integration improvements, and enhanced user account controls with suspension support diff --git a/.changeset/tooling-and-dependencies.md b/.changeset/tooling-and-dependencies.md new file mode 100644 index 00000000..176d3c7d --- /dev/null +++ b/.changeset/tooling-and-dependencies.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Migrate to tsx for CLI execution, remove winston logging, update to SvelteKit 3 and Vite 6, and improve build tooling diff --git a/.changeset/version-and-deployment.md b/.changeset/version-and-deployment.md new file mode 100644 index 00000000..5a84fdf7 --- /dev/null +++ b/.changeset/version-and-deployment.md @@ -0,0 +1,5 @@ +--- +'pockethost': patch +--- + +Update supported PocketBase versions, improve package hashes, and enhance deployment workflow with Wrangler integration diff --git a/.changeset/webhooks-feature.md b/.changeset/webhooks-feature.md new file mode 100644 index 00000000..e8343505 --- /dev/null +++ b/.changeset/webhooks-feature.md @@ -0,0 +1,5 @@ +--- +'pockethost': minor +--- + +Add webhooks support to PocketHost for scheduled and event-driven operations