Skip to content

Releases: directvt/vtm

v0.9.6k

01 Dec 09:27
99442c7
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix VS2019 complaints #284
  • Fix mouse scroll wheel for linux console
  • Rewrite events processing (fix mouse related bugs)

v0.9.6j

18 Nov 12:10
c5c364b
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix the focus selection using Tile's pane list
  • Fix focus reset when maximizing panel in Tile

v0.9.6h

16 Nov 14:27
a193aef
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix spurious mouse clicks when dragging a DirectVT app
  • Remove deprecated native mode in favor of DirectVT
  • Fix window menu scrollbar
  • Fix applying app settings on startup in Tile
  • Do not touch terminal window title in standalone mode
  • Fix resetting the currently selected app to the previous one when launching Tile

v0.9.6i

14 Nov 15:04
65d0889
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix deadlock if invalid shell specified (win32)
  • Auto hide window menu by default

v0.9.6g

12 Nov 17:37
c1e6ff6
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix crash while pasting multiline data in cmd.exe #274
  • Disable item's animated highlighting (can be activated via settings.xml)
  • Enable autohide built-in terminal window menu (can be pinned via settings.xml)

v0.9.6f

06 Nov 15:40
cec8d83
Compare
Choose a tag to compare

GitHub all current

Changes

  • Auto hide window menu configuration option #270
       <config><term>
          <menu>
              <autohide=true/>
          </menu>
       </term></config>
  • Fader config option
      <config>
        <appearance>
            <defaults>
                <fader duration=150ms fast=0ms />
            </defaults>
        </appearance>
      </config>

v0.9.6e

03 Nov 23:35
2065f91
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix GetConsoleWindow windows console API fake window handle reply, #268
  • Increase horizontal scrollbar contrast, #261

v0.9.6d

03 Nov 10:18
ff80715
Compare
Choose a tag to compare

GitHub all current

Changes

  • Add clipboard buffer preview toggle, #266

v0.9.6c

02 Nov 17:58
ca3bc5f
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix RTF copy/pasting for MS Word, #264

v0.9.6b

29 Oct 20:50
bd20346
Compare
Choose a tag to compare

GitHub all current

Intermediate build to keep up-to-date.
Work on #234 is not finished yet.