[PR #202] [CLOSED] build(deps): bump hyprland from 0.3.1 to 0.3.4 #8978

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/202
Author: @dependabot[bot]
Created: 6/26/2023
Status: Closed

Base: masterHead: dependabot/cargo/hyprland-0.3.4


📝 Commits (1)

  • 1a10e18 build(deps): bump hyprland from 0.3.1 to 0.3.4

📊 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.4.

Release notes

Sourced from hyprland's releases.

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

0.3.3, An update, yeah just an update

Stuff that changed:

Mostly like bug fixes, and adding new stuff from Hyprland tbh

Breaking changes

  • event structs are no longer tuple structs
  • also like new int types, yeah

Auto gen

What's Changed

New Contributors

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

0.3.2 The maintenance update

Literally just adds new stuff lol, also adds new silent feature which will get rid of error messages in STDERR ;)

Full Changelog: https://github.com/hyprland-community/hyprland-rs/compare/0.3.1...0.3.2

Commits
  • d62bec2 Fix stuff, and prepare for 0.3.4
  • b4b6e08 Merge pull request #56 from cyrinux/feat/add-settitlewindow-ipc-event
  • b33619c feat: add set title window event
  • ac79017 Merge pull request #49 from levnikmyskin/master
  • 3f2a851 Merge pull request #54 from cyrinux/feat/add-initial-class-title
  • c9b467d Make readme more informative
  • ac39ff7 feat: this add the new initialClass and initialTitle
  • f1977c7 Merge pull request #53 from exit91/master
  • cb91f38 Fix parsing error when swallowing is active
  • e41e0dd added {sep}
  • 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/202 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/26/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/hyprland-0.3.4` --- ### 📝 Commits (1) - [`1a10e18`](https://github.com/JakeStanger/ironbar/commit/1a10e188dfd732c524596357ce68ea762ee2c38b) build(deps): bump hyprland from 0.3.1 to 0.3.4 ### 📊 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.4. <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> <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> <h2>0.3.3, An update, yeah just an update</h2> <h2>Stuff that changed:</h2> <p>Mostly like bug fixes, and adding new stuff from Hyprland tbh</p> <h3>Breaking changes</h3> <ul> <li>event structs are no longer tuple structs</li> <li>also like new int types, yeah</li> </ul> <h2>Auto gen</h2> <h3>What's Changed</h3> <ul> <li>style: new lines by <a href="https://github.com/nikolay"><code>@​nikolay</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/40">hyprland-community/hyprland-rs#40</a></li> <li>fix: client size u16 to i16 by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/41">hyprland-community/hyprland-rs#41</a></li> <li>fix: this fix the urgent event by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/45">hyprland-community/hyprland-rs#45</a></li> <li>fix: allow passing slash in (dispatcher) commands by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/43">hyprland-community/hyprland-rs#43</a></li> <li>chore: make clippy happy with short bool test by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/47">hyprland-community/hyprland-rs#47</a></li> <li>chore: implement a macro for CommandContent by <a href="https://github.com/cyrinux"><code>@​cyrinux</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/46">hyprland-community/hyprland-rs#46</a></li> <li>replace tuple structs with normal structs by <a href="https://github.com/BKSalman"><code>@​BKSalman</code></a> in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/48">hyprland-community/hyprland-rs#48</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/nikolay"><code>@​nikolay</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/40">hyprland-community/hyprland-rs#40</a></li> <li><a href="https://github.com/BKSalman"><code>@​BKSalman</code></a> made their first contribution in <a href="https://redirect.github.com/hyprland-community/hyprland-rs/pull/48">hyprland-community/hyprland-rs#48</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.2...0.3.3">https://github.com/hyprland-community/hyprland-rs/compare/0.3.2...0.3.3</a></p> <h2>0.3.2 The maintenance update</h2> <p>Literally just adds new stuff lol, also adds new <code>silent</code> feature which will get rid of error messages in <code>STDERR</code> ;)</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.1...0.3.2">https://github.com/hyprland-community/hyprland-rs/compare/0.3.1...0.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/d62bec26b33a5c48db021f6cfe39eff1fe02f8d4"><code>d62bec2</code></a> Fix stuff, and prepare for <code>0.3.4</code></li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/b4b6e08622429760970a6c0916e068d3b1bac60b"><code>b4b6e08</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/56">#56</a> from cyrinux/feat/add-settitlewindow-ipc-event</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/b33619c16169614ed07dbc0e0f18cb0f90b76d42"><code>b33619c</code></a> feat: add set title window event</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/ac79017e2e5d6cabb8697769fe266de6d01a23bf"><code>ac79017</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/49">#49</a> from levnikmyskin/master</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/3f2a85189c53e6b5ea153661b0f985642c4dcc21"><code>3f2a851</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/54">#54</a> from cyrinux/feat/add-initial-class-title</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/c9b467d731a5be3408a7e48715877d76d44d1538"><code>c9b467d</code></a> Make readme more informative</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/ac39ff791f4f5d2b9bd1f41d344a0393b2a5e16c"><code>ac39ff7</code></a> feat: this add the new <code>initialClass</code> and <code>initialTitle</code></li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/f1977c7e513552140f45ee1397be8fa6bfef37cc"><code>f1977c7</code></a> Merge pull request <a href="https://redirect.github.com/hyprland-community/hyprland-rs/issues/53">#53</a> from exit91/master</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/cb91f382a8ff8e147b1dc7bdb73a96a414055b28"><code>cb91f38</code></a> Fix parsing error when swallowing is active</li> <li><a href="https://github.com/hyprland-community/hyprland-rs/commit/e41e0ddf6761478d6755386e2ef84207f1a45e73"><code>e41e0dd</code></a> added {sep}</li> <li>Additional commits viewable in <a href="https://github.com/hyprland-community/hyprland-rs/compare/0.3.1...0.3.4">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.4)](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 03:55:17 +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#8978
No description provided.