------------------------------------------------------------------------------- Memento bar ------------------------------------------------------------------------------- Version 1.7.0 (06-05-2018) - Mainstreamed code base in MementoBar and SummonAssistant. - Split shared code into seperate library: "LibJarthSharedBase". -- Should make it easier to maintain, and might reduce memory usage. Version 1.6.2 (18-03-2018) - Updated visibility fragments to support: -- hud -- HudUI -- Menu -- Inventory -- Interact -- Bank -- Fence -- Store - Tweeked visibility menu items, to better describe the area and for consistency. - Refactored code to make it more reusable. Version 1.6.1 (11-03-2018) - Added fragment support for Inventory and store views. - Added menu items for visibilty of Inventory and store. - Updated menu texts for visibilty, to better describe the area and for consistency. Version 1.6.0 (24-02-2018) - Added checkbox to disable sound, when hovering the buttons - Refactored visibility and added checkboxes: -- Show bar in menu (default: false) -- Show bar on hud (default: true) --- Is the default hud -- Show bar on hudui (default: true) --- Activated with In-Game Cursor. - Tooltips updated for consistency. Version 1.5.0 (20-01-2018) - Restructured: -- Option to show the keybinding for each button. -- Font color affects keybinding label. -- Change location of keybinding label. INFO: After updating a keybinding, /reloadui or flip a setting in either: Orientation, Visibility or Position and Size. Version 1.4.0 (13-01-2018) - Added functionality: Unlock the bar (the bar is by default locked) -- An overlay will appear on the bar, showing the size and position (X,Y top left). -- The bar is movable by dragging the overlay. - Restructured: -- Segmented into multiple files. -- Split visual from frame to button. -- Edge is now shown on the button and not the frame. -- Added hover effects on button (Sound and visual). Version 1.3.1 (09-01-2018) - Added sliders to set: Button margin/height/width. (It is at this time, 'not possible' to move/drag the frame, when the margin is set to 0) - It should now only be possible to enable the assistants you have available, reference to disabledtextures have been removed. Resettomg the settings (file), should resolve the issue. - Fixed issue where the icons would be placed outside the frame Version 1.3.0 (07-01-2018) (Breaking changes to the saved settings) - Added setting to show X,Y coordinates when the bar is moved (Should be disabled after move) - Fixed issue where the color would not be set properly, after doing a "Reset to default" - Refactored the code, should be easier to expand -- Focus DRY -- Merged settings/variabled into tables, i hope it don't affect memory usage in a bad way Version 1.2.5 (26-12-2017) - Fixed issue where the border would be visible, when no icons were shown (Thanks for the feedback: efster) Version 1.2.4 (18-12-2017) - Fixed issue when dragging skills to the hotbar Version 1.2.3 (18-12-2017) - Added functionality to hide the bar, when in menues -- Feature: If the bar is hidden it will become visible when changing the orientation Version 1.2.2 (17-12-2017) - Added functionality to change the orientation the icon bar (Horizontal/Vertical) - Fixed issue where the default color would not be set properly - Code cleanup: Persisted assistant order by collectionId. Version 1.2.1 (09-12-2017) - Updated APIVersion to 100021. - Updated to LibAddonMenu-2.0 r25. - Fixed issue where default color would not be properly set, after resetting settings. Version 1.2.0 (23-05-2017) - Updated APIVersion to include 100020 and 100021. Version 1.2.0 (23-05-2017) - Fixed bug with textures, after update to v100019. Version 1.1.0 (01-03-2017) - Fixed issues with default settings. -- Cases where account setting could not be disabled -- Cases where default color were not set correctly -- Cases where where wrong assistants were enabled by default and could not be disabled Version 1.0.3 (11-02-2017) - Migrated repository to Git Version 1.0.2 (Februar 11, 2017) - Fixed issue when 'Pirharri the Smuggler' is not enabled: -- user:/AddOns/SummonAssistant/SummonAssistant.lua:104: function expected instead of nil. Version 1.0.1 (Februar 11, 2017) - no change.