summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2018-03-19 11:28:38 (GMT)
committerTobias Markmann <tm@ayena.de>2018-03-19 11:28:38 (GMT)
commit5ba3f18ad8efa040d49f36d83ec2e7891a9add9f (patch)
tree66870049ef3cd136c9d9d8c3118c20ea9a18f33c
parent185f7bb23745dab1e577340d20a85f67f4bed1a1 (diff)
downloadswift-5ba3f18ad8efa040d49f36d83ec2e7891a9add9f.zip
swift-5ba3f18ad8efa040d49f36d83ec2e7891a9add9f.tar.bz2
Update Swift and Swiften changelog for upcoming 4.0 releaseswift-4.0
Test-Information: None. Change-Id: I4d89315b084406f44654c4d6a7e2e9c8da0874ce
-rw-r--r--Swift/ChangeLog.md21
-rw-r--r--Swiften/ChangeLog.md17
2 files changed, 37 insertions, 1 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md
index dac17e3..a00f41c 100644
--- a/Swift/ChangeLog.md
+++ b/Swift/ChangeLog.md
@@ -1,3 +1,22 @@
14.0 (2018-03-20)
2----------------
3- New chat theme including a new font
4- Support for message carbons (XEP-0280)
5- Enabled trellis mode as a default feature, allowing several tiled chats windows to be shown at once
6- Redesigned keyword highlighting
7- Improve date formatting
8- Fix Last Message Correction in multi client scenarios
9- Fix UI layout issue for translations that require right-to-left (RTL) layout
10- Fix UX issues in trellis mode
11- Improvements to font size handling in the chat theme
12- Fix display of default avatar on Windows
13- Support for automatic software updates on macOS
14- macOS releases are now code-signed
15- Support for unicode emojis on macOS
16- Add AppImage for Linux 64-bit as a supported platform
17- Improved spell checker support on Linux
18- And assorted smaller features and usability enhancements
19
14.0-rc6 ( 2018-03-07 ) 204.0-rc6 ( 2018-03-07 )
2---------------------- 21----------------------
3- Small usability fixes in Carbons ( XEP-0280 ) handling and Windows installer 22- Small usability fixes in Carbons ( XEP-0280 ) handling and Windows installer
@@ -33,7 +52,7 @@
33- Fix Last Message Correction in multi client scenarios 52- Fix Last Message Correction in multi client scenarios
34- Fix display of default avatar on Windows 53- Fix display of default avatar on Windows
35- Support for automatic software updates on macOS 54- Support for automatic software updates on macOS
36- Redesigned keyword highlighing 55- Redesigned keyword highlighting
37- Support for unicode emojis on macOS 56- Support for unicode emojis on macOS
38- Improvements to font size handling in the chat theme 57- Improvements to font size handling in the chat theme
39- Fix UX issues in trellis mode 58- Fix UX issues in trellis mode
diff --git a/Swiften/ChangeLog.md b/Swiften/ChangeLog.md
index d823954..a664341 100644
--- a/Swiften/ChangeLog.md
+++ b/Swiften/ChangeLog.md
@@ -1,3 +1,20 @@
14.0 (2017-03-20)
2----------------
3- Moved code-base to C++11
4 - Use C++11 threading instead of Boost.Thread library
5 - Use C++11 smart pointers instead of Boost's
6- Migrated from Boost.Signals to Boost.Signals2
7- Build without warnings on our CI platforms
8- 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
9- Support IPv6 addresses in URLs
10- Handle sessions being closed by the server
11- Verify certificates when using HTTPS in BOSH connections
12- In memory caching of latest entity capabilites lookups
13- 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
14- Require a TLS backend for building
15- Update 3rdParty/lcov to version 1.12
16- Fix several possible race conditions, smaller leaks, and other small bugs
17
14.0-rc1 ( 2017-05-17 ) 184.0-rc1 ( 2017-05-17 )
2---------------------- 19----------------------
3- Handle sessions being closed by the server 20- Handle sessions being closed by the server