You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to version 0.7.0
New Feature
- Add ability to toggle window state via hotkey. Window will resize to
entire grid dimensions and back to original dimensions.
`hotkey_maximize_toggle` can be defined in the config file to enable
this feature.
Bump to version 0.6.1
Bug Fixes
- Fixed bug where maximized windows, mainly Electron based apps, weren't
getting resized correctly.
Internal
- Implment macro for utf-16 string conversion
- Add error window when incorrect hotkey value is used
Bump to version 0.6.0
New Features
- Added configurable profiles. F1 - F6 can be used to toggle between
saved profiles. F1 is the default profile loaded when program is first
started.
Bump to version 0.5.0
New Features
- Add option to enable startup on launch to system tray icon
Bug Fixes
- Fix bug where correct monitor layout doesn't come up after grid
brought up for 2nd or more times
Bump to version 0.3.0
New features
- Hotkey configuration added to config file. Valid modifiers are CTRL,
ALT, SHIFT, WIN.
- Quick resize hotkey can be specified in config file
`hotkey_quick_resize`. Hotkey will activate grid for a quick resize. Grid
will automatically close after resize operation.
- Grid will remember previously focused window on launch
- Added ability to click-drag-release for resize operations. Instead of
using shift, you can click, drag mouse across the grid, and release to
resize to the selected zone(s)
Bump to version 0.2.0
Feature Changes
- Added a config file, located at `%APPDATA%\grout\config.yml`
- Added a system tray icon. App can be closed from here, config can also
be opened from here.
Bug Fix
- Fixed memory leak causing the grid to become unresponsive after too
many tiles / updates