Version 1.0.8 (24-05-2020)
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