Workshop - 0.71.0
🚀 Highlights
- New file history view with version browsing and restoration
- Jobs now provide full file version traceability
- Scheduled jobs are now fully isolated from subsequent code changes
✨ New Features
-
File history
- Browse historical versions of workspace files.
- Preview file contents and diffs between versions.
- Compare against local drafts.
- Discard local drafts when needed.
- Restore a historical version as the latest file content.
-
Version-aware jobs
- Job Details now track:
- Entry point versions
- Dependency versions
- Files created or modified during execution
- Open any referenced version directly in File History or download the exact version used by the job.
- Job Details now track:
🛠 Improvements
- Reproducible job execution
- Job code is now frozen at scheduling time.
- Files can be modified immediately after scheduling without affecting the upcoming execution.
🐛 Fixes
- Fixed editor initialization issues in several Workshop views.
- Minor UI fixes and usability improvements.