Skip to content

Releases: cinnyapp/cinny

Cinny v1.6.1

19 Dec 15:27
Compare
Choose a tag to compare

What's changed

  • Fix show msg header after new msgs divider
  • Fix read receipt count
  • Fix mxid colors for dark theme
  • Fix msg timeline keep scrolling when not in focus
  • Fix multiple new message indicator
  • Fix dialog closing animation jank
  • Fix reaction not active
  • Change open settings on user profile click
  • Change dark theme typeface from Supreme to Inter
  • Localize fonts

Cinny v1.6.0

13 Dec 15:57
Compare
Choose a tag to compare

Security update

Features

  • Room Timeline
    • Add pagination in room timeline
    • Replies link back to original message event (#96)
    • Use formatted_body to parse markdown (#133)
    • Support Rich replies (#134)
    • Separation of read/unread messages in the room (#67)
    • Typing outside of an input box should focus the message field (#112)
    • Spoiler display support (#176)
    • User pill display support
    • Custom emoji display support
    • Performance improvements
  • Export E2E key for decrypting history in another client (#178)
  • Replaced Go-commands with Room search modal (Ctrl + k) (#132) (#57)
  • Remember people panel state (#168)
  • Twemojified all kind of text (except inputs)
  • Add option to hide membership and user events from timeline
  • Messages now span to full viewport width
  • Add animation on hover in sidebar/avatar

Bugs

  • Fix defer typing notifications until it can't be a command (#81)
  • Fix checkbox in register page
  • Fix app sending read receipt in background
  • Fix crash on creating room
  • Fix dark theme colors

Cinny v1.5.1

14 Nov 08:35
Compare
Choose a tag to compare

Bugs

  • Fix login with CAS (#165)
  • Fix crash on profile opening

Cinny v1.5.0: Login page redesign

07 Nov 13:38
Compare
Choose a tag to compare

Features

  • Landing page redesign
    • Full UIAA implementation (#93) means now you can register an account on any hs that allow
    • Configure default homeserver with options to add more than one.
    • Can use http when looking for homeserver
  • Enhanced invite list UX
  • Added logout in loading screen
  • Hide pinned space notification from home icon
  • Add option to select role on roomCreation
  • Added Invite/disinvite option in profile viewer

Bugs

  • Fix commands activating anywhere in the input (#156)
  • Fix duplicate and minus notification count
  • Fix links splitting across line mid-word (#151)

New Contributors

Cinny v1.4.0: SSO login and profile viewer

25 Oct 13:00
Compare
Choose a tag to compare

Features

  • Add support for SSO login (#9)
  • Implement Profile Viewer (#130)
  • Add search in People drawer
  • Add option to filter People in People Drawer

Bugs

  • Fix make both user admin on DM create
  • Fix unable to send msg in DM from IRC users (#135)
  • Fixed inconsistent search in emojiboard
  • Fix profile picture inconsistency (#104, #147)
  • Fix wildcard matching in emojisearch (#121)
  • Fix message menu placement on large screen (#113)
  • Fix autofocus in msg input upon clicking emojis in emojiboard.

Cinny v1.3.2

06 Oct 07:57
bdb94d7
Compare
Choose a tag to compare

What's Changed

Fixes #114, #127, #123, and "Password don't match" on register page.

New Contributors

Full Changelog: v1.3.1...v1.3.2

Cinny v1.3.1

26 Sep 15:30
Compare
Choose a tag to compare

Fixes: #115, #103 and dark theme color.

Cinny v1.3.0: Initial Space support and notifications

14 Sep 05:50
393d089
Compare
Choose a tag to compare

Features

  • Cinny now support Spaces. They are still in early development phase but you can see nesting and pin/unpin to sidebar. (#52)
  • There're options to control room notifications now. (#25)
  • Also added notification badges to sidebar so now there will be a visual notification of any message in Home/People/Spaces in sidebar. (#82)
  • And after a month discussion also renamed 'Channels' to 'Rooms' so don't get confused on finding rooms all over. (#30)
  • @jamesjulich (we got new contributor 🎉) added options to change avatar and display names. (#91) He also added support for uploading image by copy-pasting. (#87)
  • Edit message input now saves message on enter. (#78)
  • There now a toggle to view your password on login/register page. (#73)
  • And there will be an error message when client disconnect to server. (#35)

Bugs

  • Fixed scroll on login page. (7ba1aab)
  • Fixed notification badge color in dark themes. (284ed9d)

Others

Cinny v1.2.1

13 Sep 12:04
Compare
Choose a tag to compare

This release is a fix for security vulnerability.

Background: https://matrix.org/blog/2021/09/13/vulnerability-disclosure-key-sharing

Cinny v1.2.0

26 Aug 13:43
Compare
Choose a tag to compare

Features

  • Added support for sending reactions. (#47)
  • Added support for message editing. (#40)
  • Display names suggestions for auto completion are available after typing @. (#2)
  • You can now see read receipt of messages. (#21)
  • Replaced commonmark with micromark, which means now you can send properly formatted tables and images with links. (f49048c)
  • Non kick leave messages are also visible now. (#63)
  • Added support for displaying stickers sent from other clients. (804248d)

Bugs

  • Fixed no known servers issue upon joining channels. (419e25d)
  • Fixed crashes on bad media data. (c23be53)
  • Fixed inconsistent display names in people drawer. (#76)