-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
This release fixes a crash on startup, 3.12 release notes below. | ||
Images from external services are now displayed inline if you turn on "Embed external media" in Display Options. You can change the default behaviour everywhere from the Settings screen. These settings will match your preferences in the web/desktop client. | ||
|
||
--- | ||
You can also now format your messages with bold, italics, underline, and colors. Select the message text you want to format then use the edit menu buttons. You can even paste preformatted text copied from elsewhere. `code spans`, ```code blocks```, and > quoted messages work too. | ||
|
||
You can now download logs to your device as a zip file, and sync with iCloud Drive. You can then open them with any app that can extract zip files. | ||
|
||
• Sped up nickname and emoji suggestions. If it's still too slow in larger channels, you can now turn off "Suggest nicks as you type" for a channel in Display Options. | ||
• Fixed tab navigation of nick suggestions when using an external keyboard | ||
• Fixed display of certain unicode characters when using the monospace font | ||
• Share photos and documents via drag-and-drop on iOS 11 | ||
• Fixed an issue that could cause the app to logout unexpectedly | ||
• Support for page up / page down scrolling on external keyboards | ||
• Added support for iPhone X screens | ||
• Improved animated GIF performance | ||
• Stability improvements and minor fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
You can now download logs to your device as a zip file, and sync with iCloud Drive. You can then open them with any app that can extract zip files. | ||
Images from external services are now displayed inline if you turn on "Embed external media" in Display Options. You can change the default behaviour everywhere from the Settings screen. These settings will match your preferences in the web/desktop client. | ||
|
||
• Sped up nickname and emoji suggestions. If it's still too slow in larger channels, you can now turn off "Suggest nicks as you type" for a channel in Display Options. | ||
• Fixed tab navigation of nick suggestions when using an external keyboard | ||
• Fixed display of certain unicode characters when using the monospace font | ||
You can also now format your messages with bold, italics, underline, and colors. Select the message text you want to format then use the edit menu buttons. You can even paste preformatted text copied from elsewhere. `code spans`, ```code blocks```, and > quoted messages work too. | ||
|
||
• Share photos and documents via drag-and-drop on iOS 11 | ||
• Fixed an issue that could cause the app to logout unexpectedly | ||
• Support for page up / page down scrolling on external keyboards | ||
• Added support for iPhone X screens | ||
• Improved animated GIF performance | ||
• Stability improvements and minor fixes |