Added readme and changelog files.

calia1120 [09-10-16 - 08:03]
Added readme and changelog files.
Updated LAM to 2.0 r17.
Updated API for 100016, also tested for compatibility with 100017 (One Tamriel PTS)

Signed-off-by: calia1120 <calia1120@gmail.com>
Filename
Changelog
Librarian.txt
LibrarianSettings.lua
README
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..7fa03a2
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,120 @@
+-------------------------------------------------------------------------------
+Librarian v1.6.2 9/10/16
+-------------------------------------------------------------------------------
+1.6.2 2016-09-10
+- Updated to LibAddonMenu 2.0 r17
+- Updated for Shadows of the Hist, API 100016, also confirmed working for 100017
+TODO: Looking at building language localizations and some category filters for book types. Also looking at improving the import function.
+
+1.6.1
+- Added License for LibAddonMenu
+
+1.6.0
+- Updated TOC for Tamriel Unlimited
+- Updated LibAddonMenu
+
+1.5.0
+- Updated TOC for patch 1.5
+- Updated LibAddonMenu 2.0
+
+1.4.0
+- Updated TOC for patch 1.4
+
+1.2.6 2014-9-5
+- Added an option to disable the character spin when opening the Librarian window.
+- Added a shortcut button to the setting window in the top right of Librarian.
+- Compatibility fixes for version 1.4 from the PTS.
+
+1.2.5 2014-8-18
+- Exiting the book reader interface now returns to Librarian rather than the base scene. Also fixes this behaviour with books opened from the inventory and the lore library.
+
+1.2.4 2014-8-15
+- Modified the SavedVariable import process to fix data for all accounts, not just the currently logged-in account.
+
+1.2.3 2014-8-6
+- Added missing references to LibAddonMenu.lua files that was causing an error.
+
+1.2.2 2014-8-6
+- Fixed a bug where full-text search would show an error if a book was missing its body.
+
+1.2.1 2014-8-5
+- Fixed a error caused by a change to the Scene Manager in 1.3
+- Added a function to migrate data from the "empty" account that was created by the GetDisplayName() bug in 1.2.3
+
+1.2.0 2014-6-25
+- Updated to LibAddonMenu 2.0.
+- Added a SavedVariable backup reminder.
+
+1.1.2 2014-6-24
+- Fixed a bug with the "Waterlogged Journal" from Craglorn that was caused a user to lose all their data. A more robust fix will be deployed later.
+
+1.1.1 2014-6-14
+- Temporarily disabled integration with the LoreLibrary which was causing connection time-outs for some users. This feature will be re-enabled when a fix for it is found.
+
+1.1.0 2014-5-23
+- Update API version to 100004. Addon appears to be stable, so I have moved to version 1.1.0.
+
+1.0.18 2014-5-8
+- Fixed a bug with upgrading old databases that would result in an error.
+
+1.0.17 2014-5-7
+- Fixed a bug in the settings panel when a newer version of LibAddonMenu was loaded.
+- Updated the bundled version of LibAddonMenu to 1.0r7
+
+1.0.16 2014-5-5
+- Added a new optional reloadui reminder feature. By default, after finding 5 new books the game reminds you in a chat message to reloadui so that you do not lose much progress in the case of a crash.
+- Fixed a bug with non-english clients that was preventing keybindings from working.
+- Added the current version number to the UI.
+
+1.0.15 2014-4-30
+- Fixed an error that occurred when viewing a book that was not already in the collection.
+
+1.0.14 2014-4-30
+- Added a new unread indicator to the book reader. The indicator can be disabled in the settings.
+
+1.0.13 2014-4-30
+- Added the ability to toggle a book's unread status while reading it.
+
+1.0.12 2014-4-29
+- Added full-text search feature.
+
+1.0.11 2014-4-28
+- Added the LoreLibrary import feature.
+- Fixed a error when changing the time display setting.
+
+1.0.10 2014-4-28
+- Fixed an error that was occurring when upgrading users of an older version of Librarian. Sorry I missed that!
+
+1.0.9 2014-4-25
+- From user feedback, performance looks to have been fixed! Moving back onto features.
+- Added an unread book counter
+
+1.0.8 2014-4-24
+- Completely revamped the code to use ZO_SortFilterList as the basis of the Librarian book list. Hopefully performance is significantly improved, both for scrolling, and loading / exiting the game.
+
+1.0.7 2014-4-21
+- Added a setting to specify whether or not to display alerts in chat and/or as a banner-type alert.
+
+1.0.6 2014-4-17
+- Fixed a bug with the keybinding unread / read display when a book is highlighted.
+- Replaced the chat alert when finding a new book with an alert similar to when finding a new lore book.
+
+1.0.5 2014-4-17
+- Fixed a bug with toggling the read / unread status of books.
+
+1.0.4 2014-4-17
+- Account-wide book access. There is a checkbox available at the bottom of the Librarian interface to toggle the showing of books seen across any of your characters. Initially, you will need to log in each character once to move their data to the account-wide Library.
+- Big changes on the data storage side. Actual book data is stored in an account-wide variable, and only the time found is stored per-character.
+
+1.0.3 2014-4-15
+- Added a settings screen which can be accessed from the standard settings menu.
+- Added a time format setting so the user can choose between 12 and 24 hour time. This setting should default to 12 hour for english and 24 hour for other languages, which is the same logic the game itself uses.
+- Fixed the bug where times were always being displayed as "P.M."
+
+1.0.2 2014-4-14
+- Added a book count header.
+- Fixed a bug with highlighting of sort headers.
+- Known issue: book found times are still inconsistent.
+
+1.0.1 2014-4-13
+- Added a wordcount field.
\ No newline at end of file
diff --git a/Librarian.txt b/Librarian.txt
index 133968b..f187721 100644
--- a/Librarian.txt
+++ b/Librarian.txt
@@ -1,6 +1,6 @@
 ## Title: Librarian
-## Author: Flamage
-## APIVersion: 100011
+## Author: |c4EFFF6Calia1120|r, Flamage
+## APIVersion: 100016 100017
 ## SavedVariables: Librarian_SavedVariables
 ## OptionalDependsOn: LibAddonMenu-2.0

diff --git a/LibrarianSettings.lua b/LibrarianSettings.lua
index a91af9b..3df16cd 100644
--- a/LibrarianSettings.lua
+++ b/LibrarianSettings.lua
@@ -78,8 +78,8 @@ function LibrarianSettings:Initialise(settings)
     type = "panel",
     name = "Librarian",
     displayName = "Librarian Book Manager",
-    author = "Flamage",
-    version = "1.6.0",
+    author = "|c4EFFF6Calia1120|r, Flamage",
+    version = "1.6.2",
     slashCommand = "/librarianOptions"
   }

diff --git a/README b/README
new file mode 100644
index 0000000..676b3c2
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+-------------------------------------------------------------------------------
+Librarian v1.6.2 9/10/16
+-------------------------------------------------------------------------------
+This Add-on is not created by, affiliated with or sponsored by ZeniMax Media
+Inc. or its affiliates. The Elder Scrolls and related logos are registered
+trademarks or trademarks of ZeniMax Media Inc. in the United States and/or
+other countries.
+
+You can read the full terms at:
+https://account.elderscrollsonline.com/add-on-terms
+
+-------------------------------------------------------------------------------
+Description
+-------------------------------------------------------------------------------
+Librarian records every book your character reads in-game and keeps a list of
+when it was found and whether you have marked it as read, allowing you to continue
+questing (and not hold up other players) while being confident you won't forget
+to read anything later.
+
+Flamage (the original author) isn't playing ESO at present, so I'll be doing some
+work on this addon and definitely welcome suggestions or requests for features!
+
+-------------------------------------------------------------------------------
+Manual Installation
+-------------------------------------------------------------------------------
+1. Go to the "Elder Scrolls Online" folder in your Documents.
+
+NA Version
+For Windows: C:\Users\<username>\Documents\Elder Scrolls Online\live\
+For Mac: ~/Documents/Elder Scrolls Online/live/
+
+EU Version
+For Windows: C:\Users\<username>\Documents\Elder Scrolls Online\liveeu\
+For Mac: ~/Documents/Elder Scrolls Online/liveeu/
+
+2. You should find an AddOns folder. If you don't, create one.
+3. Extract the addon from the downloaded zip file to the AddOns folder.
+4. Log into the game, and in the character creation screen, you'll find
+   the addons menu. Enable your addons from there.
+
+-------------------------------------------------------------------------------