Releases: AnidemDex/Blockflow
Releases ยท AnidemDex/Blockflow
[1.1]
This is a new release of blockflow. Some issues seems to be introduced between 1.0 and 1.0.1 but doesn't appear to exist in 1.1, so we decided to create a new release before starting adding more stuff and probably start breaking things that are supposed to be working.
What's Changed
- Give print command distinct colors and icon by @Crystalwarrior in #103
- Copy paste commands by @AnidemDex in #105
- Add the unique Blockflow icon by @Crystalwarrior in #109
- Add vsplit and scrollcontainer to command sidebar by @Crystalwarrior in #110
- Fix launch error in Godot 4.2 by @Crystalwarrior in #111
- Fix duplicating a command resulting in sub-resources breaking by @Crystalwarrior in #112
- Makes CommandProcessor change the way it adds to jump history. by @AnidemDex in #116
- Update CommandList layout by @AnidemDex in #117
- Display resource path rather than the incomprehensible object in the call/set command hint by @Crystalwarrior in #122
- Update Editor history node by @AnidemDex in #124
- Categorize all the current commands by @Crystalwarrior in #126
- Create editor layout by @AnidemDex in #128
- Create shortcut behavior by @AnidemDex in #132
- Set index column minimum size so it's not cut off by @Crystalwarrior in #131
- Select the moved/duplicated command automatically by @Crystalwarrior in #133
- Add code of conduct. by @AnidemDex in #136
- Add CONTRIBUTION guideline. by @AnidemDex in #137
- Create BlockEditor theme file by @AnidemDex in #135
- Update CommandList category container by @AnidemDex in #138
- Revert "Make CommandList.Category use blockflow theme." by @Crystalwarrior in #140
- Remove some TODO by @AnidemDex in #141
- Define fake "singleton" structure for plugin by @AnidemDex in #142
- Fix debugger script which was not updated with #141 by @AnidemDex in #143
- Implement Command record to manage commands by @AnidemDex in #144
- Create Template Generator by @AnidemDex in #145
- Add documentation in different folders by @AnidemDex in #146
- Update CommandRecord registration. by @AnidemDex in #147
Full Changelog: 1.0.1...1.1
[1.0.1] Fix release
This was a quick fix made thankfully to vellarod
on discord channel that fixes GoTo command and CommandProcessor history behavior.
What's Changed
- Fix return command by using main_collection by @Crystalwarrior in #101
Full Changelog: 1.0...1.0.1
[1.0] ๐ First release ๐
This is the first release.
No RC, no betas, nothing. Totally made directly from source and heavily tested using the most complex scenarios that we could think of.
With the command processor node, a collection resource, and editor and a debugger.
Thanks to @Crystalwarrior for the help