Compare commits

..

45 commits

Author SHA1 Message Date
project-repo
c3d655d36d Merge branch 'master' into hotfix 2024-01-27 17:00:00 +00:00
project-repo
4a12a4cbe2 Merge branch 'master' into hotfix 2024-01-26 11:09:39 +00:00
project-repo
37ff74f83d Remove unnecessary TODO 2023-12-23 22:49:15 +01:00
project-repo
9e32b59932 Add PR template 2023-12-23 22:02:53 +01:00
project-repo
bff5c0348b Fix man page wording 2023-12-23 21:14:22 +01:00
project-repo
1092411fcc Prepare 2.3.0 release 2023-12-23 21:13:53 +01:00
project-repo
ed35f8825d Add CONTRIBUTING 2023-12-23 21:12:23 +01:00
project-repo
6a3160bd78 Merge branch 'master' into hotfix 2023-12-05 14:58:09 +01:00
project-repo
ad6377ce6c Add non-automated checks 2023-12-05 14:05:12 +01:00
project-repo
4bd1d9b9ef Add Hashes 2023-12-05 14:04:58 +01:00
project-repo
920118c543 Add signatures 2023-12-05 14:04:49 +01:00
project-repo
564329e0f2 Add Issue 67 2023-12-05 10:45:42 +01:00
project-repo
aeeb32e368 Add Issue 66 2023-12-05 10:45:07 +01:00
project-repo
e5a4d8470f Add non-auto check for compat vers 2023-12-05 10:44:41 +01:00
project-repo
4b0f87c277 Fix wlroots version requirements 2023-12-05 10:37:59 +01:00
project-repo
fb4bd94ef8 Prep 2.2.3 2023-12-05 10:35:56 +01:00
project-repo
9e5f61e4eb Fix output positioning 2023-12-04 21:46:30 +01:00
project-repo
90682bfa32 Add release prep
- signatures
- non-auto-checks
2023-12-04 11:59:37 +01:00
project-repo
6edcdf103c Add a few non-auto checks 2023-12-04 11:24:24 +01:00
project-repo
c6a2d5b0cb Update Hashes 2023-12-04 11:24:04 +01:00
project-repo
2923b81090 Fix use-after-free on exit 2023-12-04 10:39:47 +01:00
project-repo
70d8041c5f Apply clang-format 2023-12-04 10:22:34 +01:00
project-repo
bc1748cdd3 Adjust epoch 2023-12-04 10:08:00 +01:00
project-repo
10cf8c5def Run set-version script 2023-12-04 10:04:57 +01:00
project-repo
0a0d67e802 Add 2.2.2 adaptions
- README improvements
- SECURITY.md improvements
- updated dependencies in meson.build
2023-12-04 10:03:01 +01:00
project-repo
c693ba56e8 Update to wlroots 0.17 2023-12-03 20:46:45 +01:00
project-repo
aef097a537 Merge branch 'master' into hotfix 2023-08-21 09:40:02 +02:00
project-repo
4595b9c2bb Merge branch 'master' into hotfix 2023-05-31 21:49:13 +02:00
project-repo
46f693c99e Merge remote-tracking branch 'origin/hotfix' into hotfix 2023-04-24 23:16:43 +02:00
project-repo
ec84502f99 Merge branch 'master' into hotfix 2023-04-24 23:15:30 +02:00
project-repo
78f965b600 Merge branch 'master' into hotfix 2023-04-17 22:21:05 +02:00
project-repo
64dc9e767b Merge branch 'master' into hotfix 2023-04-04 14:05:05 +02:00
project-repo
0745a5cbac Merge branch 'master' into hotfix 2023-01-09 18:50:33 +01:00
project-repo
46d7f6b090 Merge branch 'master' into hotfix 2023-01-08 22:12:03 +01:00
project-repo
5b9000fee0 Merge branch 'master' into hotfix 2022-07-29 22:43:45 +02:00
project-repo
645a51ad10 Add new Hashes 2022-07-29 21:59:49 +02:00
project-repo
11425addef Add signatures 2022-07-29 21:56:49 +02:00
project-repo
e20b24204b Add Issues to Bugs.md 2022-07-29 21:53:13 +02:00
project-repo
51614d23b8 Remove Hashes 2022-07-29 21:52:13 +02:00
project-repo
f7401e591a Add signatures 2022-07-29 21:44:39 +02:00
project-repo
db91f2953d Rename old sigs 2022-07-29 21:44:39 +02:00
project-repo
ce4ba7296a Fix reproducible hash 2022-07-29 21:44:39 +02:00
project-repo
86f62ac2f8 Fix screen and movetoscreen commands 2022-07-29 21:31:44 +02:00
project-repo
d6ce3d66bb Fix configure_message command 2022-07-29 21:23:04 +02:00
project-repo
d7a789d556 Prepare 1.9.1 release
- Fix Issue 35 in Bugs.md
2022-07-24 21:14:09 +02:00

View file

@ -1,7 +1,6 @@
# Contributing # Contributing
* [Open an issue](https://github.com/project-repo/cagebreak/issues/new) and state your feature request. * [Open an issue](https://github.com/project-repo/cagebreak/issues/new) and state your feature request. We will get back to you.
We will get back to you.
* Read this document, [README.md](README.md) and [docs/dev-FAQ.md](docs/dev-FAQ.md). * Read this document, [README.md](README.md) and [docs/dev-FAQ.md](docs/dev-FAQ.md).
* Ask before opening a pull request. We might not accept your * Ask before opening a pull request. We might not accept your
code and it would be sad to waste the effort. code and it would be sad to waste the effort.
@ -39,7 +38,7 @@ Do your best and we will collaborate toward a solution.
## Compatibility & Development Distribution ## Compatibility & Development Distribution
Cagebreak supports [Arch Linux](https://archlinux.org/) and uses the libraries Cagebreak supports [Arch Linux](https://archlinux.org/) and uses the library
versions as they are obtained from extra and core versions as they are obtained from extra and core
at the time of release. at the time of release.