Update CHANGELOG.md

This commit is contained in:
Julian Groß 2023-07-10 22:41:29 +02:00
parent c05fde3db4
commit 9d999c56ff

View file

@ -12,7 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
This project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- ## [Unreleased] 2023.07.03 --> <!-- ## [Unreleased] 2023.07.09 -->
<!-- ## [2023.07.1] 2023.07.09 -->
<!-- <!--
### Misc ### Misc
@ -38,7 +39,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
### Changes ### Changes
- Replaced Vircadia Metaverse Server with a testing server as federation default (PR330) - Replaced Vircadia Metaverse Server with a testing server as federation default (PR330)
- An empty audio device list now throws a warning instead of just a debug message (PR347) - An empty audio device list now throws a warning instead of just a debug message (PR347)
- Increased the maximum log file size from 512 kiB to 10 MiB (PR342) - Increased the maximum log file size from 512 kiB to 10 MiB (PR342,PR513)
- Decreased the amount of retained log files from 100 to 20 (PR342) - Decreased the amount of retained log files from 100 to 20 (PR342)
- Pressing the Return key with the the address/search bar in the Places App selected now navigates you to that address (PR403) - Pressing the Return key with the the address/search bar in the Places App selected now navigates you to that address (PR403)
- Replaced QT Script with V8 scripting engine (PR185,PR507) - Replaced QT Script with V8 scripting engine (PR185,PR507)
@ -51,7 +52,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
Interface will ask if future crashes should be reported automatically when it detects that it crashed on last run. Interface will ask if future crashes should be reported automatically when it detects that it crashed on last run.
It will also ask once in case of a non-stable build. It will also ask once in case of a non-stable build.
- Changed the VR overlay to only recenter when moving (PR478) - Changed the VR overlay to only recenter when moving (PR478)
- Added a workaround that prevents most users from needing to press down on the thumbstick to move (PR481) - Added a workaround that prevents most users from needing to press down on the thumbstick to move (PR481,PR512)
### Additions ### Additions
- Added option to graphics menu for choosing which screen to use for full screen mode (PR302) - Added option to graphics menu for choosing which screen to use for full screen mode (PR302)
@ -59,6 +60,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
- Added IME support in Desktop mode (PR431) - Added IME support in Desktop mode (PR431)
This allows typing in languages like Japanese or Chinese that make use of an IME. This allows typing in languages like Japanese or Chinese that make use of an IME.
- Added vertical Field Of View setting to graphics menu (PR465) - Added vertical Field Of View setting to graphics menu (PR465)
- Added crash reporting to the Domain server, Assignment client, and Oven (PR482)
### Removals ### Removals
- Removed outdated Inventory and Marketplace options from Wearables UI (PR303) - Removed outdated Inventory and Marketplace options from Wearables UI (PR303)