Releases: zer0-os/zOS
Releases · zer0-os/zOS
v1.194.0
v1.193.0
What's Changed
- feat(matrix-client): implement send emoji message reaction and get message emoji reactions by @domw30 in #2399
- feat(messages-saga): introduce redux/saga logic for handling sending, updating and applying message emoji reactions by @domw30 in #2400
- feat(reactions-menu): add reactions menu component containing reaction tray and emoji picker by @domw30 in #2401
- feat(message-component): wire up reactions menu and reactions functionality to UI by @domw30 in #2402
- up thumbnail resolution from
32 x 32
to96 x 96
by @ratik21 in #2403 - chore: bump version (
1.192.0
) -> (1.193.0
) by @domw30 in #2404
Full Changelog: v1.192.0...v1.193.0
v1.192.0
What's Changed
- refactor(channels-list-saga): Optimize conversation secondary data state updates by batching secondary data loading to prevent UI flickering by @domw30 in #2396
- fix(matrix-client/messenger-list): unblock member join events by @domw30 in #2397
- chore: bump version (
1.191.0
) -> (1.192.0
) by @domw30 in #2398
Full Changelog: v1.191.0...v1.192.0
v1.191.0
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