Skip to content

Releases: tarkah/grout

v0.7.0

20 May 00:08
Compare
Choose a tag to compare

New Feature

  • Add ability to toggle window state via hotkey. Window will maximize 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

18 May 16:29
Compare
Choose a tag to compare

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

13 May 19:32
Compare
Choose a tag to compare

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

12 May 15:42
Compare
Choose a tag to compare

Bug Fix

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

v0.5.0

12 May 01:21
Compare
Choose a tag to compare

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

11 May 20:41
Compare
Choose a tag to compare

Bug Fix

  • Respect quick_resize option when monitor is changed

v0.4.0

11 May 20:33
Compare
Choose a tag to compare

Breaking change: Remembered layout will be reset to support multi-monitor feature addition. Layouts will now be remembered per monitor.

New features

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

v0.3.0

11 May 17:41
Compare
Choose a tag to compare

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

08 May 23:13
Compare
Choose a tag to compare

New Features

  • Added grid persistence if program is shut down

v0.2.0

08 May 22:15
Compare
Choose a tag to compare

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