Update CHANGELOG and improve its markdown syling

This commit is contained in:
Julian Groß 2022-08-21 20:58:57 +02:00 committed by GitHub
parent cc69f9cb7d
commit 970a4dfdb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,69 +4,70 @@ This does not include changes to unrelated to the software or its packaging,
like documentaion or CI pipeline.
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.08.17
## [Unreleased] 2022.08.21
### Fixes
Fixed warnings during Create app usage (PR161)
Fixed various issues with voxels (PR140)
Improved stability of the server software (PR129)
Fixed broken More App permission (PR108)
Fixed Chromium related warnings (PR103)
Fixed "replaceAvatarURL" command line argument (PR99)
Fixed warning in simplifiedNametags (PR94)
Fixed issues with command line arguments (PR66)
Fixed a lot of miscellaneous warnings (PR31)
- Fixed "disable-displays" and "disable-inputs" command line arguments (PR169)
- Fixed warnings during Create app usage (PR161)
- Fixed various issues with voxels (PR140)
- Improved stability of the server software (PR129)
- Fixed broken More App permission (PR108)
- Fixed Chromium related warnings (PR103)
- Fixed "replaceAvatarURL" command line argument (PR99)
- Fixed warning in simplifiedNametags (PR94)
- Fixed issues with command line arguments (PR66)
- Fixed a lot of miscellaneous warnings (PR31)
### Changed
Replaced non-free Graphik font with Fira Sans (PR155)
Updated Qt for Windows, and Linux (PR146,PR125)
Changed VR Keyboard appearance (PR147)
Changed default control scheme in VR to analog (PR144)
Changed default domain-server networking setting (PR143)
Changed default screenshot format to PNG (PR112,PR120)
Changed "Wrote KTX" message to debug (PR100)
Show filename when a texture fails to load (PR97)
Improved More app (PR80)
Improved gamepad control scheme (PR55)
Changed default ICE server (PR34)
Rebranding (PR34)
Updated the tutorial (PR27,PR45,PR53)
Changed default Metaverse server (PR26)
Changed default More app repository (PR8)
- Replaced non-free Graphik font with Fira Sans (PR155)
- Updated Qt for Windows, and Linux (PR146,PR125)
- Changed VR Keyboard appearance (PR147)
- Changed default control scheme in VR to analog (PR144)
- Changed default domain-server networking setting (PR143)
- Changed default screenshot format to PNG (PR112,PR120)
- Changed "Wrote KTX" message to debug (PR100)
- Show filename when a texture fails to load (PR97)
- Improved More app (PR80)
- Improved gamepad control scheme (PR55)
- Changed default ICE server (PR34)
- Rebranding (PR34)
- Updated the tutorial (PR27,PR45,PR53)
- Changed default Metaverse server (PR26)
- Changed default More app repository (PR8)
### Added
Added Material Data Assistant to Create App (PR131)
Added body tracking support for Windows Mixed Reality (PR111)
Added Journald logging support (PR104)
- Added Material Data Assistant to Create App (PR131)
- Added body tracking support for Windows Mixed Reality (PR111)
- Added Journald logging support (PR104)
This is enabled by default on the server software.
Added log breakpoint system for debugging (PR95)
Added version of Qt WebEngine and Chromium to About screen (PR93)
Added user interface for voxels to Create app (PR60)
- Added log breakpoint system for debugging (PR95)
- Added version of Qt WebEngine and Chromium to About screen (PR93)
- Added user interface for voxels to Create app (PR60)
### Removed
Removed unused Inventory app
- Removed unused Inventory app
### Build system
Added Ubuntu 20.04 Qt pre-built package
Updated to zlib 1.2.12
Moved dependency hosting
Added Journald as optional dependency (PR104)
Fixed tricial CMake warning (PR102)
Fixed a lot of warnings during build (PR86)
Fixed WebRTC OpenSSL 3 linking issue (PR68)
Fixed SDL2 linking issues on Wayland (PR47)
- Added Ubuntu 20.04 Qt pre-built package
- Updated to zlib 1.2.12
- Moved dependency hosting
- Added Journald as optional dependency (PR104)
- Fixed tricial CMake warning (PR102)
- Fixed a lot of warnings during build (PR86)
- Fixed WebRTC OpenSSL 3 linking issue (PR68)
- Fixed SDL2 linking issues on Wayland (PR47)
## [2022.02.1] 2022-02-23
### Added
Allow switching Metaverse servers (PR2)
- Allow switching Metaverse servers (PR2)
### Changed
Rebranding (PR13)
Changed default Metaverse server (PR5)
Replaced the Explore app with a new Places app (PR3)
- Rebranding (PR13)
- Changed default Metaverse server (PR5)
- Replaced the Explore app with a new Places app (PR3)
### Removed
Removed proprietary HiFi audio codec (PR1)
- Removed proprietary HiFi audio codec (PR1)