Skip to content

Releases: zer0-os/zOS

v1.157.0

05 Sep 11:27
0dd05ec
Compare
Choose a tag to compare

What's Changed

  • fix: post author not centred with avatar by @colbr in #2237
  • feat: sender's messages in chat should be colored by @colbr in #2236
  • Support ability to Add a wallet to an email account (UI) by @ratik21 in #2239
  • clean up saga logic for WalletSelectModal by @ratik21 in #2240
  • feat(post-input): create and add new post input component with media selection functionality by @domw30 in #2238
  • feat(posts-saga/matrix-client): update post saga to support media uploads, create optimistic posts, handle media mapping in events, and add test coverage for full functionality by @domw30 in #2241
  • feat(feed/posts): update post feed to handle media rendering, including sorting, linking messages, downloading attachments, and optimized media placeholders and aspect ratios by @domw30 in #2242
  • refactor(messenger-feed): remove mocks by @domw30 in #2243
  • refactor(create-group-flow): remove ability to create social channel group by @domw30 in #2245
  • chore: bump version (1.156.0) -> (1.157.0) by @domw30 in #2244

Full Changelog: v1.156.0...v1.157.0

v1.156.0

30 Aug 15:42
f4f00a4
Compare
Choose a tag to compare

What's Changed

  • fix(messenger-feed): remove min-width to allow space for right sidekick by @domw30 in #2234
  • chore: bump version (1.155.0) -> (1.156.0) by @domw30 in #2235

Full Changelog: v1.155.0...v1.156.0

v1.155.0

30 Aug 15:18
ef02a31
Compare
Choose a tag to compare

What's Changed

  • feat(group-type-dialog): update social channel group type text content by @domw30 in #2230
  • feat: app max width, feed max width by @colbr in #2229
  • feat: reduced padding between post user and body by @colbr in #2231
  • feat(feature-flags): flip social channel related feature flags by @domw30 in #2232
  • chore: bump version (1.154.0) -> (1.155.0) by @domw30 in #2233

Full Changelog: v1.154.0...v1.155.0

v1.154.0

30 Aug 14:19
836cff9
Compare
Choose a tag to compare

What's Changed

  • fix(feed/chat): separation of chat and feed loading state when submitting messages and posts by @domw30 in #2222
  • feat(posts): handle formatting of long body text to improve layout ui by @domw30 in #2223
  • feat: align bottom of feed container with sidekicks and chat containers by @domw30 in #2224
  • feat(messenger-feed-container): apply border radius to bottom of feed container by @domw30 in #2225
  • refactor(messenger-chat-container): remove message input footer gradient and align container bottom by @domw30 in #2226
  • feat(edit-conversation-panel): disable edit group name if token gated chat by @domw30 in #2227
  • chore: bump version (1.153.0) -> (1.154.0) by @domw30 in #2228

Full Changelog: v1.153.0...v1.154.0

v1.153.0

30 Aug 08:44
68090cc
Compare
Choose a tag to compare

What's Changed

  • feat: move conversation header higher up the DOM tree by @colbr in #2215
  • refactor: conditional rendering of feed by @colbr in #2219
  • fix: Create Post is hidden by conversation header by @colbr in #2220
  • chore: bump version (1.152.0) -> (1.153.0) by @domw30 in #2221

Full Changelog: v1.152.0...v1.153.0

v1.152.0

28 Aug 17:51
5f459b9
Compare
Choose a tag to compare

What's Changed

  • Bump matrix-js-sdk version to latest by @ratik21 in #2201
  • fix: post body <p> margin by @colbr in #2208
  • feat: remove dividers between posts by @colbr in #2209
  • feat: remove pointer-events from Avatar by @colbr in #2210
  • feat: loading indicator when creating a post by @colbr in #2211
  • feat: add post divider, remove vertical divider by @colbr in #2212
  • feat(group-management): update / handle group management for token gated social channels by @domw30 in #2213
  • feat: collapseable conversation menu by @colbr in #2214
  • chore: bump version (1.151.0) -> (1.152.0) by @domw30 in #2216
  • Revert "chore: bump version (1.151.0) -> (1.152.0)" by @domw30 in #2217
  • chore: bump version (1.151.0) -> (1.152.0) by @domw30 in #2218

Full Changelog: v1.151.0...v1.152.0

v1.151.0

24 Aug 13:24
bd64550
Compare
Choose a tag to compare

What's Changed

  • refactor(chat-view): improve chat skeleton positioning when loading messages by @domw30 in #2202
  • feat(local-users-map): update current user map with logic to include display sub handle (zid or wallet) by @domw30 in #2203
  • feat(matrix-client): update map event to post message sender data to include display sub handle field by @domw30 in #2204
  • feat(posts): apply post sender display sub handle data to author prop/attribute to display zid or wallet address by @domw30 in #2205
  • feat(post-component): update name, sub handle, date and body text design by @domw30 in #2206
  • chore: bump version (1.150.0) -> (1.151.0) by @domw30 in #2207

Full Changelog: v1.150.0...v1.151.0

v1.150.0

23 Aug 13:15
95e46c2
Compare
Choose a tag to compare

What's Changed

  • feat: remove unused post actions by @colbr in #2189
  • fix: post width by @colbr in #2190
  • feat: only show feed scrollbar on hover by @colbr in #2191
  • feat: channel feed loading and empty states by @colbr in #2192
  • feat: show profile images in posts by @colbr in #2193
  • feat: hide post media buttons by @colbr in #2194
  • feat: multi-line posts by @colbr in #2195
  • refactor(messenger-feed-container): add separate feed view container resolving unnecessary componentdidmount/didupdate triggers by @domw30 in #2196
  • feat(feed-view): implement and test conditional waypoint rendering based on content height in feedview component by @domw30 in #2197
  • refactor(matrix-client): optimize event handling in message retrieval by reducing redundant liveTimeline calls by @domw30 in #2198
  • refactor(feed-view-container): prevent post fetches if posts have loaded when switching conversations, and enhance tests by @domw30 in #2199
  • chore: bump version (1.149.0) -> (1.150.0) by @domw30 in #2200

Full Changelog: v1.149.0...v1.150.0

v1.149.0

21 Aug 23:06
288d70e
Compare
Choose a tag to compare

What's Changed

  • feat(posts-saga): add posts store saga and actions by @domw30 in #2186
  • feat(messenger-feed): wire up send and fetch posts actions to ui by @domw30 in #2187
  • chore: bump version (1.148.0) -> (1.149.0) by @domw30 in #2188

Full Changelog: v1.148.0...v1.149.0

v1.148.0

20 Aug 11:37
9171db5
Compare
Choose a tag to compare

What's Changed

  • refactor: reusable conversation header by @colbr in #2179
  • refactor: rename publish channel type change to publish group type change for consistency by @domw30 in #2182
  • feat: basic feed UI by @colbr in #2181
  • fix(matrix-client/messages-saga): bypass encrypting files during upload if non encrypted room by @domw30 in #2184
  • chore: bump version (1.147.0) -> (1.148.0) by @domw30 in #2185

Full Changelog: v1.147.0...v1.148.0