Skip to content

Releases: directvt/vtm

v0.9.99.30

24 Oct 09:57
30b70e6
Compare
Choose a tag to compare

GitHub all current

Changes

  • Add hardcoded hotkeys to scroll terminal viewport.
Hotkey Action
Shift+PageUp Scroll one page up.
Shift+PageDown Scroll one page down.
Shift+ArrowUp Scroll one line up.
Shift+ArrowDown Scroll one line down.
Shift+Ctrl+ArrowLeft Scroll one page to the left.
Shift+Ctrl+ArrowRight Scroll one page to the right.
Shift+ArrowLeft Scroll one cell to the left.
Shift+ArrowRight Scroll one cell to the right.
Shift+Home Scroll to the scrollback top.
Shift+End Scroll to the scrollback bottom (reset viewport position).

v0.9.99.29

23 Oct 17:53
e3ab71e
Compare
Choose a tag to compare

GitHub all current

Changes

  • Respect DECCKM mode when synthesizing alternate scrolling.
    Test. Use mouse wheel to scroll the following.
    bash:
    man man | less
    

v0.9.99.28

23 Oct 09:37
ecf205d
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix annoyingly broken mouse text selection in GUI mode.

It looked like this:

pwsh.2024-10-23.15-20-03.mp4

v0.9.99.27

21 Oct 14:05
0e220d9
Compare
Choose a tag to compare

GitHub all current

Changes

v0.9.99.26

20 Oct 17:42
9868cf6
Compare
Choose a tag to compare

GitHub all current

Changes

  • Slightly improve vt-parsing performance.
  • Implement OSC 4/10/11/12 color requests.
    command-line:
    printf "\e]4;1;?\a"

v0.9.99.25

19 Oct 00:32
6768e50
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix deadlock while syncing config access. Regression from c82911a.

v0.9.99.24

18 Oct 09:24
55ee737
Compare
Choose a tag to compare

GitHub all current

  • Provide PDB files for Windows release builds (vtm_pdb_windows_*.zip).

v0.9.99.23

16 Oct 16:54
ebb175b
Compare
Choose a tag to compare

GitHub all current

Changes

v0.9.99.22

15 Oct 14:22
2cf564b
Compare
Choose a tag to compare

GitHub all current

Changes

  • Try to fix clipboard locking on Windows, #650

v0.9.99.21

03 Oct 15:33
4c7bee5
Compare
Choose a tag to compare

GitHub all current

Changes

  • Add vtm to Windows shell context menu when installing via vtm --install.
    image