Skip to content

Releases: dxworks/scriptbee

v2.2.0 - Gateway Plugins

26 Apr 19:33
8aaf804

Choose a tag to compare

What's Changed

  • feat: initialize vs code extension project by @andrei2699 in #170
  • feat: project selection for vs code extension by @andrei2699 in #171
  • feat(vs-code): sync scripts tree for vs code extension by @andrei2699 in #172
  • feat: generate model classes for vs code extension by @andrei2699 in #173
  • ci: add ci yaml files for vs code extension by @andrei2699 in #174
  • ci: update dxworks plugin api and default bundle ci to use changelog md files for release by @andrei2699 in #175
  • feat(UI): remove generate classes from UI by @andrei2699 in #176
  • feat(vs-code): add context menu for pushing current script to server by @andrei2699 in #177
  • feat(vs-code): add context menu for pulling current script from server by @andrei2699 in #178
  • docs: add documentation for vs code extension by @andrei2699 in #179
  • feat: script changes with websockets by @andrei2699 in #180
  • feat(backend): update model classes generator to not generate preview script by @andrei2699 in #193
  • feat: configure scriptbee root folder in UI by @andrei2699 in #195
  • feat(backend): make install plugin for instances polling interval configurable by @andrei2699 in #196
  • feat(UI): update nav bar with project name by @andrei2699 in #197
  • feat(backend): make plugin paths configurable by @andrei2699 in #198
  • refactor(backend): replace unit model class with success from one of by @andrei2699 in #199
  • refactor(backend): relocate plugin management classes by @andrei2699 in #200
  • refactor(backend): reorganize plugin classes in projects by @andrei2699 in #204
  • feat(backend): relocate plugin installation in gateway service by @andrei2699 in #203
  • feat: remove the user folder volume mounting by @andrei2699 in #205
  • feat: manual plugin installation by @andrei2699 in #206
  • feat(backend): use assembly load context instead of app domain for plugin loading by @andrei2699 in #207
  • feat(backend): generate namespace and enums for script generator by @andrei2699 in #209
  • feat(backend): load plugins at service startup by @andrei2699 in #211
  • feat(backend): support multiple script languages instead of the hardcoded ones by @andrei2699 in #212
  • feat(backend): handle plugin uninstall by @andrei2699 in #213
  • feat(backend): add path for gateway plugin installation folder by @andrei2699 in #214
  • docs: update documentation for gateway plugins by @andrei2699 in #215
  • feat: gateway plugin page by @andrei2699 in #216

Full Changelog: v2.1.0...v2.2.0

vs-code@1.0.0

14 Apr 11:41

Choose a tag to compare

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

13 Apr 06:45
2ee9f41

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

06 Apr 18:20
5292626

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...v2.0.0

plugin-api@2.0.0

07 Apr 04:19

Choose a tag to compare

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

06 Apr 18:55

Choose a tag to compare

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

18 Mar 11:43

Choose a tag to compare

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

12 Mar 07:04
ad87220

Choose a tag to compare

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

Full Changelog: v1.0.0...1.1.0

v1.0.0

30 Jan 16:40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/dxworks/scriptbee/commits/v1.0.0