Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Version: 3.0.0

Compare
Choose a tag to compare
@rafaelks rafaelks released this 19 Oct 11:59
· 1260 commits to master since this release
ea6c808

📄 Release notes

- Messages are now saved in database and can be viewed offline;
- Redesign on the onboarding experience of the app;
- Removed all markdown tags from the list of rooms on the last message;
- Autocomplete for emojis;
- Collapse/Uncollapse feature for text attachments;
- Custom Emojis on Reactions;
- Draft message per channel;
- Many fixes and improvements on Markdown parsing;
- Fixed 2FA authentication with email;
- Added support to "room privacy changed" system message;
- Improvement on the Members list title;
- Couple of refactors in the suggestions code;

✅ Pull requests merged

  • [NEW] Initial message db support (#1669)
  • [NEW] Add collapsable feature to quotes (#1695)
  • [NEW] Add room_privacy_changed system message handling (#1716)
  • [NEW] Add support for custom emojis on reactions (#1674)
  • [NEW] Adds analytics when opening the admin panel. (#1737)
  • [NEW] Adds onboarding icon (#1503)
  • [NEW] Autocomplete emojis (#1690)
  • [NEW] Key icon (#1562)
  • [NEW] Redesign authentication views (#1700)
  • [NEW] Save unfinished message (#958)
  • [IMPROVEMENT] Set members list toolbar title immediately (#1738)
  • [IMPROVEMENT] Show last message on chats list with stripped markdown syntax (#1778)
  • [FIX] 3.0.0 beta fixes (#1750)
  • [FIX] 3.0.0-beta2 fixes (#1767)
  • [FIX] admin panel crash (#1752)
  • [FIX] Fix markdown parsing for mentions, emphasis and strong emphasis (#1697)
  • [FIX] Fix random crash emoji keyboard (#1666)
  • [FIX] Links not correctly being parsed (#1745)
  • [FIX] Mentions were being fetch from favorites instead of the mentions table (#1743)
  • [FIX] Text being cut off (#1751)
  • [FIX] Two factor authentication when using email. (#1728)
  • [FIX] View less/view more button getting lost (#1729)
  • [I18N] Fixed typo on Miembros string for Spanish language (#1739)
  • [REFACTOR] Modularize all suggestions autocompletion code (#1675)

👩‍💻👨‍💻 Contributors