From 396cec680633048f9f5264e3498b773d3d8268c1 Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Sun, 22 Sep 2024 22:37:00 -0700 Subject: [PATCH] release 0.0.4 (#55) * release 0.0.4 * updat --- eng/MetaInfo.props | 2 +- website/release_notes/0_0.md | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/eng/MetaInfo.props b/eng/MetaInfo.props index 30df751..ce8bbe0 100644 --- a/eng/MetaInfo.props +++ b/eng/MetaInfo.props @@ -1,7 +1,7 @@ - 0.0.3 + 0.0.4 LittleLittleCloud git false diff --git a/website/release_notes/0_0.md b/website/release_notes/0_0.md index 8276d92..4c2dfe7 100644 --- a/website/release_notes/0_0.md +++ b/website/release_notes/0_0.md @@ -1 +1,26 @@ -# Coming Soon \ No newline at end of file +# [Private Preview] 0.0.4 +We are thrilled to introduce StepWise v0.0.4! This update brings new features, bug fixes, improvements, and documentation updates to enhance your workflow. + +## Highlights + +### New Features +- **Sidebar Link to Documentation**: Quick access to the documentation website. +- **Parameter Display in Node Cards**: View string and numeric parameter values directly in step node cards. +- **Gallery Tab**: Showcase of various StepWise workflow examples on the website. + +### Bug Fixes +- **WebUI Stability**: Multiple issues fixed for a more reliable user experience. + +### Improvements +- **Connection Handle**: Moved inside the node card for a cleaner interface. +- **Real-Time Step Progress**: Implemented server-side events for streaming step run progress. +- **Draggable StepRun Sidebar**: Enhanced flexibility with drag and expand functionality. +- **Optimized Layout Updates**: Prevented unnecessary layout changes when updating parallel or max steps. +- **Codebase Refactor**: Deprecated `StepRunAndResult` class in favor of `StepRun`. + +### Documentation +- **Getting Started Guide**: Comprehensive guide added to the documentation website to help new users. + +We hope these updates improve your experience with StepWise. Download v0.0.4 and start stepping today! + +For more details, visit our [GitHub repository](https://github.com/LittleLittleCloud/StepWise). \ No newline at end of file