Releases: zer0-os/zOS
Releases · zer0-os/zOS
v1.150.0
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
v1.148.0
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
v1.147.0
What's Changed
- feat: add groupType property to handle different conversation types and integrate it into room creation and mapping logic by @domw30 in #2174
- refactor: add isSocialChannel property to Channel structure for each room and set flag using groupType from event data by @domw30 in #2175
- feat: add basic messenger feed container by @domw30 in #2176
- feat: render messenger feed container when current channel is a social channel (featureFlagged) by @domw30 in #2177
- feat: position feed and chat containers and add central divider when current channel is social channel by @domw30 in #2178
- chore: bump version (
1.146.0
) -> (1.147.0
) by @domw30 in #2180
Full Changelog: v1.146.0...v1.147.0
v1.146.0
v1.145.0
What's Changed
- feat: add group type select input component by @domw30 in #2168
- feat: add group type modal dialog by @domw30 in #2169
- feat: wire up group type menu, modal and refactor group typing to handle encrypted or unencrypted room creation by @domw30 in #2170
- chore: bump version (
1.144.0
) -> (1.145.0
) by @domw30 in #2171
Full Changelog: v1.144.0...v1.145.0
v1.144.0
v1.143.0
What's Changed
- chore:
enableChannels
feature flag by @colbr in #2161 - refactor: move Messenger files to
apps/messenger/
by @colbr in #2160 - feat: add support for creating unencrypted channels by @domw30 in #2162
- feat: wire up creating unencrypted room & add ui by @domw30 in #2163
- chore: bump version (
1.142.0
) -> (1.143.0
) by @domw30 in #2164
Full Changelog: v1.142.0...v1.143.0