mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 00:52:37 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
b931e545fe
commit
0d383c7855
1 changed files with 13 additions and 4 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -12,7 +12,7 @@ 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).
|
||||
|
||||
|
||||
<!-- ## [Unreleased] 2023.06.25 -->
|
||||
<!-- ## [Unreleased] 2023.07.03 -->
|
||||
|
||||
<!--
|
||||
### Misc
|
||||
|
@ -29,7 +29,11 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
|
|||
- Fixed a regression that broke resetting the settings (PR445)
|
||||
- Fixed deadlock on start on Debian Testing (PR185)
|
||||
- Fixed Windows 11 showing up as Windows 10 in logs (PR448)
|
||||
|
||||
- Fixed Metallic values on FBX models created by Blender 2.79 or earlier (PR463)
|
||||
- Fixed laser pointers being rendered below overlays (PR490)
|
||||
- Fixed angle text sometimes being occluded when using Create app (PR498)
|
||||
- Hugely improved Create app performance in Domains with many entities (PR498)
|
||||
- Fixed an issue that could cause laser pointers to rapidly flash (PR495)
|
||||
|
||||
### Changes
|
||||
- Replaced Vircadia Metaverse Server with a testing server as federation default (PR330)
|
||||
|
@ -37,12 +41,17 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
|
|||
- Increased the maximum log file size from 512 kiB to 10 MiB (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)
|
||||
- Replaced QT Script with V8 scripting engine (PR185)
|
||||
- Replaced QT Script with V8 scripting engine (PR185,PR507)
|
||||
This is a huge change under the hood, which ended up fixing a lot of issues.
|
||||
Since the new scripting engine does not behave exactly the same as the old one,
|
||||
some scripts might need fixing. The new scripting engine is especially picky when it comes to undefined behaviour.
|
||||
Most notably "use strict" is actually strict now and won't allow you to use variables without defining them first.
|
||||
- Silenced ForceHtmlAudioOutputDeviceUpdate log message (PR473)
|
||||
- Improved crash reporting functionality (PR480,PR484)
|
||||
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.
|
||||
- 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)
|
||||
|
||||
### Additions
|
||||
- Added option to graphics menu for choosing which screen to use for full screen mode (PR302)
|
||||
|
@ -55,7 +64,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
|
|||
- Removed outdated Inventory and Marketplace options from Wearables UI (PR303)
|
||||
- Removed outdated Beacon system (PR327)
|
||||
- Removed long deprecated styles-uit and controls-uit QML modules (PR380)
|
||||
- Removed outdated Marketplace and Wallet code (PR381,PR477)
|
||||
- Removed outdated Marketplace and Wallet code (PR381,PR477,PR487)
|
||||
|
||||
### Build system
|
||||
- Fixed error in configuration step on some rolling release Linux distributions (PR301)
|
||||
|
|
Loading…
Reference in a new issue