Version 11, now out of beta.

His Dad [05-19-15 - 19:54]
Version 11, now out of beta.
Doc cleanups
Filename
Doc/Changelog.txt
Doc/Description.txt
Doc/Installation.odt
Doc/Installation.pdf
HistOffline.lua
Screenshots/Skill Quests.jpg
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index c35aa85..1347868 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,12 @@
+2015-05-20 version 11
+	De translation done.
+	Moving out of "Beta" category on Minion.
+	Change Description so is doesn't have the installation data.
+	UPGRADE
+	Nothing special required.
+
+
+
 2015-05-13 version 10
 	Quests awarding Skill points, Now has detail panel with clickable link

diff --git a/Doc/Description.txt b/Doc/Description.txt
index a13b411..4f81891 100644
--- a/Doc/Description.txt
+++ b/Doc/Description.txt
@@ -35,7 +35,6 @@ If more than one account is used on the computer, you have an option to select t

 [SIZE=4]Leveling[/SIZE]
 [LIST]
-
 [*]Refer to the Screenshot. One line per level. Play time is Accumulative.
 [*]L27 "First Death" is missing, because the addon was still in development at that time.
 [/LIST]
@@ -52,76 +51,24 @@ If more than one account is used on the computer, you have an option to select t
 [/LIST]

 [SIZE=4]World Bosses[/SIZE]
+[LIST]
 [*]There are six bosses in a zone, 5 zones in an Alliance. Get all 30!
 [*]Doesn't show which are missing.
 [LIST]

-[SIZE=4]To Do[/SIZE]
-[LIST]
-[*]Ability to make character data inactive, for deleted chars. It needs to be moved to another file for storage.
-[*]Capture group data for deaths and Dungeons.
-[/LIST]
-
-[SIZE=4]Installation[/SIZE]
-Install the addon in the usual way. Character data is written to history.lua in the savedvariable  folder at character logout.
-There is no keybinding or user interface.
-
-[SIZE=4]Installing the Offline viewer[/SIZE]
-This is mandatory as there is no other way of reporting on data.
-This addon uses the IUP Lua Toolit. It only has to be installed once and doesn't need to be changed when the addon updates.
-If you use my Research Timer, you will already have it.
-
-[LIST]
-[*]Search the net for IUP 3.13 32 or 64 bit zip file for windows, or go here  http://sourceforge.net/projects/iup/files/3.13/Tools%20Executables/
-[*]NOTE: 3.14 has been released but it packaged differently and I haven't checked it.
-[*]Unzip IUP into a folder. No other installation procedure is required. I.E it's portable.
-The only folder required is "Lua52", you can delete everything else, if you wish.
-[/LIST]
-I will assume you are using the folder path  C:\IUP\Lua52
-
-Log in to the game with a character and log out. That will ensure the savedvariable file exists.
-
-[SIZE=3]First, some testing[/SIZE]
+[SIZE=4]Quests With Skill Points[/SIZE]
 [LIST]
-[*]In the Lua52 folder. Run the iuplua52.exe, which will give a little graphical dialog.
-[*]Use the load button to navigate to the Histoffline.lua file. (Do not move it from its location or it won't be able to find its datafile.)
-[*]Press "execute" to run it. If there is an error, please cut and paste into a message on the webpage so I can debug.
-[/LIST]
-
-[SIZE=3]Create Shortcuts[/SIZE]
-Now that you know it works, create a shortcut to run it directly from your desktop.
-
-
-An Example shortcut is in the shortcuts folder. You can copy it to your desktop and edit it. A screenshot of the properties dialog is included.
-The [B]Target[/B] is: C:\iup\Lua52\wlua52.exe Histoffline.lua
-This does not change for the mega-server or PTS.
-
-The [B]Start in:[/B] is:   "D:\data\John\Documents\Elder Scrolls Online\live\AddOns\History"
-This is for user 'John'. This user has had his documents folder redirected, which is why we don't use %USERPROFILE%/Documents   [I]It is not Reliable in cases like this.[/I]
+[*]See if you have missed any!
+[*]Select the zone to show the detail.
+[*]Click on link to browse to UESP's webpage on the quest.
 [LIST]
-[*]"Start in" varies for each user.
-[*]"Start in" varies for each mega-server.
-[*][B]Note that path has spaces in it, so the path is enclosed in quotes.[/B] This can be hard to see as the field doesn't show the right side, although pressing the END key will put the cursor there.
-[*]If you use more than one server, install the addon to that server and create a shortcut for that server with the correct "Start in:". You don't have to change IUP.
-[/LIST]

-The easiest way of getting the correct path is to
+[SIZE=4]To Do[/SIZE]
 [LIST]
-[*]Delete contents of the Start in: Field on the Shortcut.
-[*]Use explorer to Navigate to the history addon folder. See Screenshot.
-[*]Click in the address bar to highlight it.
-[*]Ctrl-C to copy the path.
-[*]Click inside the Start in: Field on the Shortcut.
-[*]Ctrl-P to Paste it into the Start in: Field
-[*][B]Put the leading and trailing Quotes in.[/B]
-[*]Click OK
+[*]Ability to make character data inactive, for deleted chars. It needs to be moved to another file for storage.
+[*]Capture group data for deaths and Dungeons.
 [/LIST]

-You may want to rename the shortcut.
-
-[SIZE=3]Debugging[/SIZE]
-(Q)It worked from the iuplua52 test console, but the shortcut doesn't work.
-(A)The path is wrong.

 Enjoy. Please report bugs to the forum. This is work in progress. None of my characters have been to craglorn or done all the Vet dungeons so some stuff is untested.

@@ -131,4 +78,4 @@ German Translations by Joklix.
 [SIZE=4]Licence[/SIZE]
 Some code taken from the Luatz project under the MIT Licence.
 The dump code function I found on the net. Sorry I don't know who wrote it.
-The rest is my code, use it as you wish, coz I don't care, assume MIT licence if you want.
+The rest is my code,  MIT licence.
diff --git a/Doc/Installation.odt b/Doc/Installation.odt
new file mode 100644
index 0000000..ca2aa9d
Binary files /dev/null and b/Doc/Installation.odt differ
diff --git a/Doc/Installation.pdf b/Doc/Installation.pdf
new file mode 100644
index 0000000..c4929f1
Binary files /dev/null and b/Doc/Installation.pdf differ
diff --git a/HistOffline.lua b/HistOffline.lua
index ffa8c3e..5da82ac 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -10,7 +10,7 @@ local Colour_Heading_Complete = "#58FA58"


 -- ========================
-version= "Beta 10"
+version= "11"		--  Out of beta now
 require( "iuplua" )
 require( "iupluacontrols" )
 dofile "../../SavedVariables/History.lua"
diff --git a/Screenshots/Skill Quests.jpg b/Screenshots/Skill Quests.jpg
new file mode 100644
index 0000000..a7e39eb
Binary files /dev/null and b/Screenshots/Skill Quests.jpg differ