Releases: cinnyapp/cinny
Releases · cinnyapp/cinny
v4.8.1
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
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
v4.5.1
v4.5.0
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
- @mininmobile made their first contribution in #2227
Full Changelog: v4.4.0...v4.5.0
v4.4.0
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
- @SerialExperimentsClub made their first contribution in #2180
- @gingershaped made their first contribution in #2212
Full Changelog: v4.3.2...v4.4.0
v4.3.2
v4.3.0
Overview
- Cinny now use vodozemac instead of libolm for encryption.
- Security tab in App Settings has been renamed to Devices.
- 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 - Personal emoji and sticker can now be imported in bulk.
- Developer Tools has been added in app settings for advance users.
What's Changed
- redesigned app settings and switch to rust crypto by @ajbura in #1988
- personal emoji can now be imported in bulk by @ajbura in #1988
- added developer tools by @ajbura in #1988
- Pinned Messages by @ajbura in #2081
- Tableflip and unflip commands similar to /shrug by @LevitatingBusinessMan in #2075
- Fix emoji ordering by @marekvospel in #2057
- Render captions to m.file, m.image, m.video, and m.audio by @nexy7574 in #2059
- center images in URL preview cards by @WebFreak001 in #1556
- fix style issue of reply placeholder by @ajbura in #2181
- fix membership change with invalid data crash by @ajbura in #2182
- break word for text viewer pre element by @ajbura in #2179
- fix threaded reply does not work in encrypted rooms by @ajbura in #2172
- remove left member autocomplete by @ajbura in #2194
- fix reply placeholder overflow by @ajbura in #2193
- fix notification crash for ios by @ajbura in #2192
- fix edits does not reflect in pinned messages by @ajbura in #2107
- fix media autoload button function as per it's label by @array-in-a-matrix / @kfiven in #2195
New Contributors
- @LevitatingBusinessMan made their first contribution in #2075
- @marekvospel made their first contribution in #2057
- @nexy7574 made their first contribution in #2059
- @array-in-a-matrix made their first contribution in #2195
Full Changelog: v4.2.3...v4.3.0