1.1.12

Ulrik Larsen [04-09-22 - 08:46]
1.1.12
Filename
CBs_Constants.lua
Changelog
CollectionBars.txt
diff --git a/CBs_Constants.lua b/CBs_Constants.lua
index 8d40160..69336c7 100644
--- a/CBs_Constants.lua
+++ b/CBs_Constants.lua
@@ -35,7 +35,11 @@ CollectionBars = {
 			[5] = {Name = "InInteract", Instance = SCENE_MANAGER:GetScene("interact"), Description = "%s in interactions"},
 			[6] = {Name = "InBank", Instance = SCENE_MANAGER:GetScene("bank"), Description = "%s at a bank"},
 			[7] = {Name = "InFence", Instance = SCENE_MANAGER:GetScene("fence_keyboard"), Description = "%s at a fence"},
-			[8] = {Name = "InStore", Instance = SCENE_MANAGER:GetScene("store"), Description = "%s at a store"}
+			[8] = {Name = "InStore", Instance = SCENE_MANAGER:GetScene("store"), Description = "%s at a store"},
+			[9] = {Name = "InArmoryKeyboard", Instance = SCENE_MANAGER:GetScene("armoryKeyboard"), Description = "%s at the armory (Keyboard)"},
+			[10] = {Name = "InArmoryGamepad", Instance = SCENE_MANAGER:GetScene("armoryRootGamepad"), Description = "%s at the armory (Gamepad)"},
+			[11] = {Name = "InDeconstructionKeyboard", Instance = SCENE_MANAGER:GetScene("universalDeconstructionSceneKeyboard"), Description = "%s in deconstruction screen (Keyboard)"},
+			[12] = {Name = "InDeconstructionGamepad", Instance = SCENE_MANAGER:GetScene("universalDeconstructionSceneGamepad"), Description = "%s in deconstruction screen (Gamepad)"}
 		},
 		HighestUnlocked = 0,
 		ShowChildren = {}
diff --git a/Changelog b/Changelog
index c72e2f6..ecc0238 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,10 @@
 -------------------------------------------------------------------------------
  Collection bars
 -------------------------------------------------------------------------------
+Version 1.1.12 (09-04-2022)
+- Added scenes for assistants: "Ghrasharog, Armory Assistant" and "Giladil the Ragpicker"
+  - Added for both keyboard and gamepad
+
 Version 1.1.11 (28-01-2022)
 - Changed icon for categories with subcategories to better indicate the action
 - Changed to use OVER not PRESSED icon
diff --git a/CollectionBars.txt b/CollectionBars.txt
index 350bd2c..4a2836e 100644
--- a/CollectionBars.txt
+++ b/CollectionBars.txt
@@ -5,8 +5,8 @@
 ; You can read the full terms at https://account.elderscrollsonline.com/add-on-terms

 ## Title: Collection Bars
-## APIVersion: 101032
-## Version: 1.1.11
+## APIVersion: 101033
+## Version: 1.1.12
 ## Author: Jarth
 ## Description: Show collection bars and activate collections with key or button press. Settings window: /cb. LibDebugLogger can be used for logging can be enabled in the settings
 ## OptionalDependsOn: LibDebugLogger