0.25.64
17th May, 2026
P2P Status Pane
- Added active P2P remote selector (combo box) and
+action to create/select a P2P remote from the P2P setup dialogue. - Added per-peer immediate replication action on accepted peers.
- Updated status control icons for clarity:
- Replicate now:
🔄(⏳while running) - Watch:
🔔/🔕 - Sync target:
🔗/⛓️💥
- Replicate now:
- Added a warning state when no active P2P remote is selected.
P2P Status Card
- Added stable Room ID suffix display and placed it above Peer ID for better identification.
Non-behavioural internal changes
P2P
- Added
P2P_ActiveRemoteConfigurationIdas a dedicated active remote selection for P2P features, separate from the normal active remote. - Added activation logic for P2P dedicated remote configuration that reflects P2P settings while keeping
remoteTypeunchanged. - Added migration support to carry over P2P active remote selection when appropriate.
- Added shared Room ID utility functions and applied them across P2P setup and P2P panes.
Tests
- Added/updated unit test coverage around settings load behaviour for P2P active remote application.