i3-cycle-focus
Version:
Simulates an alt-tab operation for the i3 window manager. Shifts the mouse cursor position to the center of focus. Cycles visible windows only.
73 lines (43 loc) • 3.05 kB
Markdown
# CHANGELOG
<a name="0.1.4"></a>
## [0.1.4](https://github.com/jpcx/i3-cycle-focus/tree/0.1.4) (2018-08-03)
| __[Changes since 0.1.3](https://github.com/jpcx/i3-cycle-focus/compare/0.1.3...0.1.4)__ | [Release Notes](https://github.com/jpcx/i3-cycle-focus/releases/tag/0.1.4) | [README](https://github.com/jpcx/i3-cycle-focus/tree/0.1.4/README.md) |
| --- | --- | --- |
| [Source Code (zip)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.4.zip) | [Source Code (tar.gz)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.4.tar.gz) |
| --- | --- |
__Bugfixes:__
+ __Errors:__ Error messages were using an old identifier.
+ __CHANGELOG:__ Fixed copypaste link errors.
<a name="0.1.3"></a>
## [0.1.3](https://github.com/jpcx/i3-cycle-focus/tree/0.1.3) (2018-08-03)
| __[Changes since 0.1.2](https://github.com/jpcx/i3-cycle-focus/compare/0.1.2...0.1.3)__ | [Release Notes](https://github.com/jpcx/i3-cycle-focus/releases/tag/0.1.3) | [README](https://github.com/jpcx/i3-cycle-focus/tree/0.1.3/README.md) |
| --- | --- | --- |
| [Source Code (zip)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.3.zip) | [Source Code (tar.gz)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.3.tar.gz) |
| --- | --- |
__Bugfixes:__
+ __JSDoc:__ Re-documented visibleWorkspaces as type Set.
<a name="0.1.2"></a>
## [0.1.2](https://github.com/jpcx/i3-cycle-focus/tree/0.1.2) (2018-08-02)
| __[Changes since 0.1.1](https://github.com/jpcx/i3-cycle-focus/compare/0.1.1...0.1.2)__ | [Release Notes](https://github.com/jpcx/i3-cycle-focus/releases/tag/0.1.2) | [README](https://github.com/jpcx/i3-cycle-focus/tree/0.1.2/README.md) |
| --- | --- | --- |
| [Source Code (zip)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.2.zip) | [Source Code (tar.gz)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.2.tar.gz) |
| --- | --- |
__Bugfixes:__
+ __NPM:__ Updated package-lock.json.
+ __CHANGELOG:__ Fixed incorrect link to 0.4.1
<a name="0.1.1"></a>
## [0.1.1](https://github.com/jpcx/i3-cycle-focus/tree/0.1.1) (2018-08-02)
| __[Changes since 0.1.0](https://github.com/jpcx/i3-cycle-focus/compare/0.1.0...0.1.1)__ | [Release Notes](https://github.com/jpcx/i3-cycle-focus/releases/tag/0.1.1) | [README](https://github.com/jpcx/i3-cycle-focus/tree/0.1.1/README.md) |
| --- | --- | --- |
| [Source Code (zip)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.1.zip) | [Source Code (tar.gz)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.1.tar.gz) |
| --- | --- |
__Bugfixes:__
+ __README:__ Removed faulty testing instructions.
<a name="0.1.0"></a>
## [0.1.0](https://github.com/jpcx/i3-cycle-focus/tree/0.1.0) (2018-08-02)
| [Release Notes](https://github.com/jpcx/i3-cycle-focus/releases/tag/0.1.0) | [README](https://github.com/jpcx/i3-cycle-focus/blob/0.1.0/README.md) |
| --- | --- |
| [Source Code (zip)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.0.zip) | [Source Code (tar.gz)](https://github.com/jpcx/i3-cycle-focus/archive/0.1.0.tar.gz) |
| --- | --- |
__Features:__
+ __i3-cycle-focus:__ Module created.