1
+ <!-- MD024 - We want repeated headings in a changelog file -->
2
+ <!-- markdownlint-disable-file MD024 -->
3
+
1
4
# Changelog
2
5
3
6
While we try to keep the ` Unreleased ` changes updated, it is often behind and does not include
4
7
all merged pull requests. To see a list of all changes since the latest release, you may compare
5
8
current changes on git with [ previous release tags] [ git_tag_comparison ] .
6
9
7
- [ git_tag_comparison ] : https://github.com/bevyengine/bevy/compare/v0.4.0...master
8
-
10
+ [ git_tag_comparison ] : https://github.com/bevyengine/bevy/compare/v0.4.0...main
9
11
10
12
## Version 0.4.0 (2020-12-19)
11
13
12
14
### Added
15
+
13
16
- [ add bevymark benchmark example] [ 273 ]
14
- - [ gltf: support camera and fix hierarchy] [ 772 ]
17
+ - [ gltf: support camera and fix hierarchy] [ 772 ]
15
18
- [ Add tracing spans to schedules, stages, systems] [ 789 ]
16
19
- [ add example that represents contributors as bevy icons] [ 801 ]
17
20
- [ Add received character] [ 805 ]
18
- - [ Add bevy_dylib to force dynamic linking of bevy] [ 808 ]
21
+ - [ Add bevy_dylib to force dynamic linking of bevy] [ 808 ]
19
22
- [ Added RenderPass::set_scissor_rect] [ 815 ]
20
23
- [ ` bevy_log ` ] [ 836 ]
21
24
- Adds logging functionality as a Plugin.
@@ -33,7 +36,7 @@ current changes on git with [previous release tags][git_tag_comparison].
33
36
- Replaces the properties system
34
37
- [ Add support for Apple Silicon] [ 928 ]
35
38
- [ Live reloading of shaders] [ 937 ]
36
- - [ Store mouse cursor position in Window] [ 940 ]
39
+ - [ Store mouse cursor position in Window] [ 940 ]
37
40
- [ Add removal_detection example] [ 945 ]
38
41
- [ Additional vertex attribute value types] [ 946 ]
39
42
- [ Added WindowFocused event] [ 956 ]
@@ -46,9 +49,9 @@ current changes on git with [previous release tags][git_tag_comparison].
46
49
47
50
### Changed
48
51
49
- - [ delegate layout reflection to RenderResourceContext] [ 691 ]
52
+ - [ delegate layout reflection to RenderResourceContext] [ 691 ]
50
53
- [ Fall back to remove components one by one when failing to remove a bundle] [ 719 ]
51
- - [ Port hecs derive macro improvements] [ 761 ]
54
+ - [ Port hecs derive macro improvements] [ 761 ]
52
55
- [ Use glyph_brush_layout and add text alignment support] [ 765 ]
53
56
- [ upgrade glam and hexasphere] [ 791 ]
54
57
- [ Flexible ECS Params] [ 798 ]
@@ -242,7 +245,7 @@ current changes on git with [previous release tags][git_tag_comparison].
242
245
- [ ` FrameTimeDiagnosticsPlugin ` now shows "frame count" in addition to "frame time" and "fps"] [ 678 ]
243
246
- [ Add hierarchy example] [ 565 ]
244
247
- [ ` WgpuPowerOptions ` for choosing between low power, high performance, and adaptive power] [ 397 ]
245
- - Derive ` Debug ` for more types: [ #597 ] [ 597 ] , [ #632 ] [ 632 ]
248
+ - Derive ` Debug ` for more types: [ #597 ] [ 597 ] , [ #632 ] [ 632 ]
246
249
- Index buffer specialization
247
250
- [ Allows the use of U32 indices in Mesh index buffers in addition to the usual U16 indices] [ 568 ]
248
251
- [ Switch to u32 indices by default] [ 572 ]
@@ -286,7 +289,7 @@ current changes on git with [previous release tags][git_tag_comparison].
286
289
- [ Migrated to Rodio 0.12] [ 692 ]
287
290
- New method of playing audio can be found in the examples.
288
291
- Added support for inserting custom initial values for ` Local<T> ` system resources [ #745 ] [ 745 ]
289
-
292
+
290
293
### Fixed
291
294
292
295
- [ Properly update bind group ids when setting dynamic bindings] [ 560 ]
@@ -359,7 +362,6 @@ current changes on git with [previous release tags][git_tag_comparison].
359
362
[ 745 ] : https://github.com/bevyengine/bevy/pull/745
360
363
[ 752 ] : https://github.com/bevyengine/bevy/pull/752
361
364
362
-
363
365
## Version 0.2.1 (2020-9-20)
364
366
365
367
### Fixed
0 commit comments