Skip to content

Commit

Permalink
release 0.0.4 (#55)
Browse files Browse the repository at this point in the history
* release 0.0.4

* updat
  • Loading branch information
LittleLittleCloud authored Sep 23, 2024
1 parent f8a92d5 commit 396cec6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/MetaInfo.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.0.3</VersionPrefix>
<VersionPrefix>0.0.4</VersionPrefix>
<Authors>LittleLittleCloud</Authors>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
27 changes: 26 additions & 1 deletion website/release_notes/0_0.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# Coming Soon
# [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).

0 comments on commit 396cec6

Please sign in to comment.