-
-
Notifications
You must be signed in to change notification settings - Fork 525
Release v25.8.3 - 3rd week of August 2025 Release #1122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Pull Request ## Description Please read these instructions and remove unnecessary text. - Try to include a summary of the changes and which issue is fixed. - Also include relevant motivation and context (if applicable). - Make sure to make PR against dev and not the master - List any dependencies that are required for this change. (e.g., packages or other PRs) - Provide a link if there is an issue related to this pull request. e.g., Fixes # (issue) - Please add Reviewers, Assignees, Labels, Projects, and Milestones to the PR. (if applicable) ## Type of change Please put an `x` in the boxes that apply: - [x] **Bug fix** (non-breaking change which fixes an issue) - [ ] **New feature** (non-breaking change which adds functionality) - [ ] **Breaking change** (fix or feature that would cause existing functionality to not work as expected) - [x] **Documentation update** (non-breaking change; modified files are limited to the documentations) - [x] **Technical debt** (a code change that does not fix a bug or add a feature but makes something clearer for devs) - [ ] **Other** (provide details below) ## Checklist Please put an `x` in the boxes that apply: - [x] I have read the [CONTRIBUTING](https://github.com/HyDE-Project/HyDE/blob/master/CONTRIBUTING.md) document. - [x] My code follows the code style of this project. - [x] My commit message follows the [commit guidelines](https://github.com/HyDE-Project/HyDE/blob/master/COMMIT_MESSAGE_GUIDELINES.md). - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added a changelog entry. - [ ] I have added necessary comments/documentation to my code. - [ ] I have added tests to cover my changes. - [ ] I have tested my code locally and it works as expected. - [ ] All new and existing tests passed. ## Screenshots (if appropriate) ## Additional context Add any other context about the problem here.
This is an automated PR to promote changes from `dev` to `rc`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged during: **Freeze Week (see release policy)** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * fix: Regression on theming (c92d2cf) by kRHYME7 * fix: dunst and move wallbash outside xdg-data/hyde (6dccca1) by kRHYME7 * fix: find recursive symlinks on wallpapers (2e5cbaf) by kRHYME7 * chore Merge branch 'rc' into dev (242efb1) by Khing * fix: symlinks (#1129) (b692824) by Khing * chore Merge branch 'dev' into fix-symlinks (0a6b737) by Khing * chore add -L for scripts (9967252) by Deepu K Sasidharan * chore add -L for scripts (54b63d8) by Deepu K Sasidharan * fix: wonky scroll for waybar brightness and volume by incresing timeout (e6c1363) by kRHYME7 * fix: spells across various files (#1126) (d3222f4) by Khing * chore Merge branch 'dev' into spells (e003273) by Khing * fix: spells across various files (c1daef5) by Rubin Bhandari * chore Chase 25.8.3 release (e621651) by kRHYME7 * chore Merge branch 'rc' into dev (4457432) by Khing * chore Merge branch 'rc' into dev (10fb027) by Khing * chore Merge branch 'rc' into dev (a4c164d) by Khing --- Please review the changes carefully before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is an automated release promotion PR from the rc branch to master for HyDE version 25.8.3. The update introduces significant architectural improvements including moving wallbash to a new location, improving systemd integration, enhancing UWSM compatibility, and implementing numerous bug fixes and spelling corrections across the codebase.
Key changes include:
- Core architectural improvements: wallbash relocation and systemd scope unit integration
- Enhanced UWSM session management support with environment cleanup
- Comprehensive bug fixes including wallpaper mounting, lockscreen zombie processes, and symlink handling
Reviewed Changes
Copilot reviewed 59 out of 111 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| Scripts/restore_cfg.psv | Adds wallbash restoration entry for new location |
| Scripts/install.sh | Updates PATH and adds waybar update call |
| Scripts/global_fn.sh | Adds .log extension to log files |
| README.md | Adds credits section reference |
| Configs/.local/share/waybar/modules/ | New temperature module and updated volume/eyecare controls |
| Configs/.local/share/wallbash/ | Multiple spelling corrections in theme files |
| Configs/.local/share/hypr/ | Fixes spelling errors and updates window rules |
| Configs/.local/lib/hyde/ | Extensive improvements to shell scripts with better symlink handling |
| Configs/.config/ | UWSM environment updates and wlogout logout command improvements |
| CREDITS.md | New credits documentation |
| CHANGELOG.md | Release notes for v25.8.3 |
Comments suppressed due to low confidence (2)
Configs/.local/lib/hyde/globalcontrol.sh:1
- Spelling error: 'evaulate' should be 'evaluate'.
#!/usr/bin/env bash
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
yes none |
added pyprland config
added pyprland config
This is an automated PR to promote changes from `dev` to `rc`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged during: **Freeze Week (see release policy)** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * chore Merge branch 'rc' into dev (53a17fb) by Rubin Bhandari * chore Merge branch 'rc' into dev (096fc24) by Khing * chore Merge branch 'rc' into dev (afd341b) by Khing * chore Merge branch 'rc' into dev (9a13b82) by Khing * chore Merge branch 'rc' into dev (985e2c0) by Khing * chore Merge branch 'rc' into dev (a61b2f6) by Khing --- Please review the changes carefully before merging.
This is an automated PR to promote changes from
rctomaster.Please review and test before merging.
See TESTING.md for complete testing instructions.
According to our release policy, this PR is expected to be merged on: 1st or 3rd Friday of the month
Testers are encouraged to test the changes before merging.
Please note that this schedule may be adjusted based on the needs of the project.
temperaturewaybar module docs with AMD notes (docs: extendtemperaturewaybar module docs with AMD notes #1150) (8cbee48) by Khingtemperaturewaybar module docs with AMD notes (32fdbaa) by Ilya BogdanovPlease review the changes carefully before merging.