A new version of OrangeQS Juice is now available!
v26.10.0 (04.03.2026)
Features
- Add function and client method to interrupt a service (
interrupt_service). - Add a button to the task manager dashboard to interrupt a service.
- Add option to load configurations from cache for repeated loading (
Configurable.load(cache=True)). - Add the
pyproject_toml_extraoption to environment configuration for adding extra content to the generatedpyproject.tomlof environments. - Add the
extra_dockerfile_contentoption to environment configuration for adding extra content to the generatedContainerfileof environments.
Fixes
- Auto-scale temperature axis for mK temperatures in the system monitor dashboard.
- Set container timezone to the system timezone. This ensures that timestamps in the dashboard and other places reflect the correct local time.
Documentation
- Add tutorial for installing a package in editable mode.
Full release notes
- feat(settings): add option to load config from cache
- docs(basics): add tutorial for installing a package in editable mode
- feat(environment): add pyproject_toml_extra option
- feat: API and button to interrupt services
- feat(system-monitor): auto-scale temperature axis for mK temperatures
- fix: set container timezone to system timezone
- feat(orchestration): allow arbitrary extra dockerfile content for environments
