Changed
- Updated frontend and Rust dependency patch releases, including Zustand, KaTeX, Radix Switch, TanStack Virtual, React, chrono, and uuid.
- Aligned react and react-dom versions so the frontend runtime and tests use a consistent React 19.2.7 pair.
Fixed
- Fixed frontend test mocks for new SSH connection upstream proxy resolution.
- Updated connection flow assertions to match the current upstream proxy argument shape.
Notes
- This is a maintenance release after dependency updates. No user data migration is required.
📦 Installation Tips / 安装提示
macOS
Downloaded .dmg files are quarantined by Gatekeeper. Run in Terminal:
下载的 .dmg 文件会被 Gatekeeper 隔离,请在终端执行:
xattr -cr ~/Downloads/OxideTerm_*.dmg
or after install / 或安装后
xattr -cr /Applications/OxideTerm.app
Windows
If SmartScreen warns, click More info → Run anyway.
若 SmartScreen 弹出警告,点击 更多信息 → 仍要运行。
Linux
AppImage
chmod +x OxideTerm_*linux.AppImage && ./OxideTerm_linux*.AppImage
Debian/Ubuntu
sudo dpkg -i OxideTerm_*linux*.deb && sudo apt-get install -f
Documentation · Report Issues · Changelog