Releases · project-repo/cagebreak (original) (raw)
Release 3.0.1
- Fix Issue 77 in Bugs.md (fixed relative position of popups)
- Fix Issue 78 in Bugs.md (TODO)
- Update to wlroots 0.19
Release 3.0.0
BREAKING CHANGES:
- Add option to set cursor in arbitrary mode
- Add feature to remove message display
New Features:
- Add merging tiles
- Add option for splitting by percentage
- Add focus with optional tile id
- Add next with optional view id
- Add numeric only command
- Add numeric resize with tile id
- Add numeric exchange
- moveviewtotile
- moveviewtoworkspace
Fixes:
- Fix Issue 75 - 76 in Bugs.md
Release 2.4.0
- Migrate to wlroots 0.18
- Improve documentation
- CONTRIBUTING.md
- README.md
- Drop privilege correctly, even on some BSDs #81 (would be denial of service, not priv escalation)
- Improve resilience by mirroring packages, doc and code elsewhere
- Add setmodecursor command
- Fix typo in FAQ (#76 by meisme-dev)
Release 2.3.1
Release 2.3.1
- Unbreak build on FreeBSD (#74, 73 in Bugs.md)
- Thanks to Jan Beich for pointing this out.
- Add Issue 74 to Bugs.md (#71, was fixed in 2.3.0)
Release 2.3.0
Functionality:
- Add configuration to anchor position of messages (#60, 71 in Bugs.md).
- Add output priorisation (#38, 68 in Bugs.md).
- Print whether output is active in dump.
Bug Fixes:
- Fix gamma control (72 in Bugs.md).
- Add missing commands to example config.
- Add message_config to dump output.
Example Scripts:
- Add screenshot script.
- Make example scripts standalone.
Documentation:
- Escape html tags in config man page. (#68, 69 in Bugs.md)
- Improve README.md (#62, 70 in Bugs.md).
- Improve SECURITY.md.
- Add CONTRIBUTING.md (#62, 70 in Bugs.md).
- FAQ: Add Firefox screenshare instructions for wayland.
- FAQ: Add wlroots downgrading instructions for workaround in case of temporary wlroots incompatibility.
- Update copyright notices to 2024.
Development Tooling:
- Add new gpg keys (signed by the old ones).
- Add PR template.
- Add dev-FAQ.
- Remove now-unnecessary fanalyzer pragmas.
Release 2.2.3
- Fix positioning of outputs (#66)
- Fix version specification of wlroots (#65)
- Add version check to prevent #65 in the future
Release 2.2.2
- Adjust Cagebreak to wlroot 0.17
- Improve README & SECURITY.md
Release 2.2.1
- Fix Issue 65 (fix calibration matrix)
- Thanks to Oliver Friedmann for providing a PR
- Fix minor inelegance in README
- Adjust dependency versions
Release 2.2.0
- Add custom events
- Fix Issue 62 (#46 Github)
- Fix Issue 63 (environment variables test)
- Fix Issue 64 (pointer focus bug)
Release 2.1.2
- Adjust release procedure
- Fix Issue 60 in Bugs.md (Thanks to Tom Greig)
- Fix Issue 61 in Bugs.md