Changelog
All notable changes to the VIKTOR CLI will be documented in this file.
v0.44.2 - 19/02/2025
Changed
- Exit with proper code when error occurs during
ci-publish
v0.44.1 - 09/01/2025
Changed
- Repeat tag and registered name before confirming publish
Fixed
- Do not trigger immediate reload when starting an app
v0.44.0 - 19/12/2024
Added
- Attach digital signature to executable and installer
v0.43.4 - 13/12/2024
Fixed
- Set
UV_LINK_MODE=copy
to prevent installation errors when copying files inside virtual environment
v0.43.3 - 10/12/2024
Fixed
- Empty suggested app name when validation of registered name fails
v0.43.2 - 09/12/2024
Added
- Add more information and options to 'invalid registered-name' prompt
Fixed
- Fix bug where registered-name would sometimes be treated as case-sensitive
v0.43.1 - 02/12/2024
v0.43.0 - 02/12/2024
Added
- Prompt to migrate development workspace when user maintains multiple apps
- Add validation on provided registered-name, prompt to select if invalid
Fixed
- Fix error during publish when
assets_path
points to an empty directory
v0.42.0 - 18/11/2024
Added
- Added
--use-pip
flag on theinstall
command to switch to 'pip' as package manager (default is 'uv')
Changed
- The
install
command now uses 'uv' as package manager by default to improve performance
Fixed
- Fix setting incorrect UID / GID when running docker isolation on Windows
v0.41.5 - 11/11/2024
Fixed
- Fix quickstart command from unnecessarily prompting for
registered-name
v0.41.4 - 06/11/2024
Added
- Added
--registered-name
flag on theclear
command