Releases: tarkah/grout
Releases · tarkah/grout
v0.7.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.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. This is disabled by default in the config file, un-comment to activate it. - 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)
v0.2.1
v0.2.0
Feature Changes
- Added a config file, located at
%APPDATA%\grout\config.yml
. Padding and margins can be customized! - 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