Skip to content

Releases: project-repo/cagebreak

Release 3.1.0

02 Nov 13:32

Choose a tag to compare

- Add layer-shell
- Fix Issue 79 (in Bugs.md)

Release 3.0.1

05 Jul 20:13

Choose a tag to compare

  * 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

12 Apr 19:41

Choose a tag to compare

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

07 Oct 16:57

Choose a tag to compare

- 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

27 Jan 17:04

Choose a tag to compare

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

26 Jan 11:12

Choose a tag to compare

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

05 Dec 14:03

Choose a tag to compare

- Fix positioning of outputs (#66)
- Fix version specification of wlroots (#65)
- Add version check to prevent #65 in the future

Release 2.2.2

04 Dec 11:37

Choose a tag to compare

- Adjust Cagebreak to wlroot 0.17
- Improve README & SECURITY.md

Release 2.2.1

21 Aug 07:42

Choose a tag to compare

  * 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

31 May 19:52

Choose a tag to compare

- Add custom events
- Fix Issue 62 (#46 Github)
- Fix Issue 63 (environment variables test)
- Fix Issue 64 (pointer focus bug)