Releases: AnidemDex/Blockflow
[1.2]
It's been a while since I have uploaded something to this plugin. I've been working on it, I promise. I think we all can agree that it have been a rough year.
This version adds a lot of stuff that I probably forgot to include on changelog and I hope doesn't break the plugin with future releases.
No release file included this time. Download the repository directly with the download button and decompress under your addons folder.
Happy new year.
What's Changed
- Improve documentation. by @AnidemDex in #155
- Add printing GDScript variables & fix setting variables by @supastishn in #153
- Add changelog file. by @AnidemDex in #163
- Update Command tutorial documentation. by @AnidemDex in #165
- Describe more the project structure by @AnidemDex in #166
- Update GIT related files by @AnidemDex in #167
- Update changelog to reflect changes on #153 by @AnidemDex in #168
- Remove old timeline references to start working in a clean scenario by @AnidemDex in #169
- Add a single example. by @AnidemDex in #170
- Update editor view by @AnidemDex in #172
- Add block scene by @AnidemDex in #174
- Change command record by @AnidemDex in #173
- Update Block by @AnidemDex in #175
- Update Block. by @AnidemDex in #176
- Fix showstopper bugs makign the plugin not functional by @Crystalwarrior in #177
- Update README.md with credits and attribution by @Crystalwarrior in #182
- Update CommandList. by @AnidemDex in #184
- Custom category icons by @AnidemDex in #185
- Modify GenericBlock. by @AnidemDex in #187
- Reimplement undoredo by @AnidemDex in #188
- Update FancyBlock. by @AnidemDex in #189
- Update Blockflow base theme by @AnidemDex in #190
- Update resources by @AnidemDex in #191
- Update TemplateGenerator and CommandRecord by @AnidemDex in #192
- Implement multiple command block selection and operation by @AnidemDex in #193
New Contributors
- @supastishn made their first contribution in #153
Full Changelog: 1.1...1.2
[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