2020-09-19 13:29:12 +00:00
|
|
|
# Version 0.19.0 - 2020-??-??
|
|
|
|
### Features
|
|
|
|
- Implemented ignore list
|
2020-09-19 17:21:33 +00:00
|
|
|
- Jump to events in timeline: When tapping on a reply and when tapping a matrix.to link
|
|
|
|
### Fixes
|
|
|
|
- Timeline randomly resorting while more history is being fetched
|
|
|
|
- Automatically request history if the "load more" button is on the screen
|
2020-09-19 13:29:12 +00:00
|
|
|
|
2020-09-13 08:30:11 +00:00
|
|
|
# Version 0.18.0 - 2020-09-13
|
2020-09-03 09:44:42 +00:00
|
|
|
### Features
|
2020-09-09 12:35:05 +00:00
|
|
|
- Added translations: Armenian, Turkish, Chinese (Simplified), Estonian
|
2020-09-05 11:45:03 +00:00
|
|
|
- Url-ify matrix identifiers
|
2020-09-04 10:56:25 +00:00
|
|
|
- Use server-side generated thumbnails in cleartext rooms
|
|
|
|
- Add option to send images in their original resolution
|
|
|
|
- Add additional confirmation for sending files & share intents
|
2020-09-10 07:39:39 +00:00
|
|
|
- Add option to opt-in to report issues / crashes to sentry
|
|
|
|
- Write keys to online key backup, fully implementing online key backup
|
2020-09-05 11:45:03 +00:00
|
|
|
### Changes
|
|
|
|
- Tapping links, pills, etc. now does stuff
|
2020-09-10 07:39:39 +00:00
|
|
|
- Better handling of sending messages in bad network
|
|
|
|
- Better recovery of "keys not cached"
|
2020-09-05 11:45:03 +00:00
|
|
|
### Fixes:
|
|
|
|
- Various html rendering and url-ifying fixes
|
2020-09-03 10:58:54 +00:00
|
|
|
- Added support for blurhashes
|
|
|
|
- Image viewer now eventually displays the original image, not only the thumbnail
|
2020-09-01 11:09:02 +00:00
|
|
|
|
|
|
|
# Version 0.17.0 - 2020-08-31
|
2020-08-12 09:30:31 +00:00
|
|
|
### Features
|
2020-08-03 11:08:44 +00:00
|
|
|
- Pin and unpin chats
|
2020-08-12 09:30:31 +00:00
|
|
|
- Implement event aggregations
|
|
|
|
- Implement message edits
|
|
|
|
- Render reactions
|
|
|
|
- Add / Remove reactions by tapping on existing reactions
|
2020-07-27 11:13:25 +00:00
|
|
|
### Fixes:
|
|
|
|
- Don't re-render the room list nearly as often, increasing performance
|
2020-09-01 11:09:02 +00:00
|
|
|
- Various fixes for sending messages on bad networks
|
|
|
|
- Design tweeks and fixes
|
|
|
|
- Various performance fixes and improvements
|
2020-07-27 11:13:25 +00:00
|
|
|
|
2020-07-24 12:44:34 +00:00
|
|
|
# Version 0.16.0 - 2020-07-24
|
2020-06-27 08:15:37 +00:00
|
|
|
### Features
|
|
|
|
- Implement web notifications
|
2020-09-03 09:44:42 +00:00
|
|
|
- Implement a connection status header
|
2020-07-20 15:33:52 +00:00
|
|
|
### Changes
|
2020-07-24 09:42:02 +00:00
|
|
|
- Switch out database engine for faster performance
|
|
|
|
- Greatly improve startup time
|
|
|
|
- Added languages: Galician, Croatian, Japanese, Russian, Ukrainian - Thanks a lot to all the weblate users!
|
|
|
|
- Only show the microg toast once, if you have play services disabled
|
2020-07-27 11:11:01 +00:00
|
|
|
- Homeserver URL input now strips trailing whitespace and slash - Thanks @kate_shine
|
2020-07-24 09:42:02 +00:00
|
|
|
- Also use prev_content to determine profile of a user: This allows the username and avatar of people who left a group to still be displayed
|
2020-07-20 15:33:52 +00:00
|
|
|
### Fixes:
|
2020-07-24 09:42:02 +00:00
|
|
|
- Fix not being able to initiate key verification properly
|
|
|
|
- Fix message sending being weird on slow networks
|
|
|
|
- Fix a few HTML rendering bugs
|
|
|
|
- Various other fixes
|
|
|
|
- Fix the 12h clock showing 00:15am, instead of 12:15am - Thanks @not_chicken
|
|
|
|
- Fix an issue with replies and invalid HTML
|
|
|
|
- Fix messages getting lost when retrieving chat history
|
|
|
|
- Fix a bug where an incorrect string encoding from the server is assumed
|
|
|
|
- Fix a bug where people couldn't log in if they had email notifications enabled
|
2020-06-27 08:15:37 +00:00
|
|
|
|
2020-06-26 16:55:01 +00:00
|
|
|
# Version 0.15.1 - 2020-06-26
|
|
|
|
### Fixes:
|
|
|
|
- Fix a big with account data being stored incorrectly
|
|
|
|
|
|
|
|
# Version 0.15.0 - 2020-06-26
|
2020-06-18 11:39:24 +00:00
|
|
|
### Features:
|
|
|
|
- New room list app bar design
|
|
|
|
- Chat app bar transparent
|
2020-06-20 09:32:49 +00:00
|
|
|
- Implement web file picker
|
2020-06-20 09:46:12 +00:00
|
|
|
- Minor design and UX improvements
|
2020-06-25 14:29:06 +00:00
|
|
|
- Implement Cross Signing
|
|
|
|
- Restore keys from online key backup
|
2020-06-26 08:13:48 +00:00
|
|
|
- Added translations: Czech, Spanish, Slovakian
|
2020-06-18 11:39:24 +00:00
|
|
|
### Changes:
|
|
|
|
- Show presences of users sharing a direct chat
|
|
|
|
- Big refactoring
|
2020-06-25 14:29:06 +00:00
|
|
|
### Fixes:
|
|
|
|
- Various fixes, including e2ee fixes and olm session recovery
|
2020-06-18 11:39:24 +00:00
|
|
|
|
2020-05-20 17:29:26 +00:00
|
|
|
# Version 0.14.0 - 2020-05-20
|
2020-05-16 06:02:33 +00:00
|
|
|
### Features:
|
|
|
|
- Implement image viewer
|
|
|
|
- Implement room pills
|
|
|
|
- New chat appBar showing presences and room avatars
|
2020-05-16 06:43:27 +00:00
|
|
|
- Implement well-known support
|
2020-05-20 17:29:26 +00:00
|
|
|
### Fixes:
|
|
|
|
- Minor fixes, refactoring and performance improvements
|
2020-05-16 06:02:33 +00:00
|
|
|
|
2020-05-13 09:22:30 +00:00
|
|
|
# Version 0.13.2 - 2020-05-13
|
|
|
|
### Fixes:
|
|
|
|
- Fix textfields copy&paste
|
|
|
|
- Clean up pushers on server
|
|
|
|
- Show rich notifications
|
|
|
|
|
2020-05-11 06:06:24 +00:00
|
|
|
# Version 0.13.1 - 2020-05-11
|
|
|
|
### Fixes:
|
|
|
|
- Fix share content
|
|
|
|
|
|
|
|
# Version 0.13.0 - 2020-05-10
|
2020-04-26 16:15:48 +00:00
|
|
|
### Features:
|
|
|
|
- New status feature
|
2020-05-10 11:43:07 +00:00
|
|
|
- HTML rendering of messages
|
|
|
|
- Markdown support
|
2020-04-26 16:15:48 +00:00
|
|
|
- Enhanced chat list design
|
2020-05-10 11:43:07 +00:00
|
|
|
- New translations (Polish, Hungarian)
|
|
|
|
### Fixes:
|
|
|
|
- Lots of minor fixes and refactoring
|
2020-04-26 16:15:48 +00:00
|
|
|
|
2020-04-17 05:52:01 +00:00
|
|
|
# Version 0.12.4 - 2020-04-17
|
|
|
|
### Fixed
|
|
|
|
- Login without google services
|
|
|
|
|
2020-04-12 07:22:08 +00:00
|
|
|
# Version 0.12.2 - 2020-04-12
|
2020-04-12 08:35:45 +00:00
|
|
|
### Changes:
|
|
|
|
- New set homeserver UX
|
|
|
|
### Fixed
|
|
|
|
- Fix toasts when switching views
|
2020-04-12 07:22:08 +00:00
|
|
|
- Fix image flickering
|
|
|
|
- Fix login without google services
|
|
|
|
- Fix toasts
|
|
|
|
|
|
|
|
# Version 0.12.0 - 2020-04-10
|
2020-04-03 18:24:25 +00:00
|
|
|
### Features:
|
|
|
|
- Implement custom wallpapers
|
2020-04-09 08:16:38 +00:00
|
|
|
- Lightweight Jitsi integration for video calls
|
2020-04-09 07:51:52 +00:00
|
|
|
- Use SKIA for web
|
2020-04-03 18:32:44 +00:00
|
|
|
### Fixes:
|
|
|
|
- Fix image scaling
|
2020-04-09 07:51:52 +00:00
|
|
|
- Minor bugfixes
|
2020-04-03 18:24:25 +00:00
|
|
|
|
2020-04-02 11:14:39 +00:00
|
|
|
# Version 0.11.0 - 2020-04-02
|
2020-04-02 12:05:32 +00:00
|
|
|
### Features:
|
|
|
|
- Share content with FluffyChat
|
2020-04-02 11:14:39 +00:00
|
|
|
### Fixes:
|
|
|
|
- Minor bugfixes
|
|
|
|
|
2020-03-29 10:45:39 +00:00
|
|
|
# Version 0.10.1 - 2020-03-29
|
|
|
|
### Fixes:
|
|
|
|
- Fix a lazy loading bug
|
|
|
|
- Improve app icon
|
|
|
|
|
|
|
|
# Version 0.10.0 - 2020-03-29
|
2020-03-15 10:27:51 +00:00
|
|
|
### New features
|
|
|
|
- Voice messages
|
|
|
|
- New message bubble design
|
2020-03-29 10:06:25 +00:00
|
|
|
### Changes:
|
|
|
|
- Use SnackBars instead of Toasts
|
|
|
|
### Fixes:
|
|
|
|
- Minor fixes in the SDK
|
|
|
|
- Loading dialog when sending files is displayed too long
|
|
|
|
- Fixed device settings list
|
2020-03-15 10:27:51 +00:00
|
|
|
|
|
|
|
# Version 0.9.0 - 2020-03-13
|
|
|
|
### New features
|
|
|
|
- Improved design
|
|
|
|
- End2End encryption for normal messages (not yet files)
|
|
|
|
- Key sharing
|
|
|
|
- Device keys verification UI
|
|
|
|
### Fixes
|
|
|
|
- Minor bug fixes
|
|
|
|
|
2020-02-17 12:38:27 +00:00
|
|
|
# Version 0.8.2 - 2020-02-17
|
|
|
|
### Fixes
|
|
|
|
- SpeedDial labels not visible in light mode
|
|
|
|
|
2020-02-16 19:14:36 +00:00
|
|
|
# Version 0.8.1 - 2020-02-16
|
|
|
|
### New features
|
|
|
|
- Dark mode
|
|
|
|
|
2020-02-16 11:40:05 +00:00
|
|
|
# Version 0.8.0 - 2020-02-16
|
|
|
|
### New features
|
|
|
|
- Image Viewer
|
|
|
|
- Improved UX design
|
|
|
|
- Experimental End-to-end encryption in the web version
|
|
|
|
|
2020-02-10 17:42:20 +00:00
|
|
|
# Version 0.7.2 - 2020-02-10
|
|
|
|
### Changed
|
|
|
|
- Invite link text
|
|
|
|
### Fixed
|
|
|
|
- Replies on replies fixed
|
|
|
|
|
2020-02-10 16:54:10 +00:00
|
|
|
# Version 0.7.1 - 2020-02-10
|
|
|
|
- Replies with correct sender id
|
|
|
|
|
2020-02-10 10:52:19 +00:00
|
|
|
# Version 0.7.0 - 2020-02-10
|
2020-02-09 14:15:29 +00:00
|
|
|
### New features
|
|
|
|
- Select mode in chat
|
|
|
|
- Implement replies
|
2020-02-09 15:58:49 +00:00
|
|
|
- Add scroll down button in chat
|
2020-02-09 14:15:29 +00:00
|
|
|
|
2020-02-09 11:39:53 +00:00
|
|
|
# Version 0.6.0 - 2020-02-09
|
2020-02-04 13:44:33 +00:00
|
|
|
### New features
|
|
|
|
- Add e2ee settings
|
2020-02-09 11:39:53 +00:00
|
|
|
- Minor design improvements
|
|
|
|
### Fixes
|
|
|
|
- Minor bugs fixed
|
2020-02-04 13:44:33 +00:00
|
|
|
|
2020-01-29 15:19:55 +00:00
|
|
|
# Version 0.5.2 - 2020-01-29
|
|
|
|
### Changes
|
|
|
|
- New default homeserver: tchncs.de
|
|
|
|
### Fixes
|
|
|
|
- Translation fixed
|
|
|
|
- Parsing of m.room.aliases events
|
|
|
|
|
|
|
|
# Version 0.5.1 - 2020-01-28
|
|
|
|
### Changes
|
2020-01-27 09:14:38 +00:00
|
|
|
- Refactoring under the hood
|
|
|
|
### Fixes
|
|
|
|
- Fixed the bug that when revoking permissions for a user makes the user an admin
|
|
|
|
- Fixed the Kick user when user has already left the group
|
|
|
|
|
2020-01-20 12:52:31 +00:00
|
|
|
# Version 0.5.0 - 2020-01-20
|
2020-01-18 11:33:23 +00:00
|
|
|
### New features
|
2020-01-20 12:52:31 +00:00
|
|
|
- Localizations
|
|
|
|
- Enhanced group settings
|
|
|
|
- Username search
|
|
|
|
### Fixes
|
|
|
|
- Minor bug fixes
|
2020-01-28 08:21:00 +00:00
|
|
|
- Invite to direct chat
|
2020-01-20 12:52:31 +00:00
|
|
|
|
|
|
|
# Version 0.4.0 - 2020-01-18
|
|
|
|
### New features
|
|
|
|
- Registration
|
2020-01-18 12:27:36 +00:00
|
|
|
- Avatars with name letters
|
|
|
|
- Calc username colors
|
2020-01-18 11:33:23 +00:00
|
|
|
### Fixes
|
|
|
|
|
|
|
|
# Version 0.3.0 - 2020-01-17
|
2020-01-17 10:42:48 +00:00
|
|
|
### New features
|
|
|
|
- Improved design
|
|
|
|
- Implement signing up (Still needs a matrix.org fix)
|
|
|
|
- Forward messages
|
|
|
|
- Content viewer
|
2020-01-09 11:20:38 +00:00
|
|
|
### Fixes
|
|
|
|
- Chat textfield isn't scrollable on large text
|
2020-01-17 10:42:48 +00:00
|
|
|
- Text disappears in textfield on resuming the app
|
2020-01-09 11:20:38 +00:00
|
|
|
|
2020-01-08 19:52:27 +00:00
|
|
|
# Version 0.2.3 - 2020-01-08
|
2020-01-08 19:21:05 +00:00
|
|
|
### New features
|
|
|
|
- Added changelog
|
2020-01-08 19:43:30 +00:00
|
|
|
- Added copy button
|
|
|
|
### Fixes
|
2020-01-08 19:52:27 +00:00
|
|
|
- Groups without name now have a "Group with" prefix
|