From 4df89a18f30e24cecde16066a4d50e5a1b9fe3b9 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Thu, 27 Oct 2016 14:14:54 +0200 Subject: [PATCH] build: Added changelog for Release 0.9.23 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e43cb49f..e65966ec 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,25 @@ gifsicle --resize-height 18 trans.gif > loader.gif ### Changelog +#### 0.9.22 +released 2016-10-27 + +* Windows: Added logging and exception handling to VS plugin +* Windows: Added VC++ runtime dlls for windows installer +* Windows: Added missing VC++ runtime dlls (issue #231) +* Added setting for default graph zoom on mouse wheel to preferences (issue #237) +* Scroll errors table to newest error during indexing +* Fixed best scoring for search autocompletions skipped some combinations +* Fixed flickering of errors table when indexing +* Don't show error snippets in overview screen anymore +* Fixed crash when Project Paths contain files and lazy include search in enabled (issue #201) +* Fixed edge cases that caused deadlocks in indexing +* Added language specific project icons to start screen +* Fixed application couldn't be quit when start screen was showing (issue #227) +* Graph: Fixed missing image file ending when exporting graph for Linux +* Log Coati version when logging gets enabled +* Fixed non-indexed errors filter in errors table + #### 0.9.0 released 2016-10-14