You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix(desktop): recover from stale saved server URLs (#35)
* Fix(desktop): recover from stale saved server URLs
* fix: update changelog for desktop saved server recovery and clean up SourcePreview component
* fix: update changelog for desktop cross-platform builds and clean up imports in lib.rs
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.11.9] — 2026-06-01
9
+
10
+
### Added
11
+
12
+
-**File preview source view** — HTML and Markdown file previews now include a desktop Source toggle next to Download, showing the raw source with a direct copy action.
13
+
14
+
### Fixed
15
+
16
+
-**Desktop saved server recovery** — the Tauri desktop app now opens the bundled connect screen first, validates any saved Placet server before navigating, and shows a clean reconnect panel with retry/change actions when an old or API-only host URL cannot be opened.
17
+
-**Desktop cross-platform builds** — Windows and Linux desktop builds no longer lose the shared URL-validation timeout import behind the macOS-only notification code path.
0 commit comments