Releases: NickHastings/riverwm-utils
Numbers not words
-
Breaking change with new feature
The keyword argumentsnext
andprevious
have been replaced by integers1
and-1
.
Multiple tags can also be cycled by using integers with absolute values greater than1
. -
Additional new feature
Added--skip-occupied
option that works in an analogous way to--skip-empty
.
Thanks to Campbell Barton for help with keeping --all-outputs
working when combined
with the --skip
options.
Extra Features!
New Features
- Add --follow option to move focused view when cycling - courtesy Campbell Barton
- Add --all-outputs option for simultaneous cycling on all outputs - courtesy Campbell Barton
- Add --skip-empty option to skip tags with no views when cycling
Ignore the tags!
Feature: Ignore all tags > n_tags. This was prompted by a PR from Campbell that worked around what was essentially a bug for users who implement the scratch pad feature. In the end it was simpler and cleaner to just ignore all tags > n_tags by default even though it changes the default behaviour of cycle-focused-tags.
Many small cleanups.
0.0.7
Bugfix: install xml protocol files.
0.0.6
Adds automatic running of pywayland scanner
Full Changelog: 0.0.5...0.0.6
0.0.5
- Update documentation
- Cleanup code
0.0.4
Bumps version number for release
0.0.3
Bump version number for release.
0.0.2
Bump version number.