mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-27 16:00:26 +00:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d566a8b589 | ||
|
|
f5fa41194e | ||
|
|
f9abdc105d | ||
|
|
dee71b6f25 |
@@ -0,0 +1,8 @@
|
||||
- [ ] I have disclosed use of any AI generated code in my commit messages.
|
||||
- If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR.
|
||||
- In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment.
|
||||
- [ ] I understand these changes in full and will be able to respond to review comments.
|
||||
- [ ] My change is accurately described in the commit message.
|
||||
- [ ] My contribution is tested and working as described.
|
||||
- [ ] I have read the [Developer Certificate of Origin](https://developercertificate.org/) and certify my contribution under its conditions.
|
||||
|
||||
+1
-1
Submodule cosmic-applets updated: 57e55a98a0...006cc96b7b
+1
-1
Submodule cosmic-applibrary updated: c5d8c99fb2...2be09f052e
+1
-1
Submodule cosmic-comp updated: 1dfc948f1e...67c08ef692
+1
-1
Submodule cosmic-edit updated: 021a8e614e...46a1a36f82
+1
-1
Submodule cosmic-files updated: 40f19b0d02...2c363a01e5
+1
-1
Submodule cosmic-greeter updated: d542978314...c68ee081a5
+1
-1
Submodule cosmic-initial-setup updated: 467be1a39d...8cabf71f7f
+1
-1
Submodule cosmic-launcher updated: d9508ec0a4...c14b470966
+1
-1
Submodule cosmic-notifications updated: 2ba5e6e734...998f173a18
+1
-1
Submodule cosmic-osd updated: b2eaad6253...0418a0ce92
+1
-1
Submodule cosmic-player updated: 3eb2ea4257...768fc74a42
+1
-1
Submodule cosmic-screenshot updated: 9783078553...3180f369ca
+1
-1
Submodule cosmic-settings updated: 55b502dff3...b46a55d423
+1
-1
Submodule cosmic-store updated: df9fd259a9...a1016c729d
+1
-1
Submodule cosmic-term updated: fed389bc4c...5bcab45c65
+1
-1
Submodule cosmic-workspaces-epoch updated: 2108269d2e...d31c6dbccb
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
# This should be the _next_ epoch version
|
||||
version=1.0.5
|
||||
version=1.0.6
|
||||
subject="Epoch ${version} version update"
|
||||
description="Generated by cosmic-epoch scripts/version-update.sh"
|
||||
|
||||
@@ -11,6 +11,9 @@ repos=(
|
||||
cosmic-edit
|
||||
cosmic-files
|
||||
cosmic-player
|
||||
cosmic-settings
|
||||
cosmic-settings-daemon
|
||||
cosmic-randr
|
||||
cosmic-store
|
||||
cosmic-term
|
||||
)
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: ff0633fa87...276af0b38c
Reference in New Issue
Block a user