-
Notifications
You must be signed in to change notification settings - Fork 81
Release/2025.06 #4379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/2025.06 #4379
Conversation
image is WIP
This changeset adds a timestamp in the format of "YYYY-MM-DD_HHSS" to snapshot filenames. This is useful for understanding when a snapshot was taken, chronologically ordering files, and is less confusing than the current method of adding a number to the snapshot name, as it does not result in interleaving of old and new snapshots inside a directory.
Add timestamp to snapshot file names
notecards do not need to store 'favorite' flag
getChangedIDs is only accurate in scope of observer's callback, don't use it onIdle. getObject call made no sense, item was warrantied to be LLViewerInventoryItem and would only be AT_CATEGORY if it is a link, making the following cast to a category dangerous
# Conflicts: # indra/llui/lltexteditor.cpp # indra/newview/llcontrolavatar.cpp
to pick up mac build fixes
Maint X -> Maint C merge
For now marking originals, pointless to marks links in COF, needs a revision due to inconsistency with inventory
Anti-virus false positive report:
|
if parent and child gets added back to back
not into work folder, viewer isn't supposed to write there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025.06 Beta Inventory Favorites approved
viewer = 7.2.1.16991668090
build = https://github.com/secondlife/viewer/releases/tag/Second_Life_Release%2337a04baf-2025.06
cohort = 2025.06
desired = 2000
Increasing cohort to 2000 to get more soak time. |
Tried to initialize LLVector2 TexCoords with vector3 data?
Anti-virus false positive report:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025.06 Beta Inventory Favorites approved.
viewer = 7.2.1.17108480561
build = https://github.com/secondlife/viewer/releases/tag/Second_Life_Release%23787b63f4-2025.06
cohort = 2025.06
desired = 2000
Beta stats looking stable. Increasing cohort to 3000 for the weekend. |
2025.06 Approved for promotion to default release! |
as of = 2025-08-21 for RC deploy
build = https://github.com/secondlife/viewer/releases/tag/Second_Life_Release%23787b63f4-2025.06
cohort = 2025.06
deployed = https://github.com/secondlife/viewer/releases/tag/Second_Life_Release%23787b63f4-2025.06
desired = 3000
relnotes:
Second Life 2025.06 Inventory Favorites
Second Life Viewer 2025.06 adds an Inventory Favorites system, improves avatar behavior, restores full mouselook pitch, enhances chat and mesh upload tools, and refines environment controls. It includes various bug and crash fixes. Read on for more details!
Change Log
Inventory Favorites System
Miscellaneous New Features
Avatar System
Camera & Movement Controls
Chat Improvements
Voice Chat Improvements
Mesh Uploader Improvements
User Interface Fixes
Commerce & Inventory
Environment & Rendering
Content Creation Tools
Stability & Crash Fixes
System Improvements
Text & UI Polish
Development & Maintenance
Resolved Feedback Reports
This release we have resolved 16 issues filed by the community!
New Contributors