Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 12, 2025

This is an automated PR to promote changes from rc to master.
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.



Please review the changes carefully before merging.

rubiin and others added 30 commits August 7, 2025 18:58
# 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.
@kRHYME7 kRHYME7 requested a review from Copilot August 21, 2025 09:15
Copy link
Contributor

Copilot AI left a 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.

@rubiin
Copy link
Collaborator

rubiin commented Aug 21, 2025

No need for migration script on this release right ?

(Just in case I forgot something)

yes none

@kRHYME7 kRHYME7 requested a review from amit-0i August 22, 2025 11:04
kRHYME7
kRHYME7 previously approved these changes Aug 22, 2025
added pyprland config
@kRHYME7 kRHYME7 self-requested a review August 22, 2025 11:08
rubiin and others added 2 commits August 22, 2025 18:55
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.
@kRHYME7 kRHYME7 changed the title chore: Release - rc → master Release v25.8.3 - 3rd week of August 2025 Release Aug 22, 2025
@kRHYME7 kRHYME7 merged commit d3f0f34 into master Aug 22, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

6 participants