summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-10-23 18:38:02 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-10-23 18:38:02 +0200
commit33f968de5c88a2f92d79cb9dfa14cc245676a8d5 (patch)
tree28fbf0d47af1949db66d21109e591a190298b94e
parentb8ce3fb6ec855e09cc61c9cbfc46e809c4d80146 (diff)
Update ChangeLog and bump version.v0.9.18.1
-rw-r--r--ChangeLog11
-rw-r--r--version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e18a82a..7d390bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Version 0.9.18.1-hotfix
+======================
+Release date: October 23rd 2019
+Contributors: deva
+
+- Fixed bug in the file browser which could not be navigated if the
+ default kit path were not set or pointing to an invalid path.
+
+Special thanks to 2Late and Jason N. for reporting and helping debugging
+the problem.
+
Version 0.9.18
==============
Release date: October 15th 2019
diff --git a/version.h b/version.h
index 0212aca..37b9145 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION "0.9.18"
+#define VERSION "0.9.18.1"