Releases: perfect-panel/frontend
Releases · perfect-panel/frontend
v1.3.3
v1.3.2
v1.3.1
1.3.1 (2025-12-29)
🐛 Bug Fixes / 问题修复
v1.3.0
1.3.0 (2025-12-29)
✨ Features / 新功能
- Add original price display option and enhance inventory messages in subscription components (543a7b9)
- Added localized support for user subscription and deletion status, and optimized the subscription form and user interface. (9f95cec)
- Added reset and pause subscription functionality, and updated the status display. (bc451ee)
- Added the option to restore subscription, and updated the relevant description and confirmation information. (5f5c339)
- Enhance DatePicker component with clear button and improved value handling (b27b928)
- Refactor SubscriptionForm layout for improved readability and maintainability (f432ba0)
- Update API proxy target to use environment variable for improved configurability (8d514df)
- Update queryKey structure in Purchase and Renewal components for improved order creation (9559e00)
- Update Vite configuration to load environment variables for improved API proxy setup (d36a2c9)
🐛 Bug Fixes / 问题修复
- Replace tag removal icon with a button for better accessibility and event handling (3751f64)
- Uncomment navigation to dashboard for authenticated users (4d15b2b)
📚 Documentation / 文档更新
- Update default administrator account information and security recommendations in installation guides (7279275)
v1.2.4
1.2.4 (2025-12-28)
🐛 Bug Fixes / 问题修复
- Add onSuccess callback to Unsubscribe component and conditionally render Renewal component (7b5367a)
- Remove the system log dialog component from the system version card (71cb827)
- Update invite link format in auth forms and sidebar to include hash fragment for routing. (7a8c010)
📚 Documentation / 文档更新
- Add one-click installation script for PPanel with Docker support (912c5c4)
🔧 Chores / 其他变更
- release: Release 1.2.4-dev.1 / 发布版本 1.2.4-dev.1 [skip ci] (62d45bb)
v1.2.4-dev.1
1.2.4-dev.1 (2025-12-22)
🐛 Bug Fixes / 问题修复
v1.2.3
1.2.3 (2025-12-16)
🐛 Bug Fixes / 问题修复
- add success message for sorting in subscription table and update device limit terminology to "IP限制" for consistency (d22919b)
- Add the VITE_SHOW_LANDING_PAGE configuration to control the landing page display logic. (a8a3d18)
- Added a scroll wheel event handler to improve the scrolling experience of the combo box option list. (7648175)
- comment out favicon links in admin and user HTML files for clarity; update icon type to support all image formats in route files (033af5c)
- enhance logout functionality to support hash-based routing and improve redirect logic (69a89e0)
- update device limit terminology to "IP Limit" for consistency in English and Chinese locales (4b868b0)
- update email validation to use z.email for consistency in login and reset forms (11a0df6)
- Update the import path and use empty spaces in the composite component to maintain consistency. (25d95c7)
- update user agent placeholders in subscription configuration for consistency (7f06f76)
v1.2.2
1.2.2 (2025-12-16)
🐛 Bug Fixes / 问题修复
- add skipErrorHandler option to getModuleConfig for improved error handling (3a37e74)
- replace anchor tags with Link components for improved routing in user subscription and footer (227e922)
- update color variables for improved theme consistency in globals.css (b559613)
- update LoadingBar color to primary for better visibility in navigation progress (46cbdea)
- update logout redirection URL to use hash-based routing (6ca8109)
♻️ Code Refactoring / 代码重构
- update Docker image references from ghcr.io to ppanel for backend setup in documentation (c76a09c)
v1.2.1
1.2.1 (2025-12-12)
🐛 Bug Fixes / 问题修复
- add error handling skip option for server and web version checks (cc41deb)
- replace window.location with navigate for payment redirection in recharge, renewal, and reset-traffic components (3862007)
- update API prefix handling to ensure compatibility with undefined VITE_API_PREFIX (3920c6f)
📚 Documentation / 文档更新
- fix teek theme (5ee56f8)