Skip to content

Syncdrome 2.1.0 Release for Windows

Latest

Choose a tag to compare

@alexwing alexwing released this 16 May 18:25

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