Skip to content

Releases: directvt/vtm

v0.9.6a

18 Oct 15:29
04cb4b5
Compare
Choose a tag to compare

GitHub all current

Changes

  • Make minimized taskbar width adjustable (use Ctrl+LeftDrag)
  • Allow pasting selected text with middle click in terminal (ala PRIMARY selection in X11)

v0.9.6

16 Oct 20:35
970fe7a
Compare
Choose a tag to compare

GitHub all current

Changes

  • Clipboard support on macOS (via pbcopy piping)
  • Fix default config to use only the current module

v0.9.5

16 Oct 11:24
af34a43
Compare
Choose a tag to compare

GitHub all current

Changes

  • Remove worthless demo apps from default config

v0.9.4

15 Oct 18:00
ab4bbb9
Compare
Choose a tag to compare

GitHub all current

Changes

  • Export selection as HTML and RTF (non-windows platforms)
    • ANSI-text: selection exported as ANSI/VT text
    • RTF-style: selection exported as RTF-document in plain UTF-8 text format
    • HTML-code: selection exported as html-code in plain UTF-8 text format

v0.9.3

14 Oct 11:58
35376f0
Compare
Choose a tag to compare

GitHub all current

Changes

  • Win32: Support RTF and HTML clipboard formats on copy
    • ANSI-text: selection exported as RTF-document + ANSI/VT text as plain text
    • RTF-style: selection exported as RTF-document + Plain text
    • HTML-code: selection exported as html-code in "Clipboard HTML Format" + HTML-code as plain text

v0.9.2

06 Oct 17:09
db72282
Compare
Choose a tag to compare

GitHub all current

Changes

  • Terminal
    • Set text selection mode enabled by default
    • Fix mouse scroll blocking in win32 apps

v0.9.1

05 Oct 21:10
de9d2d3
Compare
Choose a tag to compare

GitHub all current

Changes

  • Change configuration file format #234
  • VTM_CONFIG environment variable now specifies config location, not menu items
  • Reasonable config search order
  • Fix win32 daemonization (vtm -d option)

v0.9.0

30 Sep 11:26
4f7e674
Compare
Choose a tag to compare

GitHub all current

v0.9.0

Changes

  • Implement windows console server
  • Fix minor bugs

Closes #95
Closes #236

Related
- microsoft/terminal#8440
- microsoft/terminal#4321
- microsoft/terminal#6538

v0.8.0

02 Aug 21:20
253d039
Compare
Choose a tag to compare

GitHub all current

Changes

  • DirectVT support #225
  • Run applications as standalone processes #148
  • Make it configurable #52

v0.7.6

16 May 20:49
c0ee708
Compare
Choose a tag to compare

GitHub all current

Changes

  • WIP: Run applications in offline mode #148
  • Switchable sysstat overlay (toggle by triple left+right click on main menu)
  • Linux Console PS/2 compatibility mode (mouse/touchpad without wheel)
  • Minor fixes