@@ -12,9 +12,84 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212This project does ** not** adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1313
1414
15- <!-- ## [2024.09 .1] Unreleased -->
15+ ## [ 2024.11 .1] 2024.11.23
1616
17- ## [ 2024.07.1] 2023.07.12
17+ ### Fixes
18+ - Hard code link colors in Armored Chat (PR1083)
19+ - ArmoredChat: Alleviate scrolling issue (PR1106)
20+ - Armored Chat: Change the 'open in new window' character (PR1084)
21+ - Fix mouselook ignoring setting. (PR1081)
22+ - Fix controllerScripts uncaught exception. (PR1086)
23+ - Fix wireshark dissector (PR1088)
24+ - Create App: Material Assistant: Add Mtoon, Shader_simple, missing PBR properties and bug fixes. (PR1091)
25+ - Fix login failure handling and improve logging. (PR1093)
26+ - add a setting to workaround the GLES colorspace conversion issue (PR1105)
27+ - Improve model load priority (PR1085)
28+ - fix accidentally clearing url fields when you don't have view permission (PR1138)
29+ - Avatar App: Fixed lingering references to now deleted QML element (PR1155)
30+ - Fix selfie mode movement (PR1127)
31+ - Fix Create App not honoring menu bar actions (PR1123)
32+ - Fix Uuid.NULL behavior (PR1168)
33+ - Rebuild fonts with full charset (NOT -allglyphs) (PR1172)
34+ - fix web entities not accepting keyboard focus (PR1187)
35+ - Fix stutter when an object is fading (PR1185)
36+ - fix density max typo (PR1195)
37+ - Fix ArmoredChat quick_message qml dialog colors on light theme systems (PR1196)
38+ - Fix missing properties in Script API (PR1215)
39+ - Fix ArmoredChat scrolling (PR1210)
40+ - Force enable JSDoc to get scripting console autocomplete working on Windows (PR1219)
41+ - Fix lack of entityHostType property (PR1224)
42+ - Fix access-after-delete on leaving domain with entity scripts (PR1230)
43+ - fix fade out not working in forward rendering (PR1234)
44+ - Fix access-after-delete during entity script engine cleanup (PR1236)
45+ - Fix script-related crashes on exiting a domain (PR1251)
46+ - Update privacy policy link (PR1237)
47+
48+ ### Changes
49+ - Replace Floofchat with ArmoredChat (PR961)
50+ - MouseLook.js refactor (PR1004)
51+ - Custom shader fallbacks (PR1058)
52+ - Update outdated language (PR1102)
53+ - Automated entity property serialization (PR1098)
54+ - Create app: highlight avatar entities (PR1152)
55+ - Update Avatar App icons (PR1141)
56+ - Place App: Weekly promoted place (PR1153)
57+ - Change minimum angular velocity to a lower one (PR1171)
58+ - Places App: Persisted Maturity Filter and Default value for Newbies. (PR1164)
59+
60+ ### Additions
61+ - Mirrors + Portals (PR721)
62+ - Entity tags (PR748)
63+ - Web Entity wantsKeyboardFocus (PR814)
64+ - Audio Zone Properties (PR847)
65+ - Ability to smooth model animations (PR889)
66+ - GPU Particles (PR884)
67+ - Unlit Shapes (PR1041)
68+ - Ambient Light Color (PR1043)
69+ - Dump protocol data (PR1087)
70+ - Sound Entities (PR894)
71+ - Zone properties for tonemapping and ambient occlusion (PR1050)
72+ - Add bloom, haze, AO, and procedural shaders to Graphics settings (PR1053)
73+ - Create App: Revolutionary "Paste" Url buttons for the "Create Model", "Create Material" and "Create Voxels" UI (PR1094)
74+ - Text verticalAlignment, send entity property enums as uint8_t, fix text recalculating too often, fix textSize (PR1111)
75+ - Create app: Grab and Equip (PR1160)
76+ - Create App: Add "Paste" button for NewSoundDialog QML (PR1202)
77+ - Added sounds to all incoming chat messages (PR1250)
78+
79+ ### Removals
80+ - Remove (deprecated) attachments (PR1069)
81+ - Remove unused onFirstRun.js (PR1089)
82+ - Remove Google Poly (PR1137)
83+ - Remove hifi screenshare (PR1165)
84+
85+ ### Build System
86+ - Add CLion-style build directories to .gitignore (PR1135)
87+
88+ ### Security
89+ - Sanitize notificationCore text to prevent XSS (PR1078)
90+
91+
92+ ## [ 2024.07.1] 2024.07.12
1893
1994### Fixes
2095- Fix more warnings (PR1007)
@@ -57,7 +132,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
57132- Remove remnants of RELEASE_NAME. (PR1077)
58133
59134
60- ## [ 2024.06.1] 2023 .06.24
135+ ## [ 2024.06.1] 2024 .06.24
61136
62137### Fixes
63138- Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning (PR711)
@@ -306,9 +381,6 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
306381- Added a setting to disable snapshot notifications (PR189)
307382- Added a setting to switch between screenshot formats (PR134)
308383
309- ### Removals
310- -
311-
312384### Build system
313385- Fixed "may be used uninitialized" warning for blendtime (PR269)
314386- Updated SPIRV-Cross to sdk-1.3.231.1 (PR271)
0 commit comments