You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ like documentaion or CI pipeline.
11
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
12
12
This project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
13
13
14
-
## [2025.09.1] 2025.09.02
14
+
## [2025.09.1] 2025.09.13
15
15
16
16
### Fixes
17
17
- Fixed issue with blur, resulting in better image quality when using effects such as bloom (PR1563)
@@ -46,6 +46,9 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
46
46
- Fixed erasing chat messages requiring a restart (PR1670)
47
47
- Fixed some regressions introduced by the automated entity property serialization (PR1242,PR1655)
48
48
- Fixed crash when loading shader cache also improving startup times (PR1772)
49
+
- Fixed Create app's Sound Entity overlay icon that was rendering full black (PR1812)
50
+
- Fixed VR preview always being 16:9 aspect ratio (PR1571)
51
+
-
49
52
50
53
### Changes
51
54
- Lowered maximum MTU (PR1604)
@@ -60,6 +63,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
60
63
- Updated SDL2 to 2.32.8 (PR1770)
61
64
- Small improvements to the Snap app (PR1768)
62
65
- Greyed out anti-aliasing setting on forward renderer, since it always has MSAA enabled (PR1690)
66
+
- Reduced the OpenXR plugin's trigger click threshold to 95% (PR1804)
63
67
64
68
### Additions
65
69
- Added dark (and light) theme to our JavaScript console (PR1538)
@@ -77,7 +81,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
77
81
- Added initial support for launching sandbox server on platforms other than Windows (PR1456)
78
82
- Added API to hide desktop menu bar (PR1692)
79
83
- Added user count per Place to the Places app where available (PR1724)
80
-
- Added in-world context menu (PR1749,PR1789,PR1768)
84
+
- Added in-world context menu (PR1749,PR1789,PR1768,PR1815)
81
85
This context menu has an API. Check out the `scripts/tutorials/contextMenu/` folder for examples. The API module is at `scripts/modules/contextMenu.js`.
0 commit comments