From 24ec436de750f5df8989dcc7072d117e2bae9113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sun, 2 Oct 2022 13:23:40 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9986e30b717..ebdbb01c723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ 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] 2022.09.09 +## [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) - 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) @@ -24,6 +26,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe - Fixed a lot of miscellaneous warnings (PR31) ### Changes +- Increased default voxel resolution (PR191) - Replaced non-free Graphik font with Fira Sans (PR155) - Updated Qt for Windows, and Linux (PR146,PR125) - Changed VR Keyboard appearance (PR147)