diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5ce93..fa1be79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.1.4 + +- Autosaves your progress more often in case EDMC crashes +- Add a right click menu for copy/pasting in the system entries +- Better themes integration + ## 2.1.3 - Bugfix: System suggestions actually show up when you type in either Source or Destination system inputs on Windows diff --git a/README.md b/README.md index bad6182..bd6a437 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ This plugin's purpose is to automatically copy to your clipboard the next waypoi ## Install - If you're on Linux, you'll need to make sure that **xclip** is installed before using the plugin (`sudo apt-get xclip` on Debian based systems). -- Download the latest release [here](https://github.com/CMDR-Kiel42/EDMC_SpanshRouter/releases/latest) and unzip it. - Open your EDMC plugins folder - in EDMC settings, select "Plugins" tab, click the "Open" button. -- Create a folder inside the plugins folder called **SpanshRouter** -- Open the **SpanshRouter** folder you created and put all the files you extracted inside. +- Create a folder inside the plugins folder and call it whatever you want, **SpanshRouter** for instance +- Download the latest release [here](https://github.com/CMDR-Kiel42/EDMC_SpanshRouter/releases/latest) and unzip it. +- Open the folder you created and put all the files and folders you extracted inside - Restart EDMC ## How to use diff --git a/version.json b/version.json index abae0d9..c346e7a 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file