Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tarkah committed May 11, 2020
1 parent 4b4611d commit 527a982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grout"
version = "0.2.1"
version = "0.3.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 527a982

Please sign in to comment.