Skip to content

Releases: zer0-os/zOS

v1.190.0

28 Oct 12:45
Compare
Choose a tag to compare

What's Changed

  • Download profile avatar after initial load by @ratik21 in #2391
  • Download and parse all conversation icons in batch by @ratik21 in #2392
  • feat(media-messages): auto load attachement details when conversation is active by @domw30 in #2393

Full Changelog: v1.189.0...v1.190.0

v1.189.0

25 Oct 20:10
1ecd618
Compare
Choose a tag to compare

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

25 Oct 08:44
08d902b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.187.0...v1.188.0

v1.187.0

24 Oct 11:41
993bc17
Compare
Choose a tag to compare

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

22 Oct 22:30
009cd44
Compare
Choose a tag to compare

What's Changed

  • Download thumbnails of profile images during initial load by @ratik21 in #2378
  • Increase downloadBatchFiles.batchsize from 20 to 25 by @ratik21 in #2379
  • bump version (1.185.0 -> 1.186.0) by @ratik21 in #2380

Full Changelog: v1.185.0...v1.186.0

v1.185.0

21 Oct 22:26
3e34533
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.184.0...v1.185.0

v1.184.0

21 Oct 22:03
20e6a2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.183.0...v1.184.0

v1.183.0

21 Oct 18:45
0bf1466
Compare
Choose a tag to compare

What's Changed

  • [Fix] Profile avatars not showing up during global user search by @ratik21 in #2371
  • Optimize downloading of profile Images while mapping ZeroUser <-> MatrixUser by @ratik21 in #2372
  • bump version (1.182.0 -> 1.183.0) by @ratik21 in #2373

Full Changelog: v1.182.0...v1.183.0

v1.182.0

19 Oct 10:54
e2f1c9a
Compare
Choose a tag to compare

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

18 Oct 09:50
4bc968d
Compare
Choose a tag to compare

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