Skip to content

Releases: cinnyapp/cinny

v4.10.2

05 Nov 06:53
c88cb4b

Choose a tag to compare

What's Changed

  • Fix member are not sorted correctly (#2504)
  • Fix broken scrollbar color (#2505)

Full Changelog: v4.10.1...v4.10.2

v4.10.1

29 Sep 04:38
958ae89

Choose a tag to compare

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

Full Changelog: v4.10.0...v4.10.1

v4.10.0

31 Aug 11:16
7f40605

Choose a tag to compare

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 + K search 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

17 Aug 11:12
abd713d

Choose a tag to compare

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

13 Aug 02:09
76ac4e2

Choose a tag to compare

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

Full Changelog: v4.8.1...v4.9.0

v4.8.1

10 Jun 13:51
3ed8260

Choose a tag to compare

What's Changed

  • Fix additional spam string matching (#2339)
  • Fix rate limit when reordering in space lobby (#2254)
  • Fix space navigation & view space timeline dev-option (#2358)
  • Add allow from currently selected space if no m.space.parent found (#2359)

Full Changelog: v4.8.0...v4.8.1

v4.8.0

24 May 15:54
c51ba96

Choose a tag to compare

What's Changed

  • Better invites management (#2336)

Full Changelog: v4.7.1...v4.8.0

v4.7.1

21 May 11:59
0d27bde

Choose a tag to compare

What's Changed

  • Fix crash on malformed blurhash

Full Changelog: v4.7.0...v4.7.1

v4.7.0

18 May 06:22
5964eee

Choose a tag to compare

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

31 Mar 12:30
225894d

Choose a tag to compare

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