github nextai-translator/nextai-translator v0.6.20

4 hours ago

v0.6.20

  • Actually fix the high idle CPU usage on Windows that persisted through 0.6.19 (#1886). Hiding a window in Tauri only hides the OS window — it never tells the WebView2 controller it is hidden, so the renderer of the always-alive Quick Translator and writing-indicator panels kept compositing at full frame rate even while the app sat idle in the tray. The WebView2 controller is now explicitly suspended (SetIsVisible) on every hide, and the two panels are no longer pre-created at startup on Windows.

Don't miss a new nextai-translator release

NewReleases is sending notifications on new releases.