Releases: st4s1k/scenario-rs
scenario-rs v0.6.0
New features:
- Added an "Execution progress" section to the main area to display step execution in real time
- Changed the font to Jetbrains Mono and changed font size
- Changed element sizing from pixels to rem
- Added Apache/MIT dual license
- Some refactoring here and there
See the assets to download this version and install.
Full Changelog: v0.5.3...v0.6.0
scenario-rs v0.5.3
- Added some tests (WIP)
- Reorganized module structure
- Covered some edge cases
See the assets to download this version and install.
Full Changelog: v0.5.2...v0.5.3
scenario-rs v0.5.2
New features:
- Modern scrollbar style
See the assets to download this version and install.
Full Changelog: v0.5.1...v0.5.2
scenario-rs v0.5.1
New features:
- Better execution log formatting
See the assets to download this version and install.
Full Changelog: v0.5.0...v0.5.1
scenario-rs v0.5.0
New features:
- Steps tab
See the assets to download this version and install.
Full Changelog: v0.4.0...v0.5.0
scenario-rs v0.4.0
New features:
- Required variable types and configuration
See the assets to download this version and install.
[variables.required]
local_jar_path = { type = "Path", label = "Local JAR Path" }
some_other_path = { type = "Path", label = "Some Other Path" }
some_variable = { type = "String", label = "Some Variable" }
timestamp = { type = "Timestamp", label = "Timestamp", format = "%Y-%m-%dT%H%M%S%:z", read_only = true }
Full Changelog: v0.3.0...v0.4.0
scenario-rs v0.3.0
New features:
- Tasks tab
- Renamed Defined Variables tab to simply Variables
See the assets to download this version and install.
Full Changelog: v0.2.0...v0.3.0
scenario-rs v0.2.0
New features:
- Sidebar
- Defined Variables tab
See the assets to download this version and install.
Full Changelog: v0.1.0...v0.2.0
scenario-rs v0.1.0
See the assets to download this version and install.
Full Changelog: https://github.com/st4s1k/scenario-rs/commits/v0.1.0