Skip to content

Tags: tarkah/grout

Tags

v0.7.0

Toggle v0.7.0's commit message
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.

v0.6.1

Toggle v0.6.1's commit message
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

v0.6.0

Toggle v0.6.0's commit message
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.

v0.5.1

Toggle v0.5.1's commit message
Bump to version 0.5.1

Bug Fix

- Fixed bug where quick resize wasn't working since 0.5.0

v0.5.0

Toggle v0.5.0's commit message
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

v0.4.1

Toggle v0.4.1's commit message
Bump to version 0.4.1

- Fix bug to respect quick_resize option when monitor is changed

v0.4.0

Toggle v0.4.0's commit message
Bump to version 0.4.0

Feature changes

- Added multi-monitor support. Layout for each monitor will be
remembered.

v0.3.0

Toggle v0.3.0's commit message
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)

v0.2.1

Toggle v0.2.1's commit message
Bump to version 0.2.1

- Added grid persistence if program is shut down

v0.2.0

Toggle v0.2.0's commit message
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