Skip to content

v3.0.0~beta24

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Feb 02:05
· 1215 commits to master since this release

3.0.0~beta24

  • Remove showGetMore

3.0.0~beta23

  • Add menu-specific shortcut groupings
  • Minor code cleanup and fixes

3.0.0~beta22

  • Add text and number property types for keyboard/numeric input
  • Fix disabled state not persisting for custom submenu items
  • Resolve properties in build="true" templates with deduplication

3.0.0~beta21

  • Fix browse dialog treating cancel as selection when default path is set
  • Fix dialog not showing widget properties for predefined menus.xml items
  • Fix embedded $LOCALIZE[] tokens not resolved in option labels
  • Resolve widget/background properties when manager loads menus

3.0.0~beta20

  • Add build="auto" attribute for conditional menu building
  • Add type=skinstring entry point for standalone widget picker to skin strings
  • Add submenu template processing with $PARENT[] support
  • Add template_only attribute for menus
  • Add widget picker for widget submenu items
  • Add combined visibility for build="true" templates
  • Fix template visibility using hardcoded container instead of menu container
  • Fix nosuffix markers not stripped in template text substitution
  • Fix $INCLUDE[] not resolved in items template path
  • Fix build="true" templates output as single include
  • Fix dynamically created widget menus orphaned on save
  • Fix custom widget menus not recognized as widget type
  • Fix widget management dialog child dialog handling
  • Fix template property value attribute parsing
  • Skip templates for items without required submenus
  • Improve hash comparison logging
  • Improve property requirement checking

3.0.0~beta19

  • Fix onclose menu not opening when widget submenu doesn't exist yet

3.0.0~beta18

  • Add browse-into for widget addon content
  • Move subdialog properties from Home to Dialog window (auto-cleanup on close)
  • Support top-level shortcuts/content/input in groupings (not just groups)
  • Fix template from_source properties not overwriting context
  • Fix input items using entered value instead of configured label/icon

3.0.0~beta17

  • Add browse-into for addon content with placeholder support
  • Clean up orphaned submenus on save
  • Fix position saving for items in user-created menus

3.0.0~beta16

  • Fix submenu creation for new menu items
  • Rename window properties: allowWidgets/allowBackgrounds/allowSubmenus to disableWidgets/disableBackgrounds/disableSubmenus

3.0.0~beta15

  • Fix browse/multi background property values

3.0.0~beta14

  • Fix subdialog showing wrong item properties
  • Fix widget changes not updating options until cleared
  • Fix widgetSource and widgetType for dynamic content widgets
  • Support view overrides for non-plugin addons

3.0.0~beta13

  • Fix new item duplicates

3.0.0~beta11

  • Control type menus: output controls instead of items via controltype attribute
  • Include references in items/defaults via skinshortcuts element
  • Template: built-in label, label2, icon, visible, path variables
  • Template: onclick marker for action injection
  • Multiple visible elements now joined with +

v3.0.0~beta10

  • View locking: view selection by content type, separate for library and plugins
  • New reset commands: type=resetviews, type=resetmenus, type=reset,menu=X, type=reset,menu=X,submenus=true, type=resetsubmenus

v3.0.0~beta9

  • Template: add items attribute for submenu iteration
  • Template: $PARENT[] expression for parent item properties
  • Template: $MATH[] and $IF[] dynamic expressions
  • Dialog: groupname property renamed to menuname