diff options
-rw-r--r-- | Swift/ChangeLog.md | 5 | ||||
-rw-r--r-- | Swiften/ChangeLog.md | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md index 68d1554..cf7ec70 100644 --- a/Swift/ChangeLog.md +++ b/Swift/ChangeLog.md @@ -1,37 +1,42 @@ 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 - Fix Last Message Correction in multi client scenarios - Fix display of default avatar on Windows +- Support for automatic software updates on macOS +- Redesigned keyword highlighing +- Support for unicode emojis on macOS +- Improvements to font size handling in the chat theme +- And assorted smaller features and usability enhancements 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. diff --git a/Swiften/ChangeLog.md b/Swiften/ChangeLog.md index 62cea5e..4c9ffa6 100644 --- a/Swiften/ChangeLog.md +++ b/Swiften/ChangeLog.md @@ -1,17 +1,20 @@ 4.0-in-progress --------------- - Handle sessions being closed by the server +- Verify certificates when using HTTPS in BOSH connections +- In memory caching of latest entity capabilites lookups +- Fix several smaller leaks and other bugs 4.0-beta1 ( 2016-07-15 ) ------------------------ - Moved code-base to C++11 - Use C++11 threading instead of Boost.Thread library - Use C++11 smart pointers instead of Boost's - Migrated from Boost.Signals to Boost.Signals2 - Build without warnings on our CI platforms - General cleanup like remove of superflous files and #include statements. This means header files that previously were included implictly need to be explicitly included now - Support IPv6 addresses in URLs - Changed source code style to use soft tabs (4 spaces wide) instead of hard tabs. Custom patches for Swiften will need to be reformatted accordingly - Require a TLS backend for building - Update 3rdParty/lcov to version 1.12 - Fix several possible race conditions and other small bugs
\ No newline at end of file |