Release Notes — v0.6.1
🚀 Highlights
-
Mobile UI Improvements
- Enhanced responsiveness for mobile devices, especially in dashboard layouts.
- UI components such as
<a-col>
now dynamically adjust between desktop and mobile views. - Added mobile detection and window resize event listener to update layout on-the-fly.
-
User Experience
- Improved placement and sizing of UI elements (inputs, buttons, switches) for better usability.
- The filter input for Xray logs now uses localized placeholder text.
- Adjusted search/filter input widths and switch margins for more consistent appearance.
-
Dependency Updates
- Updated several Go module dependencies for improved performance and security:
github.com/xtls/xray-core
bumped to v1.250905.0gorm.io/gorm
bumped to v1.30.3github.com/bytedance/sonic
bumped to v1.14.1github.com/sagernet/sing
bumped to v0.7.7github.com/sagernet/sing-shadowsocks
bumped to v0.2.9github.com/xtls/reality
bumped to latest commit- (and other indirect dependency updates)
- Updated GitHub Actions workflow to use
actions/setup-go@v6
.
- Updated several Go module dependencies for improved performance and security:
🐞 Bug Fixes & Refactor
- Refactored some UI logic to streamline conditional rendering and event handling.
- Improved slot and theme handling for dropdown and menu components.
- Removed unnecessary styles and adjusted default values for better consistency.
🔧 Miscellaneous
- Bumped version in
config/version
from0.6.0
to0.6.1
.
Full diff available: v0.6.0...v0.6.1