summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-21 16:44:45 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-21 16:44:45 +0300
commitdec643e6ea167abc12be59f72e41756dd09ffb8d (patch)
tree983e9e5a3440724930599f48f4cc215e95873643 /CHANGELOG.md
parentPut back github releases (diff)
downloadnheko-dec643e6ea167abc12be59f72e41756dd09ffb8d.tar.xz
v0.6.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81fd0512..709793c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
 # Changelog
 
 ## [Unreleased]
+
+## [0.6.0] - 2018-09-21
+
 ### Features
 - Support for sending & receiving markdown formatted messages. (#283)
 - Import/Export of megolm session keys. (Incompatible with Riot) (#358)
+- macOS: The native emoji picker can be used.
 - Context menu option to show the raw text message of an event. (#437)
 - Rooms with unread messages are marked in the room list. (#313)
 - Clicking on a user pill link will open the user profile.
@@ -12,6 +16,7 @@
 - Update Polish translation (#430)
 - Enable Qt auto scaling. (#397)
 - Enable colors in the console logger.
+- Refactor styling to better work with the system theme.
 
 ### Bug fixes
 - Fixed crash when switching rooms. (#433)
@@ -20,6 +25,7 @@
 - macOS: Add missing border on the top bar.
 - Fallback to the login screen when the one-time keys cannot be uploaded.
 - Show the sidebar after initial sync. (#412)
+- Fix regression, where cache format changes didn't trigger a logout.
 
 ## [0.5.5] - 2018-09-01