## [1.3.4](https://github.com/perfect-panel/frontend/compare/v1.3.3...v1.3.4) (2025-12-29)
### 🐛 Bug Fixes / 问题修复
* Only update internalValue in MonacoEditor if propValue has changed ([fe14002](fe14002359))
* Set modal prop to false for DropdownMenu in multiple components for improved user experience ([0253b62](0253b62b63))
* Update HTMLEditor onChange event and set DropdownMenu modal to false for better user experience ([ba65588](ba65588fdf))
* Update SendCode parameters to use form.watch for email and telephone fields ([51a98af](51a98afcae))
## [1.3.2](https://github.com/perfect-panel/frontend/compare/v1.3.1...v1.3.2) (2025-12-29)
### 🐛 Bug Fixes / 问题修复
* Refactor update dialog logic in SystemVersionCard for better clarity and handling of update states ([0690deb](0690debf6c))
* Update default inventory value in SubscribeForm to -1 for better handling of inventory state ([2f50c6d](2f50c6df33))
## [1.3.0](https://github.com/perfect-panel/frontend/compare/v1.2.4...v1.3.0) (2025-12-29)
### ✨ Features / 新功能
* Add original price display option and enhance inventory messages in subscription components ([543a7b9](543a7b9eb9))
* Added localized support for user subscription and deletion status, and optimized the subscription form and user interface. ([9f95cec](9f95cec876))
* Added reset and pause subscription functionality, and updated the status display. ([bc451ee](bc451eea16))
* Added the option to restore subscription, and updated the relevant description and confirmation information. ([5f5c339](5f5c33987e))
* Enhance DatePicker component with clear button and improved value handling ([b27b928](b27b9287be))
* Refactor SubscriptionForm layout for improved readability and maintainability ([f432ba0](f432ba06f9))
* Update API proxy target to use environment variable for improved configurability ([8d514df](8d514dfd8f))
* Update queryKey structure in Purchase and Renewal components for improved order creation ([9559e00](9559e003b7))
* Update Vite configuration to load environment variables for improved API proxy setup ([d36a2c9](d36a2c902b))
### 🐛 Bug Fixes / 问题修复
* Replace tag removal icon with a button for better accessibility and event handling ([3751f64](3751f64f73))
* Uncomment navigation to dashboard for authenticated users ([4d15b2b](4d15b2b6fc))
### 📚 Documentation / 文档更新
* Update default administrator account information and security recommendations in installation guides ([7279275](7279275532))
## [1.2.4](https://github.com/perfect-panel/frontend/compare/v1.2.3...v1.2.4) (2025-12-28)
### 🐛 Bug Fixes / 问题修复
* Add onSuccess callback to Unsubscribe component and conditionally render Renewal component ([7b5367a](7b5367a9a9))
* Remove the system log dialog component from the system version card ([71cb827](71cb827918))
* Update invite link format in auth forms and sidebar to include hash fragment for routing. ([7a8c010](7a8c010295))
### 📚 Documentation / 文档更新
* Add one-click installation script for PPanel with Docker support ([912c5c4](912c5c4cb6))
### 🔧 Chores / 其他变更
* **release:** Release 1.2.4-dev.1 / 发布版本 1.2.4-dev.1 [skip ci] ([62d45bb](62d45bbac1))
- Introduced `install-ppanel.sh` script for automated installation of PPanel using Docker Compose.
- Updated installation documentation to include one-click deployment options and detailed configuration steps.
- Enhanced configuration files for MySQL and Redis with necessary parameters.
- Improved Docker Compose setup with health checks and custom network configurations.
- Added instructions for firewall configuration and reverse proxy setup for production environments.
- Included troubleshooting tips and advanced options for non-interactive installations and proxy environments.
## [1.2.4-dev.1](https://github.com/perfect-panel/frontend/compare/v1.2.3...v1.2.4-dev.1) (2025-12-22)
### 🐛 Bug Fixes / 问题修复
* Add onSuccess callback to Unsubscribe component and conditionally render Renewal component ([7b5367a](7b5367a9a9))
* Remove the system log dialog component from the system version card ([71cb827](71cb827918))
* Update invite link format in auth forms and sidebar to include hash fragment for routing. ([7a8c010](7a8c010295))