What's Changed
This release adds localized country/continent names for BT peer geolocation and unifies all tooltip behavior across the application.
✨ New Features
- Localized peer geolocation — BT peer country and continent names now display in the user's current language (supports de, en, es, fr, ja, pt-BR, ru, zh-CN), with automatic English fallback for unsupported locales
🛠 Improvements
- Unified tooltip system — Migrated all native HTML
titletooltips to the project'sMTooltipcomponent for consistent 500ms delay across the entire app (task names, version badges in About panel and Preferences) - Simplified MTooltip — Removed the global cooldown/reshow state machine that caused instant-show bugs inside modals; tooltips now use a fixed, predictable delay
🐛 Bug Fixes
- Fixed About panel tooltips appearing instantly (0ms) due to
NTooltipemitting falseupdate:showevents on mount insideNModal - Fixed
v-if/v-elsecompilation errors when wrapping conditional elements withMTooltip
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|