Releases: luckjiawei/frpc-desktop
1.2.4
New Features 🎉
-
🔍 Added CPU and RAM system resource usage monitoring
-
♻️ Redesigned the log interface, supporting application log preview and keyword filtering #61
-
⚡️ Synchronized log levels with application settings to improve logging performance
-
🇨🇳 Added mirror repository: https://gitcode.com/luckjiawei/frpc-desktop
-
⬆️ Upgraded dependencies to enhance overall experience
Bug Fixes 🐛
-
🚑 Fixed errors caused by uninitialized webContent during app startup in certain scenarios
-
🐛 Fixed issue where frpc status could not be correctly retrieved after abnormal exit on Windows #108 #114
-
🐛 Fixed issue where IP was always set to 127.0.0.1 in scope port mode configuration #116
-
🐛 Fixed failures when importing TOML configuration files #87 #95 #89
-
✨ Fixed startup hang caused by web port conflicts
1.2.3
Update Highlights ✨
New Features 🎉
- 🚀 Synchronized Upstream FRP Version Update: Upgraded the embedded FRP core to version 0.64.0, enabling support for importing configurations from this latest FRP version. #99
- ✨ Support for Proxy Protocol: Added support for proxy protocols. #98
Bug Fixes 🐛
- 🐛 Startup Failure Fix: Resolved an error that occurred when the FRP version was not specified or the version did not exist, ensuring smooth application startup.
- ⚡️ Fixed Memory Leak Issue: Addressed a potential memory leak caused by the logging system, improving overall application stability and performance. #85 #96
- 🐛 Log Display Issue Fixed: Fixed a problem where logs were not being displayed properly, restoring complete and accurate logging functionality. #103
1.2.2
Update Highlights ✨
New Features 🎉
- 🌐 HTTP Protocol Support for Locations Configuration: Enhanced configuration options for HTTP protocol, allowing for more flexible URL routing. #81
- 🚀 Synchronized Upstream FRP Version Update: The current version has been updated to 0.62.0, supporting configuration import from this version.
- 🔄 Modified Language Switch Logic: The language switch will now be saved automatically without the need to click the save button, improving user experience. #86
Bug Fixes 🐛
- 🌐 i18n Improvements: Further enhancements to internationalization support, providing a better multi-language experience.
- ⚡️ Fixed Memory Leak Issue: Resolved a potential memory leak caused by logging, improving application stability and performance. #85
1.2.1
✨ Update Highlights
New Features
- 🌐 i18n Support: Now supports the English language!
- 🎨 Unified List Style: Improved overall consistency and aesthetics of the interface.
- 🔄 Upstream frp Update: Now supports importing version 0.61.2. #82
Bug Fixes
- 🐛 Bug Fix: Resolved the issue of frp subprocess not stopping after exit, enhancing stability. #80
1.2.0
🚨 WARNING
⚠️ Major codebase restructuring and data structure changes; old version data cannot be used directly.⚠️ Discontinued support for ini configuration files.⚠️ Discontinued support for versions below v0.52.0.⚠️ Old-version-generated frpc://... links are incompatible with v1.2.0.
✨ Update Highlights
New Features
- 🏗️ Comprehensive codebase restructuring to improve system stability.
- ✨ Added configuration options: useEncryption, useCompression (#54).
- 💄 Minor UI styling adjustments.
- 🔒 Encrypted naming for sub-processes to prevent false detection by antivirus software.