From 8b774b02f0d734cd103d1226d98ef024b608fae7 Mon Sep 17 00:00:00 2001 From: HifiExperiments Date: Wed, 30 Oct 2024 17:25:59 -0700 Subject: [PATCH 1/2] update changelog for 2024.10.2 --- CHANGELOG.md | 71 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de11f33c5e..180f548d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,71 @@ 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). - +## [2024.10.2] 2024.11.?? -## [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) + +### 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) + +### 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 - Fix more warnings (PR1007) @@ -57,7 +119,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe - Remove remnants of RELEASE_NAME. (PR1077) -## [2024.06.1] 2023.06.24 +## [2024.06.1] 2024.06.24 ### Fixes - Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning (PR711) @@ -306,9 +368,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 switch between screenshot formats (PR134) -### Removals -- - ### Build system - Fixed "may be used uninitialized" warning for blendtime (PR269) - Updated SPIRV-Cross to sdk-1.3.231.1 (PR271) From 2fdb530455a2cf0b2ac1485500860bbef289e9c4 Mon Sep 17 00:00:00 2001 From: HifiExperiments Date: Sun, 24 Nov 2024 22:17:38 -0800 Subject: [PATCH 2/2] update changelog for 2024.11.1 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180f548d2c..c95c32c268 100644 --- a/CHANGELOG.md +++ b/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). -## [2024.10.2] 2024.11.?? +## [2024.11.1] 2024.11.23 ### Fixes - Hard code link colors in Armored Chat (PR1083) @@ -33,6 +33,17 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe - 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) @@ -62,6 +73,8 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe - 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)