From 8876fb1eb704a14164252075253c0f1d62ea9e35 Mon Sep 17 00:00:00 2001 From: CMDR-Kiel42 Date: Sun, 11 Aug 2019 20:32:59 +0200 Subject: [PATCH] Version and changelog updates --- CHANGELOG.md | 10 ++++++++++ version.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6825bd9..0eaa9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## 2.1.2 + +- Fixed conflicts when other plugins used similar file names +- Fixed plugin sometimes just breaking when nasty errors occured and actually recover from them +- Remove trailing whitespaces when plotting a route to avoid issues with Spansh +- Show plotting errors in the GUI (like unknown system name or invalid range) +- Fixed an issue with the systems list where it wouldn't disappear +- Fixed an issue when plotting from the system you're currently in (it should now *finally* start at the next waypoint) +- Keep previous entries in the *Route plotting* GUI when closing it + ## 2.1.1 - Fixed an issue with CSV files containing blank lines diff --git a/version.json b/version.json index 7c32728..8f9174b 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file