{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":441520029,"defaultBranch":"main","name":"leafwing-input-manager","ownerLogin":"Leafwing-Studios","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-12-24T17:19:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/70823421?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716195884.0","currentOid":""},"activityList":{"items":[{"before":"0d464470b49da73d9496cea5287c970168c7cfba","after":"0d688e44417e37d14b15febdb843b31c73be26a5","ref":"refs/heads/main","pushedAt":"2024-05-24T12:57:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Add timing data behind a feature (#526)\n\n* add timing data behind a feature\r\n\r\n* update release notes\r\n\r\n---------\r\n\r\nCo-authored-by: Charles Bournhonesque ","shortMessageHtmlLink":"Add timing data behind a feature (#526)"}},{"before":"83b5948fbf22769b55a4b5689b351a0d6b2d6a43","after":"0d464470b49da73d9496cea5287c970168c7cfba","ref":"refs/heads/main","pushedAt":"2024-05-20T09:04:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Update itertools requirement from 0.12 to 0.13 (#523)\n\nUpdates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.\r\n- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.13.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: itertools\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update itertools requirement from 0.12 to 0.13 (#523)"}},{"before":"de7fe4300c059be7fc68f1d215a613600ee6bfd9","after":null,"ref":"refs/heads/dependabot/cargo/itertools-0.13","pushedAt":"2024-05-20T09:04:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"}},{"before":null,"after":"de7fe4300c059be7fc68f1d215a613600ee6bfd9","ref":"refs/heads/dependabot/cargo/itertools-0.13","pushedAt":"2024-05-20T06:04:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update itertools requirement from 0.12 to 0.13\n\nUpdates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.\n- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: itertools\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update itertools requirement from 0.12 to 0.13"}},{"before":"650745ea870db9d5bd45696a265724842ef27476","after":"83b5948fbf22769b55a4b5689b351a0d6b2d6a43","ref":"refs/heads/main","pushedAt":"2024-05-08T14:36:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Add digital conversion processors (#521)\n\n* Add digital conversion processors\r\n\r\n* Docs processor\r\n\r\n* Clearer release notes\r\n\r\n---------\r\n\r\nCo-authored-by: Alice Cecile ","shortMessageHtmlLink":"Add digital conversion processors (#521)"}},{"before":"9855ed357e9e84a8961d16270aab5eb5b26f384e","after":"650745ea870db9d5bd45696a265724842ef27476","ref":"refs/heads/main","pushedAt":"2024-05-05T12:01:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Add `read_axis_values` for input querying (#520)\n\n* Add `read_axis_values` for input querying\r\n\r\n* RELEASES.md\r\n\r\n* RELEASES.md\r\n\r\n* Docs\r\n\r\n* Docs","shortMessageHtmlLink":"Add read_axis_values for input querying (#520)"}},{"before":"9e22a174bcb51e1177ed7f0f15ee08f45c88bfb7","after":"9855ed357e9e84a8961d16270aab5eb5b26f384e","ref":"refs/heads/main","pushedAt":"2024-05-04T10:57:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Rename `WithProcessorExt` to `WithProcessingPipelineExt` and add methods for processors (#519)\n\n* Add a `pipeline` method to create input processing pipelines\r\n\r\n* Typo\r\n\r\n* Rearrange RELEASES.md\r\n\r\n* Rename\r\n\r\n* Typo\r\n\r\n* Fix CI\r\n\r\n* RELEASES.md","shortMessageHtmlLink":"Rename WithProcessorExt to WithProcessingPipelineExt and add meth…"}},{"before":"48241a41cabb4e0ef7fca027c531a509fd48c15d","after":"9e22a174bcb51e1177ed7f0f15ee08f45c88bfb7","ref":"refs/heads/main","pushedAt":"2024-05-03T17:44:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Enhance consistency of methods for processors and WithProcessorExt traits (#518)","shortMessageHtmlLink":"Enhance consistency of methods for processors and WithProcessorExt tr…"}},{"before":"4c28c5704ff037797692f56de2e420b7d8e8d177","after":"48241a41cabb4e0ef7fca027c531a509fd48c15d","ref":"refs/heads/main","pushedAt":"2024-05-03T12:45:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Remove mock released events for mouse input and minor improve the docs (#517)\n\n* Remove mock released events for mouse input and minor improve the docs\r\n\r\n* Add comments\r\n\r\n* Improve docs","shortMessageHtmlLink":"Remove mock released events for mouse input and minor improve the docs ("}},{"before":"1f147844ac70c0e40378bfe0b6f645b0af1fe700","after":"4c28c5704ff037797692f56de2e420b7d8e8d177","ref":"refs/heads/main","pushedAt":"2024-05-03T02:48:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Remove the hacky `value` field and `from_value` method of axis-like inputs in favor of a new input mocking API (#515)\n\n* Reset head\r\n\r\n* Typo","shortMessageHtmlLink":"Remove the hacky value field and from_value method of axis-like i…"}},{"before":"bc2375aced9e02c1e2253bc579c2312f9682fbed","after":"1f147844ac70c0e40378bfe0b6f645b0af1fe700","ref":"refs/heads/main","pushedAt":"2024-05-03T01:49:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Add `WithProcessorExt` traits and impls for short input processing configuration (#514)\n\n* Add new fluent builders and iterators for `InputMap`\r\n\r\n* Improve tests and RELEASES.md\r\n\r\n* Fix unused import\r\n\r\n* Add `WithProcessor` traits and impls for straightforward common input handling\r\n\r\n* Typo\r\n\r\n* Minor\r\n\r\n* Rename\r\n\r\n* RELEASES.md\r\n\r\n* Fix CI\r\n\r\n* Typo","shortMessageHtmlLink":"Add WithProcessorExt traits and impls for short input processing co…"}},{"before":"41bfa8010a491ae962093e2f4771569aaeefce53","after":"bc2375aced9e02c1e2253bc579c2312f9682fbed","ref":"refs/heads/main","pushedAt":"2024-05-03T01:17:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Add new fluent builders and iterators for `InputMap` (#513)\n\n* Add new fluent builders and iterators for `InputMap`\r\n\r\n* Improve tests and RELEASES.md\r\n\r\n* Fix unused import\r\n\r\n* Typo","shortMessageHtmlLink":"Add new fluent builders and iterators for InputMap (#513)"}},{"before":"3089e52d1bc90cd79e9339a79dbfb963a34d2a5f","after":null,"ref":"refs/heads/dependabot/github_actions/Leafwing-Studios/cargo-cache-1.2.0","pushedAt":"2024-04-29T12:16:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"}},{"before":"47da5bcc868991df8a94984f26006ed37117883a","after":"41bfa8010a491ae962093e2f4771569aaeefce53","ref":"refs/heads/main","pushedAt":"2024-04-29T12:16:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Bump Leafwing-Studios/cargo-cache from 1.1.0 to 1.2.0 (#493)\n\nBumps [Leafwing-Studios/cargo-cache](https://github.com/leafwing-studios/cargo-cache) from 1.1.0 to 1.2.0.\r\n- [Release notes](https://github.com/leafwing-studios/cargo-cache/releases)\r\n- [Commits](https://github.com/leafwing-studios/cargo-cache/compare/v1.1.0...v1.2.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: Leafwing-Studios/cargo-cache\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Alice Cecile ","shortMessageHtmlLink":"Bump Leafwing-Studios/cargo-cache from 1.1.0 to 1.2.0 (#493)"}},{"before":"55db8302a627767175355b028c5c3ffc5237dad1","after":"3089e52d1bc90cd79e9339a79dbfb963a34d2a5f","ref":"refs/heads/dependabot/github_actions/Leafwing-Studios/cargo-cache-1.2.0","pushedAt":"2024-04-29T12:16:17.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/Leafwing-Studios/cargo-cache-1.2.0","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/Leafwing-Studios/c…"}},{"before":"654d6c8d47e31501b349308da57cc1540f8a54bf","after":"47da5bcc868991df8a94984f26006ed37117883a","ref":"refs/heads/main","pushedAt":"2024-04-29T11:32:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Prefer `FromIter<*AxisProcessor>` over `From>` (#512)\n\n* Prefer `FromIter<*AxisProcessor>` over `From>`\r\n\r\n* Fix docs","shortMessageHtmlLink":"Prefer FromIter<*AxisProcessor> over From<Vec<*AxisProcessor>> (#512"}},{"before":"b62725cc9ca8693104e4c90ecc53101b3e0ec59e","after":"654d6c8d47e31501b349308da57cc1540f8a54bf","ref":"refs/heads/main","pushedAt":"2024-04-22T16:25:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Refactor input processors to make them more straightforward and performant (#511)\n\n* Convert input processor traits into enums\r\n\r\n* improve\r\n\r\n* typo\r\n\r\n* typo\r\n\r\n* typo\r\n\r\n* Use `Vec>` to represent pipelines of processors\r\n\r\n* Merged `input_processing/dual_axis/modifier.rs` into `mod.rs`.\r\n\r\n* Add example\r\n\r\n* Remove outdated entries in RELEASES.md\r\n\r\n* Update RELEASES.md","shortMessageHtmlLink":"Refactor input processors to make them more straightforward and perfo…"}},{"before":"bdd87c6077d7611d5535f3fea77d4da1d77e9889","after":null,"ref":"refs/heads/dependabot/cargo/bevy_egui-0.27","pushedAt":"2024-04-22T16:01:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"}},{"before":"29a9458258f93094911df3f82a7f82d7ee263e2e","after":"b62725cc9ca8693104e4c90ecc53101b3e0ec59e","ref":"refs/heads/main","pushedAt":"2024-04-22T16:01:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Update bevy_egui requirement from 0.26 to 0.27 (#510)\n\nUpdates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version.\r\n- [Release notes](https://github.com/mvlabat/bevy_egui/releases)\r\n- [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.26.0...v0.27.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: bevy_egui\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update bevy_egui requirement from 0.26 to 0.27 (#510)"}},{"before":null,"after":"bdd87c6077d7611d5535f3fea77d4da1d77e9889","ref":"refs/heads/dependabot/cargo/bevy_egui-0.27","pushedAt":"2024-04-22T06:43:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update bevy_egui requirement from 0.26 to 0.27\n\nUpdates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version.\n- [Release notes](https://github.com/mvlabat/bevy_egui/releases)\n- [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.26.0...v0.27.0)\n\n---\nupdated-dependencies:\n- dependency-name: bevy_egui\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update bevy_egui requirement from 0.26 to 0.27"}},{"before":"d65cb601c0df19f9ce05690f3d66a73495e57077","after":"29a9458258f93094911df3f82a7f82d7ee263e2e","ref":"refs/heads/main","pushedAt":"2024-04-18T12:11:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Make bevy/bevy_gilrs feature optional (#509)\n\n* Make bevy/bevy_gilrs feature optional\r\n\r\n* Add note to RELEASES.md","shortMessageHtmlLink":"Make bevy/bevy_gilrs feature optional (#509)"}},{"before":"7408157df7665278d5f8a380ef972f8f22ed9e0a","after":"d65cb601c0df19f9ce05690f3d66a73495e57077","ref":"refs/heads/main","pushedAt":"2024-04-12T21:25:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Clarify the docs for getting `ActionData` (#507)\n\n* Clarify the docs for getting `ActionData`\r\n\r\n* Minor","shortMessageHtmlLink":"Clarify the docs for getting ActionData (#507)"}},{"before":"0115ca456321729633be7af51c282d0f47156988","after":"7408157df7665278d5f8a380ef972f8f22ed9e0a","ref":"refs/heads/main","pushedAt":"2024-04-12T19:27:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Replace axis-like input configuration with new input processors (#494)\n\n* Add input processors and input settings\r\n\r\n* Replace all usage\r\n\r\n* RELEASES.md\r\n\r\n* Document\r\n\r\n* Document\r\n\r\n* Document\r\n\r\n* Document\r\n\r\n* Add more test cases\r\n\r\n* Split out deadzones into another module\r\n\r\n* Fix CI and examples\r\n\r\n* add `with_settings`\r\n\r\n* Update comment\r\n\r\n* Split axis settings into separate modules\r\n\r\n* Update the documentation\r\n\r\n* typo\r\n\r\n* RELEASES.md\r\n\r\n* fix ci\r\n\r\n* fix RELEASES.md\r\n\r\n* fix documentation\r\n\r\n* fix documentation\r\n\r\n* Use new implementation\r\n\r\n* Add comments\r\n\r\n* Add an example\r\n\r\n* Fix warnings in examples\r\n\r\n* Remove compilation configuration\r\n\r\n* Doc typo\r\n\r\n* Doc typo\r\n\r\n* Fix hashing\r\n\r\n* Simplify\r\n\r\n* Fix macros\r\n\r\n* Improve docs\r\n\r\n* Improve docs\r\n\r\n* Improve\r\n\r\n* Rename macros.rs\r\n\r\n* Prefer import from bevy::prelude\r\n\r\n* Improve macro\r\n\r\n* Improve docs\r\n\r\n* Improve docs\r\n\r\n* Improve docs and fix CI\r\n\r\n* Rename Square* to DualAxis*\r\n\r\n* Split dual_axis.rs\r\n\r\n* Update module docs\r\n\r\n* Rename `with_processor` to `replace_processor`, add `with_processor`\r\n\r\n* Improve docs\r\n\r\n* Improve docs\r\n\r\n* Rearrange the order of match arms\r\n\r\n* Improve docs\r\n\r\n* Typo\r\n\r\n* Expand macros and refine the results\r\n\r\n* Rearrange dual-axis input processors\r\n\r\n* Rearrange processors\r\n\r\n* Remove macros.rs\r\n\r\n* Switch to `serde_flexitos`\r\n\r\n* Add tests\r\n\r\n* Minor\r\n\r\n* Improve docs\r\n\r\n* Inline doc alias\r\n\r\n* Typo\r\n\r\n* Add missing tests\r\n\r\n* Cleanup\r\n\r\n* Cleanup","shortMessageHtmlLink":"Replace axis-like input configuration with new input processors (#494)"}},{"before":"36f56dfcd3af2b2a2f118a4cb16e6364bad32233","after":"0115ca456321729633be7af51c282d0f47156988","ref":"refs/heads/main","pushedAt":"2024-03-31T12:59:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Fixed gamepad filtering (alternate branch) (#504)\n\n* Fixes gamepad filtering for button presses\r\n\r\n* Expanded documentation for `set_gamepad`\r\n\r\n* Updated release notes\r\n\r\n* Removed unused imports for CI approval","shortMessageHtmlLink":"Fixed gamepad filtering (alternate branch) (#504)"}},{"before":"beda94292f6ae20013dd39a773b0072eac0520cd","after":"36f56dfcd3af2b2a2f118a4cb16e6364bad32233","ref":"refs/heads/main","pushedAt":"2024-03-25T16:51:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Update bevy_egui requirement from 0.25 to 0.26 (#502)\n\nUpdates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version.\r\n- [Release notes](https://github.com/mvlabat/bevy_egui/releases)\r\n- [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.25.0...v0.26.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: bevy_egui\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update bevy_egui requirement from 0.25 to 0.26 (#502)"}},{"before":"5be44e9bf877ac7e72785649ad3abf7b892d9f53","after":null,"ref":"refs/heads/dependabot/cargo/bevy_egui-0.26","pushedAt":"2024-03-25T16:51:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"}},{"before":null,"after":"5be44e9bf877ac7e72785649ad3abf7b892d9f53","ref":"refs/heads/dependabot/cargo/bevy_egui-0.26","pushedAt":"2024-03-25T06:36:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update bevy_egui requirement from 0.25 to 0.26\n\nUpdates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version.\n- [Release notes](https://github.com/mvlabat/bevy_egui/releases)\n- [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.25.0...v0.26.0)\n\n---\nupdated-dependencies:\n- dependency-name: bevy_egui\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update bevy_egui requirement from 0.25 to 0.26"}},{"before":"fff223b72deb58364457b7241918d822a21ed48e","after":"beda94292f6ae20013dd39a773b0072eac0520cd","ref":"refs/heads/main","pushedAt":"2024-03-15T15:58:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"docs: add multiplayer action usage example (#499)","shortMessageHtmlLink":"docs: add multiplayer action usage example (#499)"}},{"before":"4bb4bed3cbad00faef736b4f83d578ef9b72f9cd","after":"fff223b72deb58364457b7241918d822a21ed48e","ref":"refs/heads/main","pushedAt":"2024-03-03T14:48:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Fix links in README.md (#497)","shortMessageHtmlLink":"Fix links in README.md (#497)"}},{"before":"a645abf520915db715eacb1db8f7140b57f32c11","after":"4bb4bed3cbad00faef736b4f83d578ef9b72f9cd","ref":"refs/heads/main","pushedAt":"2024-02-26T12:26:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alice-i-cecile","name":"Alice Cecile","path":"/alice-i-cecile","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3579909?s=80&v=4"},"commit":{"message":"Fix typos. (#492)","shortMessageHtmlLink":"Fix typos. (#492)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUwsAAAA","startCursor":null,"endCursor":null}},"title":"Activity · Leafwing-Studios/leafwing-input-manager"}