diff options
Diffstat (limited to 'Swift/ChangeLog.md')
-rw-r--r-- | Swift/ChangeLog.md | 65 |
1 files changed, 56 insertions, 9 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md index 097de4d..4c88d88 100644 --- a/Swift/ChangeLog.md +++ b/Swift/ChangeLog.md @@ -1,5 +1,52 @@ -3.0-beta1 ---------- +4.0-in-progress +--------------- +- Fix UI layout issue for translations that require right-to-left (RTL) layout +- macOS releases are now code-signed with a key from Apple, so they can be run without Gatekeeper trust warnings +- Handle sessions being closed by the server + +4.0-beta2 ( 2016-07-20 ) +------------------------ +- Fix Swift bug introduced in 4.0-beta1 that results in the UI sometimes getting stuck during login + +4.0-beta1 ( 2016-07-15 ) +------------------------ +- Support for message carbons (XEP-0280) +- Improved spell checker support on Linux +- Enabled trellis mode as a default feature, allowing several tiled chats windows to be shown at once +- New chat theme including a new font +- And assorted smaller features and usability enhancements + +3.0 ( 2016-02-24 ) +------------------ +- File transfer and Mac Notification Center issues fixed +- Fix connection to servers with invalid or untrusted certificates on OS/X +- Support for the Notification Center on OS X +- Users can now authenticate using certificates (and smart cards on Windows) when using the 'BOSH' connection type. +- Encryption on OS X now uses the platform's native 'Secure Transport' mechanisms. +- Emoticons menu in chat dialogs +- Bookmark for rooms can now be edited directly from the ‘Recent Chats’ list +- Adds option to workaround servers that don’t interoperate well with Windows (schannel) encryption +- Rooms entered while offline will now get entered on reconnect +- Chats can now be seamlessly upgraded to multi-person chats by either inviting someone via the ‘cog’ menu, or dragging them from the roster. This relies on server-side support with an appropriate chatroom (MUC) service. +- Highlighting of keywords and messages from particular users can now be configured (Keyword Highlighting Blog post). +- Full profile vcards (contact information etc.) are now supported and can be configured for the user and queried for contacts. +- Simple Communication Blocking is now supported (subject to server support) to allow the blocking of nuisance users. +- Swift can now transfer files via the ‘Jingle File Transfer’ protocol. +- The status setter will now remember previously set statuses and will allow quick access to these when the user types part of a recently used status. +- Tooltips for contacts in the roster now show their vcard profile information +- The top of the roster window now shows a tooltip with your vcard profile information in +- Chatrooms (MUCs) can now be bookmarked by right-clicking on their entry in the Recent Chats list, or from the ‘cog’ menu for any room you’re currently in. +- The tooltips for MUC occupants now show their affiliation and role in the room (e.g. Administrator) +- Support for ‘right-to-left’ languages has been improved. +- A small number of emoticons will be automatically rendered when receiving text, e.g. :), this can be disabled from the View menu. +- Swift now distinguishes between contacts who have chosen to show as ‘away’ and those whose clients have noticed they’re idle (requires support in contacts' clients). +- Typing search terms with the roster selected will start to search for contacts matching the terms (useful for users with large rosters). +- An experimental ‘Trellis’ view for viewing several chats and rooms at once has been added. This is currently hidden; contact us if you’re interested in testing this feature. +- And assorted smaller features and usability enhancements. + + +3.0-beta1 ( 2015-02-23 ) +------------------------ - Allow toggling of a more compact roster display. - Remember status settings and provide quick access to them with searching of recent selections in the status setter. @@ -7,8 +54,8 @@ --- - Fixed potential crash when using proxies on Mac OS X. -2.0-beta2 ---------- +2.0-beta2 ( 2012-10-07 ) +------------------------ - Enable auto-completion of nicknames that don't start with a letter. - Generate crash dumps on Windows. - Connection timeouts are now on each connection separately, instead of on the complete connection process. @@ -28,8 +75,8 @@ Thanks to Tobias Markmann. -2.0-beta1 ---------- +2.0-beta1 ( 2012-04-29 ) +------------------------ - Windows packages are now built in Microsoft Installer's ".msi" format. Please uninstall any older NSIS-based Swift packages before upgrading to this release. - Suitable names will now be suggested from the contact's vcard when adding/editing their roster entry. @@ -55,6 +102,6 @@ Thanks to Tobias Markmann, Jan Kaluza, Thilo Cestonaro, Arnt Gulbrandsen, Vlad V Yoann Blein, Catalin Badea, Pavol Babincak, Mateusz Piekos, Alexey Melnikov and Soren Dreijer. -1.0 ---- -- Initial release. +1.0 ( 2011-04-18 ) +------------------ +- Initial release.
\ No newline at end of file |