Version 2.0.9
Latest- Fixed: SMB connections to local network servers with guest access now work. Previously the connection silently failed with a generic "Unknown error" because the framework was never told to authenticate as guest.
- New: "Connect as guest" checkbox on the network-share form. Ticking it disables the user/password fields and forces guest authentication. The flag is persisted in the connection record.
- New: "Browse…" button next to the Share field. It opens the system share picker for the entered server, lets you choose a share, and writes the chosen name back into the form.
- Improved: All NetFS connection errors are now reported as localized human-readable messages (e.g. "No shares are available for this user on this server.", "Server does not allow guest connections.") with the underlying error code shown in parentheses for support.
- Improved: The Validate button now shows an explicit success or failure alert in addition to the small status indicator, so the result is impossible to miss.
- Improved: Saved connections with stray slashes in the share name (e.g. `smb://host//`) are normalised to canonical `smb://host/share` paths everywhere — display, mount URL, and on save.
- Improved: Network-share form lets you save a connection without entering a share name. When you connect, the system share picker is shown automatically and the chosen share is mounted.
- Russian localization added for all new strings (Connect as guest, Browse…, Validate alerts, NetFS error messages).