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
In-app updater — Abundio now checks for and installs updates automatically via the Tauri updater, with releases delivered through
GitHub Releases. No more manual re-downloads. (#100)
🐛 Bug Fixes
Linux
Fixed terminal stuck on "busy" at an idle prompt. The bash shell-integration hooks now use a bash-preexec–style approach and append the
precmd hook last, so a pre-existing (scalar or bash 5.1+ array) PROMPT_COMMAND no longer triggers a spurious command_start that left
panes perpetually busy. (#101)
Fixed right-click paste reading nothing. Terminal copy/paste now routes through the Tauri clipboard-manager plugin (native clipboard
APIs) instead of navigator.clipboard, which WebKitGTK blocks inside the webview. (#101)
Added terminal copy/paste keyboard shortcuts — Ctrl+Shift+C / Ctrl+Shift+V on Linux & Windows (previously paste was context-menu
only). (#101)
Windows
Fixed right-click pasting the clipboard straight into the terminal. xterm.js's native context-menu handler was dumping clipboard
contents into the PTY on a plain right-click in WebView2. The app's context-menu handler now intercepts the event in the capture phase so
xterm never sees it — Abundio's own context menu and clipboard routing are used instead. (#102)
UI
Fixed the "getting started" empty-state text overflowing onto adjacent panels when the center content area is narrow (e.g. wide
workspace + right sidebars). The text is now clipped and padded within its own column. (#103)