From 589f77decca435080cda89c8054bdaea408ec519 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 10 Apr 2019 11:41:09 -0700 Subject: [PATCH] Added notes for recent changes. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098651e..495816b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,13 @@ credentials supplied by the user. Otherwise they will be requested every time Getdown runs, which is not a viable user experience. +* The Getdown window can be now closed by pressing the `ESC` key. + +* If no `appdir` is specified via the command line or system property, the current working + directory will be used as the `appdir`. + +* A basic Russian translation has been added. Thanks @sergiorussia! + ## 1.8.2 - Nov 27, 2018 * Fixed a data corruption bug introduced at last minute into 1.8.1 release. Oops.