Releases: zaycev/bevy-magic-light-2d
Releases · zaycev/bevy-magic-light-2d
0.8.1
Fixed regression bug and improved example
What's Changed
- Fix regression by @tigerplush in #68
- krypta zooming and LMB readme correction by @CarsonBurke in #66
- fixed pipeline? by @tigerplush in #71
- bumped version to v0.8.1 by @tigerplush in #73
New Contributors
- @CarsonBurke made their first contribution in #66
Full Changelog: 0.8.0...0.8.1
0.7.0
Updated to bevy 0.13
What's Changed
- Sdf scaling by @dbenson24 in #3
- add square example by @dbenson24 in #4
- use 2d light settings instead of the light pass params directly by @dbenson24 in #5
- Setup workflow by @zaycev in #6
- Add required status by @zaycev in #7
- Update README.md by @zaycev in #8
- Rotation by @dbenson24 in #9
- Update README.md by @zaycev in #10
- [wip] Improve shading of the occluders by @zaycev in #11
- Enable default bevy features in examples by @SpecificProtagonist in #16
- Bevy 0.10 by @White-Oak in #19
- upgrade linter version by @zaycev in #20
- Update top bevy-0.11 by @00alia00 in #22
- Bevy 11 by @zaycev in #23
- Helper traits for LightOccluder2d by @csandven in #26
- Update PR workflow by @zaycev in #27
- Fix - black pixels trasparency by @csandven in #28
- Remove lib info from Cargo.toml by @csandven in #29
- Egui as feature by @csandven in #33
- Remove unused dependencies by @csandven in #34
- Add support for window resizing by @zaycev in #35
- doc(README): remove typo by @Deep145757 in #36
- Update to Bevy12 by @zaycev in #37
- Fix deprecated shader imports by @csandven in #40
- Use bevy's warn!() macro by @martinlindhe in #43
- Prevent needing to copy shaders to your own repo by @ryanpeach in #49
- Revert "Prevent needing to copy shaders to your own repo" by @ryanpeach in #50
- fix: use global transform to compute lights by @luan in #52
- compat: bump bevy to 0.13 by @luan in #55
- Usage of embedded assets for shaders which are loaded and stored to ensure lifetime by @Rezan7CC in #60
New Contributors
- @dbenson24 made their first contribution in #3
- @zaycev made their first contribution in #6
- @SpecificProtagonist made their first contribution in #16
- @White-Oak made their first contribution in #19
- @00alia00 made their first contribution in #22
- @csandven made their first contribution in #26
- @Deep145757 made their first contribution in #36
- @martinlindhe made their first contribution in #43
- @ryanpeach made their first contribution in #49
- @luan made their first contribution in #52
Full Changelog: 0.2.0-rc.0...0.7.0
0.8.0
Updated to bevy 0.14
Known issues
What's Changed
- Upgraded to bevy 0.14 by @Rezan7CC in #61
- Added necessary information for cargo publish by @tigerplush in #62
- Fixed PR build status badge by @Rezan7CC in #63
New Contributors
- @tigerplush made their first contribution in #62
Full Changelog: 0.7.0...0.8.0
0.2.0-rc.0
Many updates