diff --git a/EliteBGS.csproj b/EliteBGS.csproj
index 3989670..adcbe39 100644
--- a/EliteBGS.csproj
+++ b/EliteBGS.csproj
@@ -185,7 +185,6 @@
-
PreserveNewest
@@ -207,10 +206,9 @@
-
-
-
-
+
+ PreserveNewest
+
diff --git a/docs/description.md b/docs/description.md
index f264101..ea9b64e 100644
--- a/docs/description.md
+++ b/docs/description.md
@@ -11,17 +11,8 @@ Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org
## How To
-![Main Window Objectives](main-objectives.png)
-
-Use the main tab to add objectives to the program. To do this, insert the system name,
-faction, and, optionally, a station. Then press "Add Objective". Objectives can be deleted
-by selecting them and pressing the "DEL" key. Manually added objectives like this are
-enabled by default. You can always enable, and disable an objective by checking the box
-next to its name. Disabled objectives are not included in the BGS discord log generation.
-
-Once you have your objectives have been configured, you can press "Parse Journal", which
-will check your Elite Dangerous player journal for completed missions. Currently the tool
-recognises the following completed tasks:
+Press "Parse Journal", which will check your Elite Dangerous player journal for completed
+missions. Currently the tool recognises the following completed tasks:
* Buying of cargo from stations (new in Update 10)
* Completed missions
@@ -72,7 +63,7 @@ you the bounty. And not the faction of the victim. The tool will look for an eve
scanned your victim, and gleem the victim's faction from that. If you did not scan your victim, then
sadly the tool cannot connect the victim's faction to the victim.
-![Main Window with entries](main-entries.png)
+![Main Window with entries](main-page.png)
The window will then list all the journal entries it has found, and group them by objectives. You
can select which objectives you wish to report, by using the checkmarks.
@@ -82,13 +73,12 @@ This way said entry will not appear in the final log. You can also remove indivi
(if you think the tool detected something you thought was wrong), by selecting the entry,
and pressing the "DEL" key.
-Once you are satisfied with the result, move to "Discord Report" tab, select a template, and click
-"Generate Report".
+Once you are satisfied with the result, you can copy and paste the final report to the discord
+server of your choice. Before you copy/paste it into the discord of your squadron, you should
+check the log. You can of course also edit it, either if something is wrong because the tool
+missed something, or you just wish to add a note the report itself.
-![Generated Report](main-report.png)
-
-Before you copy/paste it into the discord of your squadron, you should check the log. You can of
-course edit it, if something is wrong or the tool itself missed something.
+If you wish to regenerate the discord log, simply click "Generate Log".
## Known Issues and Bugs
diff --git a/docs/index.md b/docs/index.md
index cdc0840..3ceb3c2 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -53,9 +53,9 @@ It requires a separate library, called EDJournal, which is also open source:
## Downloads
-The latest version of EliteBGS **0.1.6** is available for download here:
+The latest version of EliteBGS **0.1.7** is available for download here:
-* [https://bgs.n0la.org/elitebgs-0.1.6.zip](https://bgs.n0la.org/elitebgs-0.1.6.zip)
+* [https://bgs.n0la.org/elitebgs-0.1.7.zip](https://bgs.n0la.org/elitebgs-0.1.7.zip)
Older versions are available in the archive:
diff --git a/docs/main-entries.png b/docs/main-entries.png
deleted file mode 100644
index 4fdb5ea..0000000
Binary files a/docs/main-entries.png and /dev/null differ
diff --git a/docs/main-objectives.png b/docs/main-objectives.png
deleted file mode 100644
index 0ec009e..0000000
Binary files a/docs/main-objectives.png and /dev/null differ
diff --git a/docs/main-page.png b/docs/main-page.png
new file mode 100644
index 0000000..74a552e
Binary files /dev/null and b/docs/main-page.png differ
diff --git a/docs/main-report.png b/docs/main-report.png
deleted file mode 100644
index d1a494b..0000000
Binary files a/docs/main-report.png and /dev/null differ