Updated doc and screenshots

His Dad [07-03-15 - 02:37]
Updated doc and screenshots
Filename
Doc/Changelog.txt
Doc/Description.txt
Doc/Help-Missing_Achievements.txt
Screenshots/Char-Trials.jpg
Screenshots/Dung-Public Dungeons.jpg
Screenshots/Dung-Trials.jpg
Screenshots/Public Dungeons.jpg
Screenshots/Trials.jpg
data/en.lua
history.lua
history.txt
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 39cac98..182efbf 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,7 +1,12 @@
-2015-07-01 version 12
+2015-07-04 version 12
 	A significant update, adding a "Dungeons" mode.
+	In Character Mode:
 	Split Trials Away from vet dungeons, as they are quite different.
+	Trials show details for achievements.
 	Characters which aren't Veteran won't get Vet Dungeon or Trial Tabs.
+
+	History Addon:
+	added slash command to delete old data.  (/hostdelold)
 	UPGRADE
 	Nothing special required.

diff --git a/Doc/Description.txt b/Doc/Description.txt
index 0dcabbe..f4226c8 100644
--- a/Doc/Description.txt
+++ b/Doc/Description.txt
@@ -14,7 +14,7 @@ The game does not have to be running to use histoffline.

 Game information is updated when your character logs out.

-Histoffline presents information on your Dungeon achievements and leveling stats.
+Histoffline presents information on your Dungeon achievements and levelling stats.
 It is ideal for seeing which dungeons you haven't completed.

 When installed for the first time, it will load your achievement list, which populates the Dungeon panels.
@@ -23,6 +23,7 @@ The Level and Location panels are only populated going forward. The game itself

 If more than one account is used on the computer, you have an option to select the account you wish to view.

+[SIZE=3]New! Can show Dungeons for Characters or Characters for Dungeons![/SIZE]

 [SIZE=4]Dungeon Achievements[/SIZE]
 [LIST]
@@ -33,7 +34,7 @@ If more than one account is used on the computer, you have an option to select t
 [*]Undaunted pledges. As far as I can see, there is no difference between a Undaunted pledge Dungeon and the Dungeon at other times.
 [/LIST]

-[SIZE=4]Leveling[/SIZE]
+[SIZE=4]Levelling[/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.
@@ -44,7 +45,7 @@ If more than one account is used on the computer, you have an option to select t
 [*]Visits are counted on load screens (Activation). Sometimes maps change without Activation, leaving a city for example. This is not captured at the moment.
 [*]"First Visited",  a date. Again mostly blank because the addon was still in development at that time.
 [*]"First Level" means level at first visit
-[*]"Times Leveled" means number of times you leveled up in that map.
+[*]"Times Levelled" means number of times you levelled up in that map.
 [*]"First Death" your level when you first snuffed it.
 [*]"Deaths" How many times you died there.
 [*]Known bug. Non english users may see corrupted text as the app is not unicode compatible.
diff --git a/Doc/Help-Missing_Achievements.txt b/Doc/Help-Missing_Achievements.txt
index d58c20e..e33aa8f 100644
--- a/Doc/Help-Missing_Achievements.txt
+++ b/Doc/Help-Missing_Achievements.txt
@@ -3,6 +3,6 @@ If you think you are missing something, in game, in the chat window, enter

 /histload

-Any additions will show in the system log.
+Any additions will show in the histoffline system log.

 When you logout.
diff --git a/Screenshots/Char-Trials.jpg b/Screenshots/Char-Trials.jpg
new file mode 100644
index 0000000..b6f5f8f
Binary files /dev/null and b/Screenshots/Char-Trials.jpg differ
diff --git a/Screenshots/Dung-Public Dungeons.jpg b/Screenshots/Dung-Public Dungeons.jpg
new file mode 100644
index 0000000..5c5da3d
Binary files /dev/null and b/Screenshots/Dung-Public Dungeons.jpg differ
diff --git a/Screenshots/Dung-Trials.jpg b/Screenshots/Dung-Trials.jpg
new file mode 100644
index 0000000..8caf4ae
Binary files /dev/null and b/Screenshots/Dung-Trials.jpg differ
diff --git a/Screenshots/Public Dungeons.jpg b/Screenshots/Public Dungeons.jpg
deleted file mode 100644
index 5c5da3d..0000000
Binary files a/Screenshots/Public Dungeons.jpg and /dev/null differ
diff --git a/Screenshots/Trials.jpg b/Screenshots/Trials.jpg
deleted file mode 100644
index 8caf4ae..0000000
Binary files a/Screenshots/Trials.jpg and /dev/null differ
diff --git a/data/en.lua b/data/en.lua
index aeb0c4e..8cca5f5 100644
--- a/data/en.lua
+++ b/data/en.lua
@@ -20,14 +20,14 @@ Area_names = {
 		GrpDungeon = "Grp Dungeon",
 		PubDungeon = "Pub Dungeon",
 		VetDungeon = "Vet Dungeon",
-		Leveling  = "Leveling",
+		Leveling  = "Levelling",
 		Male = "Male",
 		Female = "Female",
 		LLog = "Last Login: ",
 		TPlayed = "Time Played: ",
 		Hrs = "Hours.",
 		Level = "Level",
-		TimesLeveled = "Times Leveled",
+		TimesLeveled = "Times Levelled",
 		FirstLevel = "First Level",
 		Visits = "Visits",
 		FirstVisited = "First Visited",
diff --git a/history.lua b/history.lua
index 06a65bb..72f267c 100644
--- a/history.lua
+++ b/history.lua
@@ -7,7 +7,7 @@ hist = {
 	me = {},
 	player = "",
 	tz_offset =0,
-	debug = true
+	debug = false
 }

 local function log_truncate(max)
diff --git a/history.txt b/history.txt
index 34e3f1d..4f47e16 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
 ## APIVersion: 100011
-## Version: 11
+## Version: 12
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing.
 ## SavedVariables: History_SV