Version 1.0.8 (24-05-2020)

Author Jarth <ulrikslarsen@outlook.dk>
Author date 2020-05-24 20:14:03
Author local date 2020-05-24 22:14:03 +0200
Committer Jarth <ulrikslarsen@outlook.dk>
Committer date 2020-05-24 20:14:03
Committer local date 2020-05-24 22:14:03 +0200
Commit 413f39c9642fb178b4825b73a320f9bd5af39b02
Tree 3bcacee9cd631794876ea57052666267f83b5e6c
Parent 03a9a33f140b4d7d60c03a577a3619a0392bcf73
Version 1.0.8 (24-05-2020)
- Updated APIVersion to 100030

Menu:
- Support for LibAddonMenu-2.0 have been removed from the addon
- Setup is done solely from the settings window

Bindings:
- Added binding to open settings window
- Added 10 bindings, total is now 20

Changes to Categories (previous "collection types"):
- Renamed to Categories
- Removed the hardcoded list of Categories
- Populates types based on ZO_CollectibleCategoryData
-- A category is shown when the category or its children has usable collectibles
- Categories are now named and ordered the same as in the ESO Collections view
- A category now has an icon, the icon from the parent category is shown for sub categories.
- A parent category can collapse its children
-- The icon highlights when hovering a parent category

Texts:
- Moved "magic strings" through out the code to variables, making them reusable and allowing for better overview and reusability
- TODO: Identify patterns and improve, now nearly all strings are joined by .. not string.format.

Improvements:
- Removed Base reference from CBs_Button
- Removed Base from CBs_Button