π Release v25.8.3 (2025-08-19)
β¨ Features
- Backend: Implement WebSocket-based SSH terminal interface (30bfb96)
- UI: Add web SSH functionality to workstation (05da77d)
- UI: Record page path when user logs out (8d0a864)
- UI: Update form tips in asset editing (9367ada)
- Deploy: Add development environment startup script (165572c)
- Deploy: Add password management scripts with setup and migration tools #75 (61150a5)
π Bug Fixes
- Backend: Resolve table display issues (eef43e6)
- Backend: Resolve exit command delay (c221dbf)
- Backend: Fix storage service initialization (dbb804a)
- Backend: Properly shutdown SSH server on SIGINT/SIGTERM (d0046d2)
- Deploy: Add cross-platform sed compatibility for macOS and Linux (38fa72f)
- Deploy: Fix start_frontend_dev error (f45fd3f)
π Documentation
- Docs: Update DEV_README (76a224b)
- Docs: Update README installation instructions to include setup.sh script (696e715)
π₯ Installation & Upgrade
cd oneterm
git pull origin main
cd deploy
docker compose down && docker compose up -d