mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
3
Commits
epoch-1.0.6
...
version
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d566a8b589 | ||
|
|
f5fa41194e | ||
|
|
f9abdc105d |
@@ -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: 3df3f39c09...006cc96b7b
+1
-1
Submodule cosmic-applibrary updated: a9da1dec91...2be09f052e
+1
-1
Submodule cosmic-comp updated: 2ea1186723...67c08ef692
+1
-1
Submodule cosmic-edit updated: 314f11ab89...46a1a36f82
+1
-1
Submodule cosmic-files updated: d668d04e12...2c363a01e5
+1
-1
Submodule cosmic-launcher updated: e0f56583e1...c14b470966
+1
-1
Submodule cosmic-settings updated: ceed2b9ac1...b46a55d423
+1
-1
Submodule cosmic-store updated: 91c53eba28...a1016c729d
+1
-1
Submodule cosmic-term updated: 93c25f46a9...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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user