Version 7.0.4 build 331 du 25/04/2026-
Nouveautés et corrections du logiciel FrostWire 7.0.4 build 331 pour Windows
Version 7.0.3 build 330 du 28/03/2026- New : I2P Integration: Added the foundational configuration infrastructure for I2P, including a dedicated UI settings panel and registration within the options dialog.
- New : JDK 26: Updated to JDK 26 bundled runtime.
- New : Telluride Build 44: Latest Telluride Video Downloader improvements.
- Fixed : Memory Leak Prevention: Implemented bounds on previously unbounded image and icon caches to stop excessive memory consumption.
- Fixed : Crash Fix: Resolved a specific crash that occurred when users pasted non-video URLs into the search bar.
- Fixed : Search Logic: Fixed the "Search Tools" filter and overhauled the logic to ensure all search filters now work independently and accurately.
- Fixed : I2P Configuration: Fixed I2PPaneItem return value for applyOptions to ensure settings are saved correctly.
- UI/UX Refinements : Speed Accuracy: Fixed a calculation error in the Peers Tab; download/upload speeds are now correctly converted from bytes/s to KB/s for easier reading.
Version 7.0.2 build 329 du 30/12/2025- Fixes bug where seed counts disappeared from torrent search results wrapped in FileSearchResultUIWrapper.
- Improves search result sorting prioritizing keywords, then seeds/popularity and avoiding irrelevant results on top.
- Add VPN-Drop protection checkbox to status bar for quick toggle of BitTorrent pause when VPN is disconnected.
- VPN-Drop protection setting changes and dialog dismissals now properly update status bar checkbox state.
- Extract VPN-Drop protection logic to VPNDropGuard.applyVPNDropProtection() to avoid code duplication.
- Cache VPN status in VPNDropGuard to avoid expensive VPNs.isVPNActive() system calls on setting changes.
- All VPN-Drop protection operations use BackgroundQueuedExecutor to prevent EDT blocking.
- VPN-Drop protection checkbox now compact with smaller font and clickable "VPN" link to info page.
- Add VPN-Drop protection check when starting new torrent transfers from search results (button, context menu, and batch download).
- Ensure VPN-Drop guard dialog appears when attempting to start new torrent transfers without active VPN.
- Add VPN-Drop protection check when opening torrent files (.torrent files and magnet links from pasted URLs).
- Fix: VPN-Drop guard dialog now properly appears when attempting to download torrents from search results.
- Compact UI layout: VPN status indicator and VPN-Drop protection checkbox now use minimal spacing for cleaner appearance.