Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: tmandry/glide

v0.2.13

07 Jun 01:59
@github-actions github-actions
20434eb
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

After a short hiatus, we're back with the next release of Glide. This release brings better performance, robustness, and a few new commands.

Features

This release adds three new commands you can bind to keys:

  • focus_next and focus_prev for cycling between windows in the current layout (#183) (479f270)
  • exec_cmd keybind for running arbitrary commands (af7878c)

Performance Improvements

Animations are now much more responsive. Some apps are slow to animate their windows, which can lead to a backlog of frames; this has been solved by always skipping to the latest frame. Additionally, animations no longer queue up behind each other, instead starting immediately.

  • Skip stale animation frames when an app is slow to respond (94fba24)
  • Run layout animations asynchronously (2f5ebae)

Improvements and Bug Fixes

Support for windows spanning multiple spaces was improved. These are no longer allowed to disturb the layout window ordering.

  • Surface reordered top-layer windows on space change (3b8cb41)
  • Fix a bug where windows moved between screens sometimes had the wrong size (644e473)
Assets 4
Loading
42willow reacted with heart emoji
1 person reacted

v0.2.12

23 Mar 06:04
@github-actions github-actions
2893bcf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Bug Fixes

  • Fix an issue where focus-follows-mouse would sometimes focus windows underneath the current tab (2b1360f)
  • Fix an issue where Firefox windows and some others would not move correctly, or would animate even when animations were disabled (6f70a2d)
  • Don't manage Firefox picture-in-picture windows (adaad2f)
  • Emacs Mac windows should now be correctly managed (#162) (eb3bf6a)

Experimental Features

Documentation

  • Clarify keycodes are independent of keyboard layout (02bdb13)
Loading
4p3rtur3 reacted with thumbs up emoji 4p3rtur3, jesse-c, and XavierChevalier reacted with hooray emoji 4p3rtur3 reacted with heart emoji 4p3rtur3 reacted with rocket emoji
3 people reacted

v0.2.11

19 Feb 05:28
@github-actions github-actions
3cdc15c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Bug Fixes

  • config: ~/.config/glide/config.toml is now correctly found (ce2ad5e)

Documentation

  • development: Add ARCHITECTURE.md (d0560d3)
Loading

v0.2.10

17 Feb 11:13
@github-actions github-actions

Choose a tag to compare

Bug Fixes

  • Jetbrains IDE windows are now correctly managed (#144).

Documentation

Loading
4p3rtur3 and Nelfimov reacted with thumbs up emoji 4p3rtur3 reacted with hooray emoji 4p3rtur3 reacted with heart emoji 4p3rtur3 reacted with rocket emoji
2 people reacted

v0.2.9

03 Feb 05:37
@github-actions github-actions
7a23bb8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

This release adds the ability to add key bindings to the default set instead of replacing it. Note that this may become the default in the future.

You can also set any default key binding to "disable" to disable it.

[settings]
default_keys = true
[keys]
# Use ⎇- for horizontal split instead of ⎇=
"Alt + Minus" = { split = "vertical" }
"Alt + Equal" = "disable"

Features

  • config: Add settings.default_keys to include default key bindings (945cd42)
  • config: Disable default key bindings by setting to "disable" (a454cbc)

Bug Fixes

  • config: Fix server crash on glide config update (6e1ca5c)

Improvements

  • config: Change preferred config path to ~/.config/glide/glide.toml (#108) (4c8e94e)
Loading
4p3rtur3 reacted with thumbs up emoji 4p3rtur3 reacted with hooray emoji 4p3rtur3 reacted with heart emoji lungarella-raffaele and 4p3rtur3 reacted with rocket emoji
2 people reacted

v0.2.8

26 Jan 05:07
@github-actions github-actions
369cf8e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Features

  • spaces: Integrate with mission control (23619b3). Glide now updates its layouts correctly after using Mission Control to rearrange windows between spaces.

Bug Fixes

  • Don't cover floating windows with group bars (3b90450)
  • restore: Remove terminated app windows from layout (#115) (4334945)

Improvements

  • status: Add Glide version number to status menu (756cd0e)
Loading

v0.2.7

24 Jan 20:56
@github-actions github-actions

Choose a tag to compare

Features

  • Enable status icon by default (0e7eb7d)
  • layout: add resize window command (#102) (e7f0492)
  • statusbar: Add enable/disable and docs items (#96) (6823bda)

Bug Fixes

  • group_bars: Hide bars when Glide stops managing the space (#111) (3fe9c32)
  • mouse: Disable mouse_hides_on_focus if mouse_follows_focus is disabled (7150ba5)
  • mouse: Hopefully fix a bug where the mouse cursor became invisible (b21c5a0)
Loading

v0.2.6

16 Jan 07:44
@github-actions github-actions
abcef96
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Bug Fixes

  • cli: Don't require server for glide config verify (96c80cc)
  • cli: Report key parsing errors without panicking (0f7c809)
  • Don't panic on show_timing command (999dcdf)

Improvements

  • config: Remove useless developer commands from default config (dcb9053)

Experimental Features

  • status_icon: Disable color by default (266f74e)
  • status_icon: space_index config now enables the space number (3c01d93)
  • status_icon: Add menubar menu with initial quit (#88) (d6b1874)
Loading

v0.2.5

13 Jan 08:07
@github-actions github-actions
9609c95
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Features

  • cli: Add --restore option to glide launch (b5cb685)
  • cli: Add service install/uninstall commands (1663481)
  • cli: Add --config flag for custom config path support (#79) (24f132b)

Bug Fixes

  • layout: Ensure fullscreen windows respect outer_gap configuration (#80) (54af546)

Improvements

  • cli: Add help text for config subcommands (bb3a1a4)

Developer Tools

  • Add app run devtool command to run the app actor (f6d4f14)
  • Make exec_cmd warning more precise (e57a86b)

New Contributors

Contributors

y3owk1n
Loading

v0.2.4

12 Jan 02:56
@github-actions github-actions

Choose a tag to compare

Bug Fixes

  • cli: Ensure glide launch works behind a symlink (7cd9d3e)

Improvements

  • cli: Add --version flag (f56a946)
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /