8000 Releases · cinnyapp/cinny · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cinnyapp/cinny

v4.8.1

10 Jun 13:51
3ed8260
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v4.5.1

05 Mar 02:35
78fa6e3
Compare
Choose a tag to compare

What's Changed

  • Fix crash on emoji selection from emojiboard (#2249)

Full Changelog: v4.5.0...v4.5.1

v4.5.0

04 Mar 06:51
19cf700
Compare
Choose a tag to compare

What's Changed

  • Fix editor focus after autocomplete (#2233)
  • Show image preview in upload window (#2231)
  • Hidden Typing & Read Receipts (#2230)
  • Open account data in same window instead of popup (#2234)
  • Hide existing messages from ignored users (#2236)
  • Hide deleted events by default (#2237)
  • Fix backslash appear in link upon edit (#2246)
  • Add example caddyfile (#2227)
  • Make README.md easier to parse (#2228)

New Contributors

Full Changelog: v4.4.0...v4.5.0

v4.4.0

23 Feb 11:28
d70ca86
Compare
Choose a tag to compare

What's Changed

  • Fix unknown rooms in space lobby (#2224)
  • Fix link visibility inside spoiler (#2215)
  • Hide self typing status in room nav item (#2217)
  • Add button to select all room pack as global pack (#2218)
  • Fix unexpected crash in message editor (#2219)
  • Fix autocomplete menu flickering issue (#2220)
  • Improve search results for Emoji, Usernames and Rooms (#2221)
  • Add email notification toggle (#2223)
  • Scroll to bottom in unfocused window but stop sending read receipt (#2214)
  • Support escaping markdown (#2208)
  • Fix formatting inconsistency (#2180)
  • Add support for spoilers on images (MSC4193) (#2212)
  • Remove fallback replies & implement intentional mentions (#2138)

New Contributors

Full Changelog: v4.3.2...v4.4.0

v4.3.2

17 Feb 01:08
5844209
Compare
Choose a tag to compare

What's Changed

  • fix editor exit button appears on room switch by @ajbura in #2207
  • fix message does not appear after decryption complete by @ajbura in #2209
  • Upgrade twemoji font to support twemoji v15.1.0 by @kfiven in #2202

Full Changelog: v4.3.0...v4.3.2

v4.3.0

11 Feb 06:05
09d85d6
Compare
Choose a tag to compare

Overview

  1. Cinny now use vodozemac instead of libolm for encryption.
  2. Security tab in App Settings has been renamed to Devices.
  3. Verification and Encryption related terms has been renamed as per MSC4161.
    Security Key -> Recovery Key
    Security Phrase -> Recovery Passphrase
    Cross signing -> Device Verification
    Session -> Devices
  4. Personal emoji and sticker can now be imported in bulk.
  5. Developer Tools has been added in app settings for advance users.

What's Changed

New Contributors

Full Changelog: v4.2.3...v4.3.0

0