mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 19:07:51 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
a89ddf2d26
commit
63f6ee110e
1 changed files with 22 additions and 1 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -7,8 +7,28 @@ 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] 2022.09.09
|
## [Unreleased] 2022.10.02
|
||||||
### Fixes
|
### Fixes
|
||||||
|
-
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Improved the notification system (PR189)
|
||||||
|
|
||||||
|
### Additions
|
||||||
|
- Added a setting to disable snapshot notifications (PR189)
|
||||||
|
- Added a setting to switch between screenshot formats (PR134)
|
||||||
|
|
||||||
|
### Removals
|
||||||
|
-
|
||||||
|
|
||||||
|
### Build system
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
|
## [2022.09.1] 2022.10.02
|
||||||
|
### Fixes
|
||||||
|
- Fixed misbehaving entity selection in VR (PR191)
|
||||||
|
- Fixed unintended voxel editing when using the tablet (PR191)
|
||||||
- Fixed buggy voxel synchronization (PR184)
|
- Fixed buggy voxel synchronization (PR184)
|
||||||
- Added a timeout to the Places app in case a directory server is unreachable (PR183)
|
- Added a timeout to the Places app in case a directory server is unreachable (PR183)
|
||||||
- Fixed OBJ-Serializer using wrong decimal separator on some systems (PR172)
|
- Fixed OBJ-Serializer using wrong decimal separator on some systems (PR172)
|
||||||
|
@ -24,6 +44,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
|
||||||
- Fixed a lot of miscellaneous warnings (PR31)
|
- Fixed a lot of miscellaneous warnings (PR31)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
- Increased default voxel resolution (PR191)
|
||||||
- Replaced non-free Graphik font with Fira Sans (PR155)
|
- Replaced non-free Graphik font with Fira Sans (PR155)
|
||||||
- Updated Qt for Windows, and Linux (PR146,PR125)
|
- Updated Qt for Windows, and Linux (PR146,PR125)
|
||||||
- Changed VR Keyboard appearance (PR147)
|
- Changed VR Keyboard appearance (PR147)
|
||||||
|
|
Loading…
Reference in a new issue