@@ -24,16 +24,16 @@ current changes on git with [previous release tags][git_tag_comparison].
24
24
- [ 3D OrthographicProjection improvements + new example] [ 1361 ]
25
25
- [ Flexible camera bindings] [ 1689 ]
26
26
- [ Render text in 2D scenes] [ 1122 ]
27
- - [ Text2d render quality] [ 1171 ]
27
+ - [ ` Text2d ` render quality] [ 1171 ]
28
28
- [ System sets and run criteria v2] [ 1675 ]
29
29
- [ System sets and parallel executor v2] [ 1144 ]
30
30
- [ Many-to-many system labels] [ 1576 ]
31
31
- [ Non-string labels (#1423 continued)] [ 1473 ]
32
- - [ Make EventReader a SystemParam] [ 1244 ]
33
- - [ Add EventWriter] [ 1575 ]
32
+ - [ Make ` EventReader ` a ` SystemParam ` ] [ 1244 ]
33
+ - [ Add ` EventWriter ` ] [ 1575 ]
34
34
- [ Reliable change detection] [ 1471 ]
35
35
- [ Redo State architecture] [ 1424 ]
36
- - [ Query::get_unique] [ 1263 ]
36
+ - [ ` Query::get_unique ` ] [ 1263 ]
37
37
- [ gltf: load normal and occlusion as linear textures] [ 1762 ]
38
38
- [ Add separate brightness field to AmbientLight] [ 1605 ]
39
39
- [ world coords to screen space] [ 1258 ]
@@ -47,48 +47,48 @@ current changes on git with [previous release tags][git_tag_comparison].
47
47
- [ enable wgpu device features] [ 547 ]
48
48
- [ Subpixel text positioning] [ 1196 ]
49
49
- [ make more information available from loaded GLTF model] [ 1020 ]
50
- - [ use Name on node when loading a gltf file] [ 1183 ]
50
+ - [ use ` Name ` on node when loading a gltf file] [ 1183 ]
51
51
- [ GLTF loader: support mipmap filters] [ 1639 ]
52
52
- [ Add support for gltf::Material::unlit] [ 1341 ]
53
- - [ Implement Reflect for tuples up to length 12] [ 1218 ]
53
+ - [ Implement ` Reflect ` for tuples up to length 12] [ 1218 ]
54
54
- [ Process Asset File Extensions With Multiple Dots] [ 1277 ]
55
55
- [ Update Scene Example to Use scn.ron File] [ 1339 ]
56
56
- [ 3d game example] [ 1252 ]
57
57
- [ Add keyboard modifier example (#1656 )] [ 1657 ]
58
58
- [ Count number of times a repeating Timer wraps around in a tick] [ 1112 ]
59
59
- [ recycle ` Timer ` refactor to duration.sparkles Add ` Stopwatch ` struct.] [ 1151 ]
60
60
- [ add scene instance entity iteration] [ 1058 ]
61
- - [ Make Commands and World apis consistent] [ 1703 ]
62
- - [ Add ` insert_children ` and ` push_children ` to EntityMut] [ 1728 ]
63
- - [ Extend AppBuilder api with ` add_system_set ` and similar methods] [ 1453 ]
64
- - [ add labels and ordering for transform and parent systems in POST_UPDATE stage] [ 1456 ]
61
+ - [ Make ` Commands ` and ` World ` apis consistent] [ 1703 ]
62
+ - [ Add ` insert_children ` and ` push_children ` to ` EntityMut ` ] [ 1728 ]
63
+ - [ Extend ` AppBuilder ` api with ` add_system_set ` and similar methods] [ 1453 ]
64
+ - [ add labels and ordering for transform and parent systems in ` POST_UPDATE ` stage] [ 1456 ]
65
65
- [ Explicit execution order ambiguities API] [ 1469 ]
66
66
- [ Resolve (most) internal system ambiguities] [ 1606 ]
67
67
- [ Change 'components' to 'bundles' where it makes sense semantically] [ 1257 ]
68
68
- [ add ` Flags<T> ` as a query to get flags of component] [ 1172 ]
69
- - [ Rename add_resource to insert_resource] [ 1356 ]
70
- - [ Update init_resource to not overwrite] [ 1349 ]
69
+ - [ Rename ` add_resource ` to ` insert_resource ` ] [ 1356 ]
70
+ - [ Update ` init_resource ` to not overwrite] [ 1349 ]
71
71
- [ Enable dynamic mutable access to component data] [ 1284 ]
72
- - [ Get rid of ChangedRes] [ 1313 ]
73
- - [ impl SystemParam for Option<Res<T >> / Option<ResMut<T >>] [ 1494 ]
72
+ - [ Get rid of ` ChangedRes ` ] [ 1313 ]
73
+ - [ impl ` SystemParam ` for ` Option<Res<T>> ` / ` Option<ResMut<T>> ` ] [ 1494 ]
74
74
- [ Add Window Resize Constraints] [ 1409 ]
75
75
- [ Add basic file drag and drop support] [ 1096 ]
76
- - [ Modify Derive to allow unit structs for RenderResources.] [ 1089 ]
76
+ - [ Modify Derive to allow unit structs for ` RenderResources ` .] [ 1089 ]
77
77
- [ bevy_render: load .spv assets] [ 1104 ]
78
78
- [ Expose wgpu backend in WgpuOptions and allow it to be configured from the environment] [ 1042 ]
79
79
- [ updates on diagnostics (log + new diagnostics)] [ 1085 ]
80
80
- [ enable change detection for labels] [ 1155 ]
81
81
- [ Name component with fast comparisons] [ 1109 ]
82
- - [ Support for !Send tasks] [ 1216 ]
83
- - [ Add missing spawn_local method to Scope in the single threaded executor case] [ 1266 ]
82
+ - [ Support for ` !Send ` tasks] [ 1216 ]
83
+ - [ Add missing ` spawn_local ` method to ` Scope ` in the single threaded executor case] [ 1266 ]
84
84
- [ Add bmp as a supported texture format] [ 1081 ]
85
85
- [ Add an alternative winit runner that can be started when not on the main thread] [ 1063 ]
86
- - [ Added use_dpi setting to WindowDescriptor] [ 1131 ]
87
- - [ Implement Copy for ElementState] [ 1154 ]
88
- - [ Mutable mesh accessors: indices_mut and attribute_mut] [ 1164 ]
86
+ - [ Added ` use_dpi ` setting to ` WindowDescriptor ` ] [ 1131 ]
87
+ - [ Implement ` Copy ` for ` ElementState ` ] [ 1154 ]
88
+ - [ Mutable mesh accessors: ` indices_mut ` and ` attribute_mut ` ] [ 1164 ]
89
89
- [ Add support for OTF fonts] [ 1200 ]
90
90
- [ Add ` from_xyz ` to ` Transform ` ] [ 1212 ]
91
- - [ Adding copy_texture_to_buffer and copy_texture_to_texture] [ 1236 ]
91
+ - [ Adding ` copy_texture_to_buffer ` and ` copy_texture_to_texture ` ] [ 1236 ]
92
92
- [ Added ` set_minimized ` and ` set_position ` to ` Window ` ] [ 1292 ]
93
93
- [ Example for 2D Frustum Culling] [ 1503 ]
94
94
- [ Add remove resource to commands] [ 1478 ]
@@ -100,13 +100,13 @@ current changes on git with [previous release tags][git_tag_comparison].
100
100
- [ color spaces and representation] [ 1572 ]
101
101
- [ Make vertex buffers optional] [ 1485 ]
102
102
- [ add to lower case to make asset loading case insensitive] [ 1427 ]
103
- - [ Replace right/up/forward and counter parts with local_x/ local_y and local_z] [ 1476 ]
104
- - [ Use valid keys to initialize AHasher in FixedState] [ 1268 ]
105
- - [ Change Name to take Into<String > instead of String] [ 1283 ]
103
+ - [ Replace right/up/forward and counter parts with ` local_x ` / ` local_y ` and ` local_z ` ] [ 1476 ]
104
+ - [ Use valid keys to initialize ` AHasher ` in ` FixedState ` ] [ 1268 ]
105
+ - [ Change ` Name ` to take ` Into<String> ` instead of ` String ` ] [ 1283 ]
106
106
- [ Update to wgpu-rs 0.7] [ 542 ]
107
107
- [ Update glam to 0.13.0.] [ 1550 ]
108
108
- [ use std clamp instead of Bevy's] [ 1644 ]
109
- - [ Make Reflect impls unsafe (Reflect::any must return ` self ` )] [ 1679 ]
109
+ - [ Make ` Reflect ` impls unsafe (` Reflect::any ` must return ` self ` )] [ 1679 ]
110
110
111
111
### Fixed
112
112
@@ -133,7 +133,6 @@ current changes on git with [previous release tags][git_tag_comparison].
133
133
- [ Fix missing paths in ECS SystemParam derive macro] [ 1434 ]
134
134
- [ Fix staging buffer required size calculation (fixes #1056 )] [ 1509 ]
135
135
136
-
137
136
[ 400 ] : https://github.com/bevyengine/bevy/pull/400
138
137
[ 542 ] : https://github.com/bevyengine/bevy/pull/542
139
138
[ 547 ] : https://github.com/bevyengine/bevy/pull/547
0 commit comments