Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Releases: CWSpear/hyperterm-visor

pre-neo-1

21 Apr 01:01
Compare
Choose a tag to compare
pre-neo-1 Pre-release
Pre-release

Doh! Forgot to update links for notifications about deprecations.

pre-neo-0

21 Apr 00:57
Compare
Choose a tag to compare
pre-neo-0 Pre-release
Pre-release

Flesh out the bounds options. Instead of position, we're deprecating that in favor of anchor, which will work better in tandem with width and height. See docs for full details.

Also other tweaks and enhancements, such as moving to anchor and setting size on start up and more anchor options.

duck-dock

21 Apr 00:41
Compare
Choose a tag to compare

The Dock can now duck out of sight!

That is, if you add a hideDock option, the Hyper icon in the dock will disappear.

Thanks to @dcalhoun for the PR!

fullscreen-full-consideration

20 Apr 22:11
Compare
Choose a tag to compare

Don't minimize the window if you've got it at fullscreen.

Thanks to @dcalhoun for the PR!

snoozing-without-losing

20 Apr 21:49
Compare
Choose a tag to compare

Switched to using a library dedicated to registering global shortcuts for hyper terminal plugins. Appears to help fix an issue where the hotkey wouldn't work after waking up from sleep.

Special thanks to @philwade for the PR and the others in #15 that helped discuss and test.

return-to-dust

03 Apr 18:06
Compare
Choose a tag to compare

When using the hotkey to hide the app, it will attempt to return to the app that last had focus.

Caveat: On a Mac, it will trigger a hide event, which hides all the Hyper windows and subsequently returns focus to the last app that had focus.

window-dedication

03 Apr 17:22
Compare
Choose a tag to compare

This makes it so there is a dedicated Visor Window. When you start Hyper, the first window becomes the dedicated Visor Window. If you create another window, it does not become the Visor Window. If you close your Visor Window, the next time you execute your hot key, a new window is created and that becomes your Visor Window.