Releases: rpavlik/xr-picker
Releases · rpavlik/xr-picker
2.2.1 - Dependency updates, and a fix on Windows
What's Changed
- core: Create subpath key for OpenXR if not-exist by @utzcoz in #29
- Enable dependabot for cargo by @utzcoz in #28
- Enable dependabot for GitHub Actions by @utzcoz in #25
- Bump xml-rs from 0.8.13 to 0.8.14 by @dependabot in #30
- Bump serde_json from 1.0.96 to 1.0.99 by @dependabot in #34
- Bump itertools from 0.10.5 to 0.11.0 by @dependabot in #33
- Bump serde from 1.0.163 to 1.0.164 by @dependabot in #31
- Bump fsfe/reuse-action from 1 to 2 by @dependabot in #43
- Bump xdg from 2.5.0 to 2.5.2 by @dependabot in #42
- Bump actions/checkout from 3 to 4 by @dependabot in #50
- Bump thiserror from 1.0.40 to 1.0.48 by @dependabot in #48
- Bump object from 0.31.1 to 0.32.1 by @dependabot in #49
- Bump winreg from 0.50.0 to 0.51.0 by @dependabot in #56
- Bump egui-winit from 0.22.0 to 0.23.0 by @dependabot in #57
- Bump serde from 1.0.164 to 1.0.188 by @dependabot in #54
- Bump image from 0.24.6 to 0.24.7 by @dependabot in #53
- Bump rfd from 0.11.4 to 0.12.0 by @dependabot in #55
- Bump eframe from 0.22.0 to 0.23.0 by @dependabot in #59
- Bump egui-winit from 0.22.0 to 0.23.0 by @dependabot in #60
- Do a full cargo update by @rpavlik in #62
New Contributors
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Set minimum window size (1024x256px) by @technobaboo in #20 (later adjusted to 800x256px)
- Small cleanups, adjust call to action by @rpavlik in #22
- Fix crate publishing for gui by @rpavlik in #19
- Bump enumflags2 from 0.7.5 to 0.7.7 by @dependabot in #21
- Dependency updates by @rpavlik in #23
- Update deps on Windows by @rpavlik in #24
New Contributors
- @technobaboo made their first contribution in #20
- @dependabot made their first contribution in #21
Full Changelog: 2.1.0...2.2.0
2.1.0: Usability improvements
What's Changed
- Forbid unsafe code and add a badge about it. by @rpavlik in #14
- Use Ubuntu 20.04 for more compatible CI builds by @rpavlik in #16
- Prepare for crates.io publication by @rpavlik in #15
- Add a button to forget the extra manifests by @rpavlik in #17
- Improve style and usability by @rpavlik in #18
Full Changelog: 2.0.0...2.1.0
Version 2.0.0
What's Changed
- Update deps and fix Linux by @rpavlik in #11
- Manifest file picker/drag and drop by @rpavlik in #10
- Icons by @rpavlik in #12
- Release prep by @rpavlik in #13
Full Changelog: 1.0.0...2.0.0
(Version 1.0 was not originally tagged but was marked in the Cargo.toml file, and since we changed the API non-compatibly, the major version was bumped.)