Skip to content

v4.5.3 - Cleaner feedback panel and Tauri link fixes

Choose a tag to compare

@alex-morgan-o alex-morgan-o released this 31 May 11:12
c8b1426

Why This Matters

oh-my-pr is less noisy and behaves more like a native desktop app. Feedback is now grouped by what needs attention, what is running, and what is done, with detailed comment text available on demand. External links in the Tauri app now open in the system browser or default handler instead of getting trapped in the app webview.

Detailed Changes

  • Fixed Tauri desktop link handling so http(s), mailto, and tel links open through the system default app while same-app links stay inside oh-my-pr. (#170)
  • Made failed or warning Tauri link-open attempts visible in development and support logs instead of failing silently. (#170)
  • Reorganized the dashboard feedback panel into Needs attention, Running, and Done groups so unresolved work is easier to find first. (#171)
  • Replaced full comment bodies in the default feedback view with cleaned previews, while preserving details and manual decisions in expandable rows. (#171)
  • Kept feedback group expansion state scoped to the selected PR and made previews safer for code snippets with angle brackets or escaped HTML. (#171)