Skip to content

Conversation

@rubiin
Copy link
Collaborator

@rubiin rubiin commented Sep 8, 2025

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:

  • 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)
  • Documentation update (non-breaking change; modified files are limited to the documentations)
  • 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:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit message follows the commit guidelines.
  • 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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2025

⚠️ Warning: PR targeting master branch detected!

This PR is targeting master but should target dev instead.

According to our Quarterly Release Policy:

  • All pull requests must be submitted to the dev branch
  • Changes go through dev first for testing before being merged to master during quarterly release windows (1st & 3rd Fridays)
  • PRs to master are only allowed for emergencies

Required Action:

  1. Change the base branch from master to dev
  2. Follow the pull request template

If this is an emergency fix, please add a comment explaining why it needs to target master directly.


This is an automated message enforcing our quarterly release workflow.

@rubiin rubiin changed the base branch from master to dev September 8, 2025 14:10
@rubiin rubiin requested a review from kRHYME7 September 8, 2025 14:10
@rubiin
Copy link
Collaborator Author

rubiin commented Sep 8, 2025

closes #1221

@kRHYME7
Copy link
Contributor

kRHYME7 commented Sep 8, 2025

@rubiin Let's push it to v25.9.1 as rofi-wayland is reportedly deprecated in sept 5. And Let's push this to master branch too

Thank you!

@rubiin rubiin changed the base branch from dev to master September 8, 2025 16:18
@rubiin
Copy link
Collaborator Author

rubiin commented Sep 8, 2025

v25.9.1 is already deployed. So I guess I can directly point this to master

@rubiin rubiin changed the base branch from master to dev September 8, 2025 16:19
@rubiin rubiin merged commit b8e7f7a into dev Sep 9, 2025
4 checks passed
@rubiin rubiin deleted the rofi branch September 9, 2025 02:08
kRHYME7 added a commit that referenced this pull request Sep 12, 2025
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 Update schema and remove problematic defaults (918332a) by
kRHYME7
* chore Merge branch 'rc' into dev (a50ac9a) by Khing
* fix: prepare hyprland next release (#1198) (9fb66d4) by Khing
* chore Merge branch 'dev' into hyprland_0.51 (ac9e253) by Khing
* fix gestures (bcd5f00) by kRHYME7
* chore Merge branch 'dev' into hyprland_0.51 (aed2584) by Rubin
Bhandari
* fix: Deprecated gesture config fix (#1259) (02f5b08) by Rubin
Bhandari
* chore Discard changes to README.md (d79bd92) by Rubin Bhandari
* chore Discard changes to .all-contributorsrc (dcb0e20) by Rubin
Bhandari
* chore Merge branch 'dev' into deprecated-gesture-config-fix (f248a34)
by Rubin Bhandari
* fix: Fix gesture configuration error (20ff836) by vaporised
* fix: using jetbrains ide do not cause window flickering anymore
(#1253) (b6377e7) by Rubin Bhandari
* chore Merge branch 'dev' into fix-jetbrains-flickering (f954a1d) by
Rubin Bhandari
* fix: using jetbrains ide do not cause window flickering anymore
(cf6c553) by Ilya Bogdanov
* chore Merge branch 'rc' into dev (804f066) by Khing
* chore Merge branch 'rc' into dev (1ff23ed) by Khing
* chore chase: hyprland gestures (c7fdf5a) by kRHYME7
* chore Merge branch 'dev' into hyprland_0.51 (e97ef1e) by Khing
* chore migration to rofi (e2d85f0) by kRHYME7
* chore Merge branch 'dev' into hyprland_0.51 (5fcc727) by Khing
* feat: improve tesseract accuracy, add different languages support
(#1222) (c203e2a) by Khing
* docs: add changelog entry about OCR improvements (24a4c2f) by Ilya
Bogdanov
* chore ocr: back to imagemagick (5a23cae) by Ilya Bogdanov
* chore Merge branch 'dev' into tesseract-charged (d1fce4f) by Khing
* fix: proreply process array in env var (a86fc5b) by Ilya Bogdanov
* fix: replace rofi-wayland with rofi in migration script and
pkg_core.lst (#1223) (b8e7f7a) by Rubin Bhandari
* chore ocr: reworked to use `graphicsmagick` instead of `imagemagick`
(48cd2b5) by Ilya Bogdanov
* fix: add migration script for replacing rofi-wayland with rofi
(f427535) by Rubin Bhandari
* fix: add migration script for replacing rofi-wayland with rofi
(d502576) by Rubin Bhandari
* chore Merge branch 'dev' into tesseract-charged (8494490) by Rubin
Bhandari
* chore Merge branch 'dev' into rofi (3e7ea0e) by Rubin Bhandari
* fix: replace rofi-wayland with rofi in migration script and
pkg_core.lst (e552078) by Rubin Bhandari
* feat: improve tesseract accuracy, add different languages support
(0213e33) by Ilya Bogdanov
* chore Merge branch 'dev' into hyprland_0.51 (249894d) by Rubin
Bhandari
* docs: Add Turkish docs (#1194) (1b7e223) by Rubin Bhandari
* chore Merge branch 'turkish-docs' of https://github.com/Vu4ll/HyDE
into turkish-docs (d39afb9) by Vu4ll
* docs: Update changelog for v25.9.1 with recent changes (8398df5) by
Vu4ll
* chore Merge branch 'dev' into turkish-docs (ab0b458) by Khing
* docs: Add Turkish documentation section to changelog (a3cb6cc) by
Vu4ll
* chore Merge branch 'turkish-docs' of https://github.com/Vu4ll/HyDE
into turkish-docs (caf5f4b) by Vu4ll
* docs: Update changelog to include Turkish documentation (a5cc692) by
Vu4ll
* chore Merge branch 'rc' into dev (b2fc389) by Khing
* docs: Correct misleading comment about ZSH plugin loader behavior
(#1201) (841953b) by Khing
* chore Merge branch 'docs/zsh-plugin-comment-correction' of
https://github.com/hexpreso/HyDE into docs/zsh-plugin-comment-correction
(8f93b4e) by hexpreso
* docs: Clarify ZSH plugin loader comment to accurately reflect behavior
(9e694af) by hexpreso
* chore Merge branch 'dev' into docs/zsh-plugin-comment-correction
(7184656) by Khing
* docs: Correct misleading comment about ZSH plugin loader behavior
(5e93f9a) by hexpreso
* chore Merge branch 'dev' into turkish-docs (696460d) by Khing
* chore prepare hyprland next release (f8e6804) by kRHYME7
* chore Merge branch 'dev' into turkish-docs (58fffc0) by Vu4ll
* docs: Remove duplicate design link from Turkish README (954a999) by
Vu4ll
* docs: Remove contributing section from Turkish README (9a25a4d) by
Vu4ll
* docs: Remove "Katkı Sağlamak" link from Turkish README (1043ed5) by
Vu4ll
* docs: Update Turkish README link paths for consistency (652109d) by
Vu4ll
---

Please review the changes carefully before merging.
kRHYME7 added a commit that referenced this pull request Sep 19, 2025
This is an automated PR to promote changes from `rc` to `master`.
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 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.

---
* fix: [Bug]: Can't kill waybar process Fixes #1284 (40c08c2) by
kRHYME7
* chore Fix: #1270 (15bfb26)
by kRHYME7
* fix: center and resize file chooser,save,download dialogs in Hyprland
(#1216) (a4378fc) by Khing
* fix: File chooser dialogs in Hyprland now open centered and floating
instead of off-screen (f2a139d) by kRHYME7
* chore Merge branch 'rc' into dev (da9a985) by Khing
* chore Merge branch 'dev' into dev (8f1546a) by Khing
* chore style: Update HyDE menu labels (#1269) (55d5e03) by Khing
* chore Merge branch 'rc' into change-hyde-menu-labels (ff56967) by
Khing
* chore style: Update HyDE menu labels (d98f627) by fug0
* chore log: release policy (e6a31d5) by kRHYME7
* chore Update RELEASE_POLICY.md to be more concise and less ambigious
(#1265) (4fb2e64) by Khing
* chore Merge branch 'dev' into patch-1 (3301543) by Khing
* chore Update RELEASE_POLICY.md (6f64d0e) by boulder-roller
* chore Merge branch 'rc' into dev (c9ebeae) by Khing
* chore Closes: #283 (6819527) by kRHYME7
* chore pr (f0ee521) by kRHYME7
* chore hyprlock (eb292be) by kRHYME7
* chore Discard changes to .all-contributorsrc (7283a26) by Rubin
Bhandari
* chore Release Candidate v25.9.3  (#1202) (b4ec613) by Khing
* chore Merge branch 'dev' into dev (f84b4da) by Rubin Bhandari
* chore Update schema and remove problematic defaults (918332a) by
kRHYME7
* chore Merge branch 'dev' into dev (cba20a8) by Khing
* chore Merge branch 'rc' into dev (a50ac9a) by Khing
* chore Merge branch 'master' into rc (ac32fac) by Khing
* fix: prepare hyprland next release (#1198) (9fb66d4) by Khing
* chore Merge branch 'dev' into hyprland_0.51 (ac9e253) by Khing
* fix gestures (bcd5f00) by kRHYME7
* chore Merge branch 'master' into rc (a495be6) by Khing
* chore Merge branch 'dev' into hyprland_0.51 (aed2584) by Rubin
Bhandari
* fix: Deprecated gesture config fix (#1259) (02f5b08) by Rubin
Bhandari
* chore Discard changes to README.md (d79bd92) by Rubin Bhandari
* chore Discard changes to .all-contributorsrc (dcb0e20) by Rubin
Bhandari
* chore Merge branch 'dev' into deprecated-gesture-config-fix (f248a34)
by Rubin Bhandari
* fix: Fix gesture configuration error (20ff836) by vaporised
* fix: using jetbrains ide do not cause window flickering anymore
(#1253) (b6377e7) by Rubin Bhandari
* chore Merge branch 'dev' into fix-jetbrains-flickering (f954a1d) by
Rubin Bhandari
* fix: using jetbrains ide do not cause window flickering anymore
(cf6c553) by Ilya Bogdanov
* fixes an issue as suggested by @kRHYME7 and @zeerayne (7c4c6e2) by
rohit singh negi
* fixes an issue as suggested by @kRHYME7 and @zeerayne (ad289c0) by
rohit singh negi
* chore Update CONTRIBUTORS.md (2a03497) by rohit singh negi
* chore Merge branch 'dev' into dev (182c771) by Khing
* chore Merge branch 'rc' into dev (804f066) by Khing
* chore Merge branch 'master' into rc (3bfd38c) by Khing
* chore Merge branch 'dev' into dev (90a31ac) by Khing
* chore Update CONTRIBUTORS.md (6f9635b) by rohit singh negi
* chore Merge branch 'rc' into dev (1ff23ed) by Khing
* chore Merge branch 'master' into rc (4e36403) by Khing
* chore chase: hyprland gestures (c7fdf5a) by kRHYME7
* chore Merge branch 'dev' into hyprland_0.51 (e97ef1e) by Khing
* chore migration to rofi (e2d85f0) by kRHYME7
* chore Merge branch 'dev' into hyprland_0.51 (5fcc727) by Khing
* feat: improve tesseract accuracy, add different languages support
(#1222) (c203e2a) by Khing
* docs: add changelog entry about OCR improvements (24a4c2f) by Ilya
Bogdanov
* chore ocr: back to imagemagick (5a23cae) by Ilya Bogdanov
* chore Merge branch 'master' into rc (cd6a2e0) by Khing
* chore Merge branch 'dev' into tesseract-charged (d1fce4f) by Khing
* chore pr (a03398c) by kRHYME7
* chore Merge branch 'dev' into dev (ee52a8a) by Khing
* chore updated windowrules.conf : fixed center and resize file
chooser,save,download dialogs in Hyprland (b4d7d8c) by rohit singh negi
* fix(hyprland): center and resize file chooser dialogs (as suggested)
(423ac80) by rohit singh negi
* fix: proreply process array in env var (a86fc5b) by Ilya Bogdanov
* docs: add Rohit8BitCoder as Tester (d216ee0) by rohit singh negi
* fix: add migration script for replacing rofi-wayland with rofi
(ae3cd89) by Rubin Bhandari
* fix: add migration script for replacing rofi-wayland with rofi
(a29c4ee) by Rubin Bhandari
* fix: replace rofi-wayland with rofi in migration script and
pkg_core.lst (a496cf7) by Rubin Bhandari
* fix: replace rofi-wayland with rofi in migration script and
pkg_core.lst (#1223) (b8e7f7a) by Rubin Bhandari
* chore ocr: reworked to use `graphicsmagick` instead of `imagemagick`
(48cd2b5) by Ilya Bogdanov
* fix: add migration script for replacing rofi-wayland with rofi
(f427535) by Rubin Bhandari
* fix: add migration script for replacing rofi-wayland with rofi
(d502576) by Rubin Bhandari
* chore Merge branch 'dev' into tesseract-charged (8494490) by Rubin
Bhandari
* chore Merge branch 'dev' into rofi (3e7ea0e) by Rubin Bhandari
* fix: replace rofi-wayland with rofi in migration script and
pkg_core.lst (e552078) by Rubin Bhandari
* feat: improve tesseract accuracy, add different languages support
(0213e33) by Ilya Bogdanov
* chore Merge branch 'dev' into dev (477be6c) by Rubin Bhandari
* chore Merge branch 'dev' into hyprland_0.51 (249894d) by Rubin
Bhandari
* docs: Add Turkish docs (#1194) (1b7e223) by Rubin Bhandari
* chore Update CONTRIBUTORS.md (3b6055e) by Rohit Singh Negi
* fix(hyprland): center and resize file chooser,save,download dialogs
(1354c1c) by rohit singh negi
* docs: add Rohit8BitCoder as Tester (508c6fe) by rohit singh negi
* chore Merge branch 'turkish-docs' of https://github.com/Vu4ll/HyDE
into turkish-docs (d39afb9) by Vu4ll
* docs: Update changelog for v25.9.1 with recent changes (8398df5) by
Vu4ll
* chore Merge branch 'dev' into turkish-docs (ab0b458) by Khing
* docs: Add Turkish documentation section to changelog (a3cb6cc) by
Vu4ll
* chore Merge branch 'turkish-docs' of https://github.com/Vu4ll/HyDE
into turkish-docs (caf5f4b) by Vu4ll
* docs: Update changelog to include Turkish documentation (a5cc692) by
Vu4ll
* chore Merge branch 'rc' into dev (b2fc389) by Khing
* docs: Correct misleading comment about ZSH plugin loader behavior
(#1201) (841953b) by Khing
* chore Merge branch 'docs/zsh-plugin-comment-correction' of
https://github.com/hexpreso/HyDE into docs/zsh-plugin-comment-correction
(8f93b4e) by hexpreso
* docs: Clarify ZSH plugin loader comment to accurately reflect behavior
(9e694af) by hexpreso
* chore Merge branch 'dev' into docs/zsh-plugin-comment-correction
(7184656) by Khing
* docs: Correct misleading comment about ZSH plugin loader behavior
(5e93f9a) by hexpreso
* chore Merge branch 'dev' into turkish-docs (696460d) by Khing
* chore prepare hyprland next release (f8e6804) by kRHYME7
* chore Merge branch 'dev' into turkish-docs (58fffc0) by Vu4ll
* docs: Remove duplicate design link from Turkish README (954a999) by
Vu4ll
* docs: Remove contributing section from Turkish README (9a25a4d) by
Vu4ll
* docs: Remove "Katkı Sağlamak" link from Turkish README (1043ed5) by
Vu4ll
* docs: Update Turkish README link paths for consistency (652109d) by
Vu4ll
---

Please review the changes carefully before merging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants