Releases: dxworks/scriptbee
Releases · dxworks/scriptbee
vs-code@1.0.0
Added
- Activity Bar Integration with ScriptBee explorer.
- Support for multiple connections to ScriptBee instances.
- Project Selection for active connections.
- Context menu for syncing, pulling, and pushing scripts between local machine and server.
- Support for opening project folder natively.
- Compare with Remote native diff viewer.
- Class generation command support for instances.
- Context menu item for pushing the currently active or selected script to the server.
- Context menu item for pulling the currently active or selected script from the server.
v2.1.0
What's Changed
- refactor(UI): generify UI tree components by @andrei2699 in #143
- feat: rename script file by @andrei2699 in #144
- feat(UI): reorganize tabs to be in side nav by @andrei2699 in #145
- feat: sync instance allocation states by @andrei2699 in #147
- feat(UI): add retry button to error state and improve overall aspect by @andrei2699 in #148
- feat: write scripts directly in the UI by @andrei2699 in #149
- feat: regenerate class hierarchy on demand by @andrei2699 in #150
- feat: add tags for analysis endpoints to group endpoints in open api definition by @andrei2699 in #154
- feat: show script from previous analysis by @andrei2699 in #155
- feat: delete folder from scripts tree by @andrei2699 in #156
- feat: add icon to head and use svg logo by @andrei2699 in #157
- ci: create docker image for arm by @andrei2699 in #158
- feat(UI): split model page into multiple sub pages by @andrei2699 in #159
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- 11 plugin download issue for scriptbee default plugin bundle by @andrei2699 in #12
- ScriptBee v2 preparation by @andrei2699 in #17
- feat: migrate analysis run trigger in analysis service by @andrei2699 in #31
- feat: implement create script new endpoint by @andrei2699 in #33
- feat: share project structure with analysis service by @andrei2699 in #36
- feat: migrate load script runner plugins by @andrei2699 in #43
- feat: implement get language by name by @andrei2699 in #44
- feat: migrate clear context by @andrei2699 in #48
- feat: migrate load linker plugins by @andrei2699 in #50
- feat: migrate upload files for loaders by @andrei2699 in #52
- feat: migrate use loaders by @andrei2699 in #55
- feat: migrate use load helper functions plugins by @andrei2699 in #56
- feat: migrate analysis script run in analysis service by @andrei2699 in #57
- feat: migrate analysis results generated by the analysis service by @andrei2699 in #58
- feat: migrate download results from analysis service by @andrei2699 in #59
- feat: migrate reload context by @andrei2699 in #60
- feat: integrate analysis run with analysis service by @andrei2699 in #62
- test: update tests to use object test fixtures by @andrei2699 in #64
- feat: allocate instance using docker driver by @andrei2699 in #65
- feat: docker api instance allocation and deallocation by @andrei2699 in #66
- refactor: relocate domain model errors by @andrei2699 in #67
- refactor: api error handling by @andrei2699 in #68
- feat: implement get current instance endpoint by @andrei2699 in #69
- feat: migrate load plugins in analysis service by @andrei2699 in #71
- refactor: migrate marketplace client by @andrei2699 in #76
- refactor: migrate plugin installers services by @andrei2699 in #78
- feat: display instance information by @andrei2699 in #83
- feat: migrate get instance context by @andrei2699 in #85
- refactor: removed migrated scripts and projects endpoint definitions by @andrei2699 in #86
- test: migrate xunit to v3 by @andrei2699 in #88
- feat: migrate plugins marketplace apis by @andrei2699 in #89
- feat: remove Keycloak and OAuth2 dependencies from UI and Docker by @andrei2699 in #92
- feat: upgrade to dotnet 10 by @andrei2699 in #95
- feat: migrate plugins marketplace UI by @andrei2699 in #93
- feat: upgrade to angular 21 by @andrei2699 in #97
- refactor: reorganize web app code in separate folders under ScriptBeeWebApp folder by @andrei2699 in #98
- refactor: split web app project responsibility into multiple projects by @andrei2699 in #99
- feat: migrate install plugin in analysis service by @andrei2699 in #100
- feat: migrate plugin use cases from gateway service by @andrei2699 in #101
- feat: update UI api calls to match the ones from backend by @andrei2699 in #103
- feat: migrate trigger analysis from UI by @andrei2699 in #104
- feat: select analysis from history by @andrei2699 in #106
- feat(backend): update get analysis sorting parsing by @andrei2699 in #107
- feat: migrate get scripts endpoints by @andrei2699 in #109
- feat: migrate update script endpoint by @andrei2699 in #110
- feat: align endpoint responses that return lists by @andrei2699 in #111
- feat: migrate delete project structure node by @andrei2699 in #114
- feat: migrate get structure endpoint by @andrei2699 in #115
- feat: deallocate instance by @andrei2699 in #116
- feat: install plugins after instance is allocated by @andrei2699 in #117
- feat: update dark mode to match angular 21 changes by @andrei2699 in #118
- feat: migrate ScriptBee Default Bundle to dotnet 10 by @andrei2699 in #120
- feat: migrate create new script with sample code by @andrei2699 in #121
- feat: migrate generate model classes by @andrei2699 in #122
- ci: add multiple workflow files by @andrei2699 in #124
- refactor: fix ScriptBeeClient lint issues by @andrei2699 in #126
- docs: replace mkdocs with vitepress by @andrei2699 in #128
- feat: update UI with currently loaded models by @andrei2699 in #129
- feat: migrate UI download of the analysis files by @andrei2699 in #130
- feat: update analysis service with volumes by @andrei2699 in #131
- docs: processing instances documentation by @andrei2699 in #132
- feat: update dockerfiles and prepare deployment by @andrei2699 in #133
Full Changelog: 1.1.1...v2.0.0
plugin-api@2.0.0
Changes
- upgrade to use dotnet 10
- update Westwind.Utilities to 5.2.8.1
Full Changelog: https://github.com/dxworks/scriptbee/compare/v2.0.0...plugin-api@2.0.0
bundle@2.0.0
What's changed
- upgrade to dotnet 10
- upgrade DxWorks.ScriptBee.Plugin.Api to v2.0.0
Full Changelog: https://github.com/dxworks/scriptbee/compare/v2.0.0...bundle@2.0.0
1.1.1
ScriptBee 1.0.1
Bug Fixes
- Fixed Plugin Download issue for ScriptBee Default Plugin Bundle due to inconsistent naming of the version in the
DxWorks Hub yaml and the tag creation - Fixed ScriptBee Folder not created when navigating to the Plugins Tab
- Fixed ScriptBee Default Plugin not loading correctly even though it is installed
What's Changed
- 11 plugin download issue for scriptbee default plugin bundle by @andrei2699 in #12
Full Changelog: 1.1.0...1.1.1
1.1.0
ScriptBee 1.1.0
Features
- Added Support for Parameterized Scripts
- Combined Script Runner and Script Generators into one project per language
- Relocated scripts api
- Changed script runner plugin api to use parameters
- Added LoadModel method to IModelLoader plugin api to allow loading of models from stream with name
- Made LoadModel with only file stream list obsolete
What's Changed
- 6 parameterized scripts by @andrei2699 in #8
Full Changelog: v1.0.0...1.1.0
v1.0.0
What's Changed
- Plugins revisited by @andrei2699 in #1
- Plugin installation by @andrei2699 in #4
- 2 deployment as a single web app by @andrei2699 in #5
- 3 documentation setup by @andrei2699 in #7
New Contributors
- @andrei2699 made their first contribution in #1
Full Changelog: https://github.com/dxworks/scriptbee/commits/v1.0.0