Liquid SSH Dashboard v1.1.0
What's new
🌍 Full bilingual UI (中文 / English)
- Complete i18n infrastructure built on
i18next+react-i18nextwith
localStoragepersistence andnavigatorfallback. - 15+ translation namespaces (common, nav, login, dashboard, servers,
terminal, files, monitoring, settings, about, commandPalette,
serverCard, realTerminal, aiHelper, errors) with mirroredzh.tsand
en.tsdictionaries. - One-click language switcher in the top navbar (中 / EN).
- Locale-aware date / time formatting in the About page and the
Monitoring trend charts. - Every page and component now uses a typed
useT()hook — zero
hardcoded user-facing strings remain.
🔧 Engineering
- TypeScript
tsc --noEmitand Vite production build both pass. - The release ships the same feature set as v1.0.0 (real SSH via
ssh2+ WebSocket, SFTP file manager, server load probing, MD3
dark theme) — only the localization layer is new.
How to update
git pull
npm install
npm run dev:all # one-click start (backend + frontend)The v1.1.0 commit is
0a1f37c.
— Liquid Dev