Merge pull request #1214 from HifiExperiments/changelog
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled

update changelog for 2024.11.1
This commit is contained in:
Julian Groß 2024-12-29 15:00:07 +01:00 committed by GitHub
commit 254d4418a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,9 +12,84 @@ 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).
<!-- ## [2024.09.1] Unreleased --> ## [2024.11.1] 2024.11.23
## [2024.07.1] 2023.07.12 ### Fixes
- Hard code link colors in Armored Chat (PR1083)
- ArmoredChat: Alleviate scrolling issue (PR1106)
- Armored Chat: Change the 'open in new window' character (PR1084)
- Fix mouselook ignoring setting. (PR1081)
- Fix controllerScripts uncaught exception. (PR1086)
- Fix wireshark dissector (PR1088)
- Create App: Material Assistant: Add Mtoon, Shader_simple, missing PBR properties and bug fixes. (PR1091)
- Fix login failure handling and improve logging. (PR1093)
- add a setting to workaround the GLES colorspace conversion issue (PR1105)
- Improve model load priority (PR1085)
- fix accidentally clearing url fields when you don't have view permission (PR1138)
- Avatar App: Fixed lingering references to now deleted QML element (PR1155)
- Fix selfie mode movement (PR1127)
- Fix Create App not honoring menu bar actions (PR1123)
- Fix Uuid.NULL behavior (PR1168)
- Rebuild fonts with full charset (NOT -allglyphs) (PR1172)
- fix web entities not accepting keyboard focus (PR1187)
- Fix stutter when an object is fading (PR1185)
- fix density max typo (PR1195)
- Fix ArmoredChat quick_message qml dialog colors on light theme systems (PR1196)
- Fix missing properties in Script API (PR1215)
- Fix ArmoredChat scrolling (PR1210)
- Force enable JSDoc to get scripting console autocomplete working on Windows (PR1219)
- Fix lack of entityHostType property (PR1224)
- Fix access-after-delete on leaving domain with entity scripts (PR1230)
- fix fade out not working in forward rendering (PR1234)
- Fix access-after-delete during entity script engine cleanup (PR1236)
- Fix script-related crashes on exiting a domain (PR1251)
- Update privacy policy link (PR1237)
### Changes
- Replace Floofchat with ArmoredChat (PR961)
- MouseLook.js refactor (PR1004)
- Custom shader fallbacks (PR1058)
- Update outdated language (PR1102)
- Automated entity property serialization (PR1098)
- Create app: highlight avatar entities (PR1152)
- Update Avatar App icons (PR1141)
- Place App: Weekly promoted place (PR1153)
- Change minimum angular velocity to a lower one (PR1171)
- Places App: Persisted Maturity Filter and Default value for Newbies. (PR1164)
### Additions
- Mirrors + Portals (PR721)
- Entity tags (PR748)
- Web Entity wantsKeyboardFocus (PR814)
- Audio Zone Properties (PR847)
- Ability to smooth model animations (PR889)
- GPU Particles (PR884)
- Unlit Shapes (PR1041)
- Ambient Light Color (PR1043)
- Dump protocol data (PR1087)
- Sound Entities (PR894)
- Zone properties for tonemapping and ambient occlusion (PR1050)
- Add bloom, haze, AO, and procedural shaders to Graphics settings (PR1053)
- Create App: Revolutionary "Paste" Url buttons for the "Create Model", "Create Material" and "Create Voxels" UI (PR1094)
- Text verticalAlignment, send entity property enums as uint8_t, fix text recalculating too often, fix textSize (PR1111)
- Create app: Grab and Equip (PR1160)
- Create App: Add "Paste" button for NewSoundDialog QML (PR1202)
- Added sounds to all incoming chat messages (PR1250)
### Removals
- Remove (deprecated) attachments (PR1069)
- Remove unused onFirstRun.js (PR1089)
- Remove Google Poly (PR1137)
- Remove hifi screenshare (PR1165)
### Build System
- Add CLion-style build directories to .gitignore (PR1135)
### Security
- Sanitize notificationCore text to prevent XSS (PR1078)
## [2024.07.1] 2024.07.12
### Fixes ### Fixes
- Fix more warnings (PR1007) - Fix more warnings (PR1007)
@ -57,7 +132,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
- Remove remnants of RELEASE_NAME. (PR1077) - Remove remnants of RELEASE_NAME. (PR1077)
## [2024.06.1] 2023.06.24 ## [2024.06.1] 2024.06.24
### Fixes ### Fixes
- Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning (PR711) - Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning (PR711)
@ -306,9 +381,6 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
- Added a setting to disable snapshot notifications (PR189) - Added a setting to disable snapshot notifications (PR189)
- Added a setting to switch between screenshot formats (PR134) - Added a setting to switch between screenshot formats (PR134)
### Removals
-
### Build system ### Build system
- Fixed "may be used uninitialized" warning for blendtime (PR269) - Fixed "may be used uninitialized" warning for blendtime (PR269)
- Updated SPIRV-Cross to sdk-1.3.231.1 (PR271) - Updated SPIRV-Cross to sdk-1.3.231.1 (PR271)