Skip to content

v0.1.47

Choose a tag to compare

@fbobe321 fbobe321 released this 02 Jul 20:16

OmniTerm v0.1.47

Drag to reorder tabs

Terminal tabs are now movable - drag them along the tab bar to reorder.

Typing flicker (stronger fix)

The terminal now uses the WebGL GPU renderer (falling back to canvas, then DOM). This should eliminate the remaining per-keystroke flicker that the canvas renderer didn't fully fix inside Qt WebEngine.

Layouts: auto-capture conda env

Save Current Layout now queries each shell (via an invisible OSC marker) for its current directory and active conda environment, pre-filling each terminal's init as cd <path> && conda activate <env>. Still fully editable before saving.

Upgrade

python -m pip install --upgrade --no-cache-dir omniterm