Skip to content

Change logs

Jeanneret Loïck edited this page Nov 21, 2018 · 8 revisions

Change logs

Beta "use-app-data 2"

Download: https://orikaru.net/dl/sekoya/sekoya-win32-x64-use-app-data-build-2.zip

Notes

The goal of the use-app-data branch is to move all config files (block-definitions, block-parsers, styles) in the %appdata% folder (or equivalent) and make it so a Sekoya update doesn't break the old config. HOWEVER, this hasn't been implemented yet in this version.

New features

  • It's now possible to "disable" multiple blocks at the same time with a selection.
  • Link selected block to "suitable parent" by pressing T. It links the selected block to the nearest block above it, or to the parent of the nearest block above it.
  • "Fullscreen" can be enabled by pressing F11. Fullscreen hides the block list on the left.
  • Some block will now have a short description (can be configured in the help.json), still a work in progress
  • Some "auto-testing" features have been added when debug mode is enabled. (Sadly, unit-tests are still missing)

Changes

  • Settings related to blocks are now per block-definitions instead of being global
  • Styles related to blocks are now per block-definitions instead of being global
  • Debug mode has been added in the global config
  • Styles are now located in a more accessible place

Fixes

  • Multiselect values are now working as expected
  • Some blocks no longer have a wrong type when the useAttributeAsTagName is used
  • ctrl-delete can no longer be used to delete blocks with the "preventInteraction" flag
  • The file will no longer be marked as "edited" when failing to delete a block
  • (Awesomenauts) The root block no longer uses an uppercase

Alpha 0.0.4

Download: https://orikaru.net/dl/sekoya/sekoya-win32-x64-alpha-0.0.4.zip

New features

  • Scrollbars

Changes

  • Changed closest block selection behaviour
  • Improved performance when zooming out a lot in really huge files

Fixes

  • Selection is now working as expected with hidden blocks
  • The app no longer auto closes after 3 seconds during the "You have unsaved changes" dialog
  • When undoing blocks are now restored in the correct order
  • Block with the "preventInteraction" attribute cannot be copied anymore

Alpha 0.0.3

Download: https://orikaru.net/dl/sekoya/sekoya-win32-x64-alpha-0.0.3.zip

New features

  • Tabs are re-opened when launching Sekoya

Fixes

  • Commenting a block properly set the files as modified
  • Fixed an issue with the behaviour-tree-creator theme and or/and blocks layout

Known issues

  • New tabs layout isn't exactly as it should be when opening a bunch of files

Alpha 0.0.2

Download: https://orikaru.net/dl/sekoya/sekoya-win32-x64-alpha-0.0.2.zip

New features

  • It's not longer possible to edit/move blocks with the "preventInteraction" flag
  • It's now possible to "comment out" blocks using the "blocks: toggle commented" action (default shortcut: K)

Changes

  • Sekoya now starts in a maximized window
  • F1 is now used instead of ctrl-h to display the help dialog
  • Minor text fixes
  • Double-clicking anywhere doesn't edit the current block anymore
  • When deleting a block, the closest one is selected instead of selecting a sibling / parent
  • keybind.js was replaced by keybind.json for obvious security reasons

Bug fixes

  • Clicking a minimized block doesn't select it anymore
  • Pressing enter no longer changes block settings if the settings dialog isn't open
  • Using uppercase characters in the search no longer removes all results
  • Opening/Saving a file dialog was not always in front of the editor
  • When alt-tabbing, ctrl, alt and shift are no longer "stuck" in their previous state
  • Sometimes the wrong text color was used for blocks when the background was too bright
  • The search no longer crash if there were number in the opened file
  • When using the search, folded blocks are unfolded when selected
  • When attaching a block, it is inserted in the right position and no longer always at the end
  • First block comment is now aligned properly
  • It's not longer possible to add child to a terminal node using the "add <...> block dialog"
  • Changing tab while moving a block doesn't crash the editor anymore
  • Fixed an issue related to moving a group of block
  • Fixed an issue preventing to select blocks after scrolling
  • Fixed an issue corrupting blocks when closing the setting window with enter while the search is open

Alpha 0.0.1

Download: https://orikaru.net/dl/sekoya/sekoya-win32-x64-alpha-0.0.1.zip

New features

  • First working version