Skip to content

Tags: project-repo/cagebreak

Tags

3.2.1

Toggle 3.2.1's commit message
Release 3.2.1

3.2.0

Toggle 3.2.0's commit message
Release 3.2.0

- Add pointer constraints
- Fix Issues 80 & 81 in Bugs.md

3.1.0

Toggle 3.1.0's commit message
Release 3.1.0

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

3.0.1

Toggle 3.0.1's commit message
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

3.0.0

Toggle 3.0.0's commit message
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

2.4.0

Toggle 2.4.0's commit message
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)

2.3.1

Toggle 2.3.1's commit message
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)

2.3.0

Toggle 2.3.0's commit message
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.

2.2.3

Toggle 2.2.3's commit message
Release 2.2.3

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

2.2.2

Toggle 2.2.2's commit message
Release 2.2.2

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