Releases: cinnyapp/cinny
v4.10.2
v4.10.1
What's Changed
- Make emojiboard lightweight, benefit low end devices (#2484)
- Add arrow to message bubbles and improve spacing (#2474)
- Add support to mark videos as spoilers (#2255)
- Fix 'enter' immediately sending the message using IME keyboard on Safari (#2175)
- Fix ctrl + k hotkey not working for browser with some extensions (#2481)
- Fix room address checkbox prop (#2480)
- Update dependency matrix-js-sdk to v38 (#2493)
New Contributors
- @programmablereya made their first contribution in #2175
Full Changelog: v4.10.0...v4.10.1
v4.10.0
What's Changed
- New "Add existing room/space" modal (#2451)
- New invite user to room prompt, also suggest DM users on typing and option to add reason for invite (#2460)
- New create chat (DM) screen: Option to disable encryption (#2463)
- Add option for monochrome mode (#2464)
- Added new
Ctrl/CMD + Ksearch modal, by default shows recent active rooms (#2467) - Add option to view user profile avatar (#2462)
- Fix image overlap mark as read and typing indicator (#2457)
- Fix incorrectly parsed mxid (#2452)
- Fix message button opens left dm room (#2453)
- Fix long space name shrinks three dot menu button (#2471)
- Hide message button from own profile (#2461)
🏁 This also finish migrating codebase to Typescript and unified UI based on our own Folds design system.
Full Changelog: v4.9.1...v4.10.0
v4.9.1
What's Changed
- Open tombstone space as space (#2428)
- Fix missing creators support in via (#2431)
- Fix room v12 mention pills (#2438)
- Hide block user button for own profile (#2439)
- Open user profile at around mouse anchor (#2440)
- Fix type error when accessing FileList (#2441)
- Add new join with address prompt (#2442)
- Rename the PL 150 to Manager (#2443)
Full Changelog: v4.9.0...v4.9.1
v4.9.0
Note: This release adds room version 12 support, which is required for August 11 Matrix Security disclosure.
New features
- Redesigned user profile (#2396)
- New mutual rooms option
- New info card for invited, kicked and banned users
- Button to share profile link
- New option to explore community from user profile
- New presence indicator if server support and send presence status
- Note: Option to view other user’s device (sessions) has been removed from profile as servers now can set it to opaque strings.
- Support room version 12 (#2399)
- Redesign space/room creation panel (#2408)
- Option to add multiple Founders when creating or upgrading room
Note: Cinny call the user who create the room as “Founder” while some client call it Creator. This is decided to create a smooth UX as we had option of setting Founder with elevated permissions when creating rooms prior to room version 12.
- Added option to join new space if space is tombstoned
- Add settings to enable 24-hour time format and customizable date format (#2347)
- Jump to time option in room timeline (#2377)
- Add button to start thread on reply (#2320)
Note: With this button thread can be started but they will still be visible in room timeline with a thread icon, similar to replies. Proper thread support is still pending.
Improvements
- Fix auto focus in "Join with Address" text input (#2317)
- Fix focus behaviour when opening single-purpose pages, and rooms (#2349)
- Make "View Source" a developer tool option (#2368)
- Fix room is not being added to direct messages (#2386)
- Fix room not opening when two rooms has same alias (#2387)
- Improve parent selection when opening a room (#2388)
- Stop parsing servername from roomId (#2391)
- Link device account management with OIDC (#2390)
Note: When managing sessions on OIDC site make sure you are logged in correct account if you use multiple accounts in different web clients in same browser.
- Support oidc action param for login and register page (#2389)
- Add code block copy and collapse functionality (#2361)
- Add code block language header and improve styles (#2403)
- Use almost all the Prism styles for code highlighting (#2355)
- Fix small height image half clickable view button (#2397)
- Render room avatar as fallback for dm group chat (#2398)
- Improve thread reply layout (#2402)
- Fix room input for virtual keyboard on webkit (#2346)
- Show file size exceeds error on upload (#2411)
- Prevent publishing rooms with incompatible joinrules to directory (#2406)
- Minor usability improvements (#2405)
New Contributors
- @Priyansh1547 made their first contribution in #2317
- @GimleLarpes made their first contribution in #2368
- @RGBCube made their first contribution in #2355
- @filipesmedeiros made their first contribution in #2320
- @GigiaJ made their first contribution in #2346
Full Changelog: v4.8.1...v4.9.0
v4.8.1
v4.8.0
v4.7.1
v4.7.0
What's Changed
- Fix room settings crash in "Space members or Knock" join rule
- Update commands: Add new commands /delete and /acl
- Upgrade matrix-js-sdk to v37.5.0: Fixes issues related to encryption i.e. Key backup showing disconnected.
Full Changelog: v4.6.0...v4.7.0
v4.6.0
What's Changed
- New space/room settings, add customizable power levels and dev tools (#2222, #2293)
- Customizable power level: These are customizable by room admins. Like roles, where you create a role, give it a color and power level and assign to users. (Based on MSC3949)
- Bulk import emojis in space/room
- Change username color in chat with power level color (#2282)
- Add room upgrade option in room settings (#2280)
- Add margin top on media caption (#2283)
- Add option to download audio/video file (#2253)
- Prevent showing notification from invite/left rooms (#2267)
- Fix displayname input controlled/uncontrolled error (#2287)
- Fix press enter while composing will cause send unfinished message (#2266)
- Fix DM rooms are not being encrypted (#2286)
New Contributors
Full Changelog: v4.5.1...v4.6.0