Releases: zer0-os/zOS
Releases · zer0-os/zOS
v1.190.0
v1.189.0
What's Changed
- chore(package.json): install blurhash package by @domw30 in #2386
- feat(matrix-client/upload-media): generate and add blurhash to media metadata when uploading file by @domw30 in #2387
- chore(package.json): install react-blurhash by @domw30 in #2388
- feat(render-media/image-placeholder): add blurhash component, improve loading/error states, and handle explicit image download by @domw30 in #2389
- chore: bump version (
1.188.0
) -> (1.189.0
) by @domw30 in #2390
Full Changelog: v1.188.0...v1.189.0
v1.188.0
v1.187.0
What's Changed
- fix(matrix-client): optimize Chat Message fetching to only retrieve new messages when fetching more, reducing redundant data loads by @domw30 in #2381
- fix(matrix-client): optimize Post Message fetching to only retrieve new messages when fetching more, reducing redundant data loads by @domw30 in #2382
- chore: bump (
1.186.0
) -> (1.187.0
) by @domw30 in #2383
Full Changelog: v1.186.0...v1.187.0
v1.186.0
v1.185.0
v1.184.0
v1.183.0
v1.182.0
What's Changed
- Creating a new user, or editing an existing profile should update matrix user
displayname
as well (in user directory) by @ratik21 in #2366 - refactor(matrix-client): prevent processing and publishing real time user avatar or name updates by @domw30 in #2369
- chore: bump version (
1.181.0
) -> (1.182.0
) by @domw30 in #2370
Full Changelog: v1.181.0...v1.182.0
v1.181.0
What's Changed
- Parse
avatar_url
if it is stored in matrix user_directory (and not zero-api) by @ratik21 in #2358 - refactor(feature-flags): flip enable meows feature flag by @domw30 in #2359
- feat(conversation-list): handle global avatar member state change events and map to admin message by @domw30 in #2361
- remove feature flag
postImageMessagesToMatrix
by @ratik21 in #2360 - fix(secure-backup): bootstrap secret storage expected key format issue by @domw30 in #2362
- fix(messenger-chat-container/main): only render messenger chat container when the conversation is valid and not joining (active) by @domw30 in #2363
- fix(joining-conversation): add generic error handling to joinRoom to prevent hanging state on unexpected errors by @domw30 in #2364
- fix(matrix-client/tgc): prevent social channels from being mapped as one-on-ones to ensure proper room state by @domw30 in #2365
- feat(message-preview): add default fallback if event is not mapped to a message by @domw30 in #2367
- chore: bump version (
1.180.0
) -> (1.181.0
) by @domw30 in #2368
Full Changelog: v1.180.0...v1.181.0