From 9cbc2467151daeaf9b656503d209553b3dba38ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Nov 2025 09:04:18 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9493827a3..bafa8fcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,36 +4,19 @@ # Changelog ## [unreleased] -### ๐Ÿš€ Features - -- Add token validation functionality for Hetzner and DigitalOcean providers -- Add dev_helper_version to instance settings and update related functionality - ### ๐Ÿ› Bug Fixes -- Change SMTP port input type to number for better validation -- Remove unnecessary step attribute from maximum storage input fields -- Update boarding flow logic to complete onboarding when server is created -- Convert network aliases to string for display -- Improve custom_network_aliases handling and testing -- Remove duplicate custom_labels from config hash calculation -- Improve run script and enhance sticky header style - -### ๐Ÿšœ Refactor - -- Improve handling of custom network aliases -- Remove unused submodules -- Update subproject commit hashes +- Fix SPA toggle nginx regeneration and add confirmation modal ### ๐Ÿ“š Documentation - Update changelog -- Add service & database deployment logging plan -### โš™๏ธ Miscellaneous Tasks +## [4.0.0-beta.439] - 2025-11-03 -- Update version numbers to 4.0.0-beta.439 and 4.0.0-beta.440 -- Add .workspaces to .gitignore +### ๐Ÿ“š Documentation + +- Update changelog ## [4.0.0-beta.438] - 2025-10-29 @@ -46,6 +29,12 @@ ### ๐Ÿš€ Features - Add funding information for Coollabs including sponsorship plans and channels - Update Evolution API slogan to better reflect its capabilities - *(templates)* Update plane compose to v1.0.0 +- Add token validation functionality for Hetzner and DigitalOcean providers +- Add dev_helper_version to instance settings and update related functionality +- Add RestoreDatabase command for PostgreSQL dump restoration +- Update ApplicationSetting model to include additional boolean casts +- Enhance General component with additional properties and validation rules +- Update version numbers to 4.0.0-beta.440 and 4.0.0-beta.441 ### ๐Ÿ› Bug Fixes @@ -83,6 +72,13 @@ ### ๐Ÿ› Bug Fixes - *(templates)* Update minio image to use coollabsio fork in Plane - Prevent login rate limit bypass via spoofed headers - Correct login rate limiter key format to include IP address +- Change SMTP port input type to number for better validation +- Remove unnecessary step attribute from maximum storage input fields +- Update boarding flow logic to complete onboarding when server is created +- Convert network aliases to string for display +- Improve custom_network_aliases handling and testing +- Remove duplicate custom_labels from config hash calculation +- Improve run script and enhance sticky header style ### ๐Ÿ’ผ Other @@ -97,6 +93,10 @@ ### ๐Ÿšœ Refactor - Remove staging URL logic from ServerPatchCheck constructor - Streamline Docker build process with matrix strategy for multi-architecture support - Simplify project data retrieval and enhance OAuth settings handling +- Improve handling of custom network aliases +- Remove unused submodules +- Update subproject commit hashes +- Remove SynchronizesModelData trait and implement syncData method for model synchronization ### ๐Ÿ“š Documentation @@ -107,6 +107,7 @@ ### ๐Ÿ“š Documentation - Update changelog - Update changelog - Update changelog +- Add service & database deployment logging plan ### ๐Ÿงช Testing @@ -118,6 +119,8 @@ ### โš™๏ธ Miscellaneous Tasks - Add category field to siyuan.yaml - Update siyuan category in service templates - Add spacing and format callout text in modal +- Update version numbers to 4.0.0-beta.439 and 4.0.0-beta.440 +- Add .workspaces to .gitignore ## [4.0.0-beta.437] - 2025-10-21