summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-26 09:27:58 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-26 09:27:58 +0300
commit5ea47920ab483ee09c3680ec32607b87a0647765 (patch)
treebe66112a2d0d10c12768b1232b7edfa6228fec9e /CHANGELOG.md
parentClear text selection when focus is lost (diff)
downloadnheko-5ea47920ab483ee09c3680ec32607b87a0647765.tar.xz
v0.6.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 709793c0..a85a2ffc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
 
 ## [Unreleased]
 
+## [0.6.1] - 2018-09-26
+
+### Improvements
+- Add infinite scroll in member list. (#446)
+- Use QPushButton on the preview modal.
+
+### Bug fixes
+- Clear text selection when focus is lost. (#409)
+- Don't clear the member list when the modal is hidden. (#447)
+
 ## [0.6.0] - 2018-09-21
 
 ### Features