Commit graph

158 commits

Author SHA1 Message Date
project-repo
00c41d500c Update version number. 2024-01-27 10:59:55 +00:00
project-repo
ccda612386 Reformat man page. 2024-01-25 20:00:33 +00:00
project-repo
6ac474114d Add documentation message conf in dump 2024-01-25 19:43:11 +01:00
project-repo
f0217900f5 Add new gpg keys. 2024-01-03 17:00:25 +01:00
project-repo
0b057f86d4 Fix man page for new version. 2024-01-02 14:23:40 +01:00
project-repo
d1ae07ef5a Adapt to 2024. 2024-01-01 01:07:15 +01:00
project-repo
15f9eaa6f7 Escape html tags in man page 2023-12-27 20:41:52 +01:00
project-repo
ecd52d3fa3 Reformat man pages. 2023-12-27 18:47:10 +01:00
project-repo
9b1a5dcd3e Fix man page wording. 2023-12-26 20:00:33 +01:00
project-repo
3499837233 Fix man page formatting 2023-12-24 19:35:17 +01:00
project-repo
7ecb80bf5c Merge branch 'master' of https://github.com/unsigned-enby/cagebreak into unsigned-enby-master 2023-12-24 17:14:19 +01:00
unsigned-enby
7c8cfdc380 Fixed indentation 2023-11-21 00:00:58 -06:00
unsigned-enby
19a3d1c992 Allow for the configuration of message position 2023-11-20 23:50:27 -06:00
project-repo
facd4225d6 Add socket doc 2023-09-18 19:59:03 +02:00
project-repo
f5d7c91dae Adjust version number 2023-09-16 10:46:33 +02:00
project-repo
5dc644b167 Reword doc 2023-09-16 10:24:33 +02:00
project-repo
7bdb04df99 Reword documentation 2023-09-15 21:01:16 +02:00
project-repo
5807ece09c Add permanent/peripheral command documentation 2023-09-15 20:37:00 +02:00
project-repo
61e7f8aeff 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
2023-08-21 09:33:36 +02:00
project-repo
ac06ed23df Set release version 2023-08-17 21:11:47 +02:00
project-repo
d946b62a4c Release 2.2.0
- Add custom events
- Fix Issue 62 (#46 Github)
- Fix Issue 63 (environment variables test)
- Fix Issue 64 (pointer focus bug)
2023-05-31 21:38:43 +02:00
project-repo
b10dad8ac7 Update cb version 2023-05-23 15:58:02 +02:00
project-repo
6199ed0a9a Fix doc typo 2023-05-16 13:24:02 +02:00
project-repo
0209c3ae1a Add documentation 2023-05-16 00:49:48 +02:00
project-repo
9a4c07d815 Release 2.1.2
- Adjust release procedure
- Fix Issue 60 in Bugs.md (Thanks to Tom Greig)
- Fix Issue 61 in Bugs.md
2023-04-24 22:57:42 +02:00
project-repo
750bf48cda Adjust man page versions 2023-04-23 18:17:46 +02:00
project-repo
bea18c7a6f Release 2.1.1
- Adjust dependency versions
- Add release tests
- Add a quick installation script
- Add small utility scripts
- Add note on review and developer certificate of origin (DCO)
- Add note on accessibility
2023-04-17 22:17:06 +02:00
project-repo
a3a7e2c1cc Adjust to 2.1.1 2023-04-13 22:46:19 +02:00
project-repo
4f7be9d5cd Release 2.1.0
- Add -bs (bad security) option
- Fix Issue 57 (SPDX spelling error #39)
- Fix Issue 59 (meson install settings)
- Fix Issue 55 (npd)
- Fix Issue 56 (npd)
- Fix Issue 58 (#40 config)
- Improve release procedure
- Add miniscule test suite
- Adjust Cagebreak to wlroots 0.16.2
- New GPG Keys
2023-04-04 14:00:31 +02:00
project-repo
604bcff8ab Document new key fingerprints in relevant documentation 2023-04-03 18:16:35 +02:00
project-repo
94773ebdeb Document bs option 2023-03-27 21:14:45 +02:00
project-repo
270405cb3c Adjust version numbers 2023-02-19 12:32:16 +01:00
project-repo
d6c07d1443 Adjust version numbers 2023-02-02 10:37:53 +01:00
project-repo
3d86ea36b6 Release 2.0.1
Changelog:
  * Fix Issue 54 (#37 on github)
    * Cagebreak did not compile on BSD systems and falsely claimed
      to be POSIX compliant.
2023-01-09 18:48:19 +01:00
project-repo
a5749888e0 Adjust versions for release 2.0.1 2023-01-09 17:45:31 +01:00
project-repo
6dbcb7eda9 Release 2.0.0
This is a major release and includes BREAKING changes!

Breaking Changes:
  * More intuitive switch of focus, next, prev and exchange (#20, 40 in Bugs.md)
    Cagebreak will probably still feel broadly the same though.
  * Remove -r flag - This is replaced by output configuration.
  * Socket disabled by default - The socket is enabled by invoking Cagebreak with the -e flag.
  * Socket permissions restricted to the user of the Cagebreak process (700)
    This may require modification of scripts interacting with the socket with
    different UIDs than the UID of the Cagebreak process.
  * Rename "Current frame" indicator to "Current tile"

Changelog:
  * Move to wlr_scene
  * Add events displaying change over the socket
    * this enables scripting tools
  * Add support for scaling outputs (thanks to Oliver Friedmann)
  * Remove -r flag
  * Add rotation to output configuration
  * Add cursor enable|disable flag
  * Add input keyboard configuration
  * Custom path flag for configuration file
  * Restrict socket permissions to the user running cagebreak (700)
  * Fix Issue #31 (resolve some terminology) 38 in Bugs.md
  * Fix Issue #30 - 39 in Bugs.md
  * Fix Issue #20 - 40 in Bugs.md
  * Fix Issue #12 - 41 in Bugs.md (dump + events over socket)
  * Fix Bugs found via scan-build static analysis (42 - 45 in Bugs.md)
  * Fix Issue #33 - 46 in Bugs.md
  * Fix Issue #32 - 47 in Bugs.md
  * Fix Issue #16 - 48 in Bugs.md
  * Fix Issue #3 - 49 in Bugs.md (disabling keybinding interpretation for specific keyboards is now possible)
  * Fix Issue #26 - 50 in Bugs.md
  * Fix Issue #7 - 51 in Bugs.md (Change cursor to square while Cagebreak is waiting for a key)
  * Fix config bug for some commands - 52 in Bugs.md
  * Fix Issue #35 - 53 in Bugs.md (update to wlroots 0.16.1)
  * Improve FAQ.md (related to some Issues)
  * Disable outputs when unable to set any mode (crashed previously)
  * Add Code of Conduct
  * Print version number on startup
2023-01-08 22:09:15 +01:00
project-repo
87e50fc63e Fix man page indentation 2023-01-08 17:22:20 +01:00
project-repo
89c92c5166 Adjust socket documentation 2023-01-08 16:59:07 +01:00
project-repo
48f3a749aa Adjust copyright/licenso info to SPDX standard and 2023 2023-01-07 23:37:06 +01:00
project-repo
8660346f76 Improve naming convention 2023-01-06 19:50:36 +01:00
project-repo
a6fdd0a27b Fix man typo 2023-01-06 16:42:07 +01:00
project-repo
2baa1f614e Review cagebreak-socket documentation
- Fix typos
  - Fix output in keybinding.c
2023-01-04 19:18:58 +01:00
project-repo
7c673ae20e Review cagebreak-socket documenation 2023-01-04 18:01:06 +01:00
project-repo
9f4be786a7 Add config nesting restriction to doc 2023-01-02 16:58:28 +01:00
project-repo
8e97b7c697 Add definemode socket doc 2023-01-02 16:26:36 +01:00
project-repo
0de9c50a70 Document default_mode in dump 2023-01-02 15:12:11 +01:00
project-repo
70664c428d Adjust documentation to changed socket 2023-01-01 23:13:59 +01:00
project-repo
450d812855 Add destroy_output doc to socket man 2023-01-01 17:35:11 +01:00
project-repo
6b480ebf07 Document keybinding enable/disable
- Issue 51 in Bugs.md
2023-01-01 15:58:22 +01:00
project-repo
fbd33e8fa6 Add todo to socket doc 2023-01-01 12:31:17 +01:00