Skip to content

v0.5.4

Choose a tag to compare

@HelloAIXIAOJI HelloAIXIAOJI released this 16 Feb 16:21
· 106 commits to master since this release

0.5.4

  • Fixed: An issue where the input box sometimes failed to respond to keyboard input when entering values or text via a modal in the Blueprint Editor.
  • Added: 2 Shortcuts
    • Ctrl + S: Save Blueprint
    • Ctrl + A: Select All Nodes
  • Added: Regions
    • A Region is a rectangular area in the blueprint used to organize and manage nodes.
    • Create Region
      • Ctrl + Right-click to create a new region.
    • Move Region
      • You can move a region by dragging it with the mouse. When moving a region, the nodes within it will move accordingly.
      • If you do not want to move the nodes within the region, simply hold the Ctrl key while moving.
  • Changed: InputModalScreen
    • The selection in InputModalScreen is now a list and requires a double-click.
  • Changed: Organize Nodes
    • Organizing nodes will now take regions into account.
    • Added "Organize Nodes" to the region right-click menu, which organizes nodes only within that region.
  • Changed: UI
    • If saving is possible, the save button will be highlighted and have a looping animation to emphasize it.
  • NeoForge version is now at least 21.1.218.
  • The search tag function now supports searching for regions.

What's Changed

  • fix(ui): 修复蓝图编辑器模态框输入框无法响应键盘输入的问题 by @HelloAIXIAOJI in #29
  • feat(蓝图编辑器): 新增保存和全选快捷键 by @HelloAIXIAOJI in #30

Full Changelog: v0.5.3...v0.5.4