[PR #239] [CLOSED] build(deps): bump hyprland from 0.3.1 to 0.3.8 #7596

Closed
opened 2026-05-23 02:55:16 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/239
Author: @dependabot[bot]
Created: 7/17/2023
Status: Closed

Base: masterHead: dependabot/cargo/hyprland-0.3.8


📝 Commits (1)

  • 64851df build(deps): bump hyprland from 0.3.1 to 0.3.8

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps hyprland from 0.3.1 to 0.3.8.

Release notes

Sourced from hyprland's releases.

Fix: Add mapped client support and fix active_window regex 📦

What's Changed

New Contributors

Full Changelog: https://github.com/hyprland-community/hyprland-rs/compare/0.3.7...0.3.8

Fix: minimize and screencast event missordering

What's Changed

Full Changelog: https://github.com/hyprland-community/hyprland-rs/compare/0.3.6...0.3.7

Hotfix: Fix regex and notify

So regex updated, and stuff should hypothetically break. Also there should be a fix for ctl::notify for colors

Autogenerated stuffies

What's Changed

New Contributors

Full Changelog: https://github.com/hyprland-community/hyprland-rs/compare/0.3.4..0.3.6

Another update

Yeah, so this update doesn't really do much but fix stuff, and add new Hyprland features, though there is like one breaking change which most won't notice, but it's to do with starting an event listener, now all of them require &mut self

Auto generated release notes

What's Changed

New Contributors

Full Changelog: https://github.com/hyprland-community/hyprland-rs/compare/0.3.3...0.3.4

... (truncated)

Commits
  • 93d4933 chore: release crate 0.3.8
  • e1d927f Merge pull request #66 from zd4y/master
  • f08fd94 fix: make class capture group lazy
  • e8afb49 Merge pull request #64 from cyrinux/feat/add-client-mapped
  • beb5a31 feat: add mapped state for client
  • 7bf792b chore: release crate 0.3.7
  • 2d8a021 Merge pull request #62 from cyrinux/fix/screencast-and-minimize-events-ordering
  • c65ec47 fix: reorder minimize and screencast
  • 861f506 Merge pull request #60 from hyprland-community/chore/crate-update-0.3.6
  • ba0e848 chore: release 0.3.6
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/239 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/17/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/hyprland-0.3.8` --- ### 📝 Commits (1) - [`64851df`](https://github.com/JakeStanger/ironbar/commit/64851dfea3de382e567570c50b1b97279ec842c5) build(deps): bump hyprland from 0.3.1 to 0.3.8 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs) from 0.3.1 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyprland-community/hyprland-rs/releases">hyprland's releases</a>.</em></p> <blockquote> <h2>Fix: Add mapped client support and fix active_window regex 📦</h2> <h2>What's Changed</h2> <ul> <li>feat: add mapped state for client by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/64">hyprland-community/hyprland-rs#64</a></li> <li>fix: make class capture group lazy by <a href="https://github.com/zd4y"><code>@​zd4y</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/66">hyprland-community/hyprland-rs#66</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zd4y"><code>@​zd4y</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/66">hyprland-community/hyprland-rs#66</a> 🚀</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.7...0.3.8">https://github.com/hyprland-community/hyprland-rs/compare/0.3.7...0.3.8</a></p> <h2>Fix: minimize and screencast event missordering</h2> <h2>What's Changed</h2> <ul> <li>fix: reorder minimize and screencast by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/62">hyprland-community/hyprland-rs#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.6...0.3.7">https://github.com/hyprland-community/hyprland-rs/compare/0.3.6...0.3.7</a></p> <h2>Hotfix: Fix regex and notify</h2> <p>So regex updated, and stuff should hypothetically break. Also there should be a fix for <code>ctl::notify</code> for colors</p> <h2>Autogenerated stuffies</h2> <h3>What's Changed</h3> <ul> <li>Fix hyprctl Color and Icon problem by <a href="https://github.com/ysekka"><code>@​ysekka</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/58">hyprland-community/hyprland-rs#58</a></li> <li>Remove reference to RegexError::__Nonexhaustive by <a href="https://github.com/danhandrea"><code>@​danhandrea</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/59">hyprland-community/hyprland-rs#59</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/ysekka"><code>@​ysekka</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/58">hyprland-community/hyprland-rs#58</a></li> <li><a href="https://github.com/danhandrea"><code>@​danhandrea</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/59">hyprland-community/hyprland-rs#59</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.4..0.3.6">https://github.com/hyprland-community/hyprland-rs/compare/0.3.4..0.3.6</a></p> <h1>Another update</h1> <p>Yeah, so this update doesn't really do much but fix stuff, and add new Hyprland features, though there is like one breaking change which most won't notice, but it's to do with starting an event listener, now all of them require <code>&amp;mut self</code></p> <h2>Auto generated release notes</h2> <h3>What's Changed</h3> <ul> <li>add movecursor dispatch by <a href="https://github.com/BKSalman"><code>@​BKSalman</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/50">hyprland-community/hyprland-rs#50</a></li> <li>Fix parsing error when swallowing is active by <a href="https://github.com/exit91"><code>@​exit91</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/53">hyprland-community/hyprland-rs#53</a></li> <li>feat: this add the new <code>initialClass</code> and <code>initialTitle</code> by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/54">hyprland-community/hyprland-rs#54</a></li> <li>fixed movetoworkspace and movetoworkspacesilent by <a href="https://github.com/levnikmyskin"><code>@​levnikmyskin</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/49">hyprland-community/hyprland-rs#49</a></li> <li>feat: add window title change event by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/56">hyprland-community/hyprland-rs#56</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/exit91"><code>@​exit91</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/53">hyprland-community/hyprland-rs#53</a></li> <li><a href="https://github.com/levnikmyskin"><code>@​levnikmyskin</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/49">hyprland-community/hyprland-rs#49</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.3...0.3.4">https://github.com/hyprland-community/hyprland-rs/compare/0.3.3...0.3.4</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/93d4933d63a225c73acf0512b09b7425a07be0ca"><code>93d4933</code></a> chore: release crate 0.3.8</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/e1d927fb2b88ec08c8130bf478195dedaef51f29"><code>e1d927f</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/66">#66</a> from zd4y/master</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/f08fd940e1cba4ebddd4f6e2ba779add4fda78cb"><code>f08fd94</code></a> fix: make class capture group lazy</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/e8afb496b79bb3184b6f698d196ffebefb028cb2"><code>e8afb49</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/64">#64</a> from cyrinux/feat/add-client-mapped</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/beb5a31386531cb7a6dc8149b144ee6ad6078221"><code>beb5a31</code></a> feat: add mapped state for client</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/7bf792b27ba2cdbc6fb072bbc10a2c51b13a2fa0"><code>7bf792b</code></a> chore: release crate 0.3.7</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/2d8a02114201bad708cef5deb97aebf564387f87"><code>2d8a021</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/62">#62</a> from cyrinux/fix/screencast-and-minimize-events-ordering</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/c65ec47d96c6051fa0a023199059b18a3d814e4a"><code>c65ec47</code></a> fix: reorder minimize and screencast</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/861f506f3e762aa6b49ca17e808fc14cb9d6eadb"><code>861f506</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/60">#60</a> from hyprland-community/chore/crate-update-0.3.6</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/ba0e84885d380ce59a51fa71165fe8f98b157590"><code>ba0e848</code></a> chore: release 0.3.6</li> <li>Additional commits viewable in <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.1...0.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyprland&package-manager=cargo&previous-version=0.3.1&new-version=0.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:55:16 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#7596
No description provided.