| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| syncdrome_2_1_0_win_standalone.zip | 2026-05-16 | 6.3 MB | |
| syncdrome_2.1.0_x64_en-US.msi | 2026-05-16 | 6.9 MB | |
| README.md | 2026-05-16 | 1.2 kB | |
| Syncdrome 2.1.0 Release for Windows source code.tar.gz | 2026-05-16 | 2.4 MB | |
| Syncdrome 2.1.0 Release for Windows source code.zip | 2026-05-16 | 2.5 MB | |
| Totals: 5 Items | 18.1 MB | 0 | |
Syncdrome 2.1.0 is a major feature update that brings internationalization, theming support, and a significant modernization of the entire stack.
What's new
- Internationalization (i18n) - The UI is now available in English, Spanish, French and German. The selected language is persisted in config.json.
- Light / Dark theme - Added a full light/dark theme toggle with persistence via config.json and dark-mode style fixes across all views.
- About changelog - The changelog now displays only the commit title, with git trailers stripped.
Dependency & tooling upgrades
- React 19, react-router-dom 7, react-markdown 10
- Vite 8, plugin-react 6, TypeScript 6, classnames 2.5
- Bumped Tauri, Bootstrap and react-bootstrap to latest in-range versions
- Vendored the react-windows-ui components and dropped the external dependency
- Replaced lazy_static with std::sync::LazyLock on the Rust side
- Slimmed Tokio features; removed unused tokio-macros and dead front-end dependencies
Bug fixes
- Fixed charset errors when reading file names from synchronized drives.
Full changelog: https://github.com/alexwing/Syncdrome/commits/v2.1.0