Skip to content

Releases: flyingpie/windows-terminal-quake

v1.0

27 Dec 04:16
db63a0c
Compare
Choose a tag to compare

Features

  • #49 Add scoop support (thanks to Deliganli)
  • #38 Show version in tray (thanks to vertti)
  • #42 Add option to start hidden (thanks to dfyx)
  • #43 Add option to select monitor (thanks to dfyx)
  • #50 Configurable animation frame time (thanks to rmobis)

Bugfixes

  • #36, #37, #46 Doesn't work from a folder with spaces in the name (thanks to aaronasmith, dangoodman and shrddr)
  • #39 Start wt.exe with UseShellExecute=false to enable loading of settings (thanks to timepigeon)
  • #45 Occasional NullReferenceException when toggling terminal (thanks to tdy)

TODO: Update docs

  • Start Hidden
  • PreferMonitor
  • MonitorIndex
  • ToggleAnimationFrameTimeMs

v0.11

14 Oct 19:27
34f35f4
Compare
Choose a tag to compare
  • Always on top
  • Settings loader bugfix

v0.10

10 Oct 13:48
Compare
Choose a tag to compare
  • "HorizontalAlign" setting, "Center", "Left" or "Right.
  • "VerticalOffset" setting, pushes the terminal below the top of the screen, for top-screen taskbars and such.

v0.9

23 Sep 17:26
Compare
Choose a tag to compare
  • Bugfix "Sequence contains no elements" on startup (attempt 2)

Thanks to @webbertakken

v0.8

08 Sep 21:47
6b56768
Compare
Choose a tag to compare

Weird double process bugfix.

By @webbertakken

v0.7

07 Sep 15:25
84f9d34
Compare
Choose a tag to compare

Bugfix - Cannot disable default hotkeys (#15)

v0.6

06 Sep 00:41
Compare
Choose a tag to compare

Hide on focus lost.

v0.5

19 Aug 23:26
6cd8865
Compare
Choose a tag to compare

Transparency

image

Horizontal Coverage

image

Version 0.4

16 Aug 18:30
Compare
Choose a tag to compare

#9 PR: Settings
#7 Issue: Config

Settings file can be in one of the following locations (in order, first found is used):

  • C:\Users<username>\windows-terminal-quake.json
  • <windows-terminal-quake.exe directory>\windows-terminal-quake.json

The download contains a settings file with defaults.

These settings are available:

Hotkeys

  • One modifier (control. alt, etc.)
  • Key (Q, OemTilde, etc.)
  • Can be multiple, see settings file for examples and available keys & modifiers.

Notifications

  • Bottom-right notifications when the app is started and when settings are reloaded

ToggleDurationMs

  • How long the toggle animation takes, in milliseconds. 0 turns off the animation and makes it instant.

VerticalScreenCoverage

  • How far the terminal should come down, in percentage (eg. 50 = half way, 100 = full screen)

App icon

  • The exe now has a proper icon

Single exe

  • Merged dlls into a single exe

Version 0.3

02 Sep 12:49
6d62a5d
Compare
Choose a tag to compare

PR #2
PR #3