Releases: coderedcorp/cr
Releases · coderedcorp/cr
1.10
- Support Node.js projects (see: https://www.codered.cloud/docs/nodejs/)
- UX improvements to SFTP, SSH, logs.
- Bug fixes to
deploy_includeconfig option. Any files or directories specified here will be recursively included in the deployment, and take priority overdeploy_excludeor gitignore. - Binary files now have a minimum OS of: Windows 2022, Ubuntu 22.04, macOS 13
1.9
- Fix intermittent errors caused by ssh-agent on Windows.
- New commands:
cr list- List the websites on your account.cr login- Interactively set up your first API key.cr sftp- Show SFTP credentials and reset system password.cr ssh- Show SSH credentials and reset system password.
1.8
- Support Python 3.13
- Speed up log output
- Better handle errors when tasks fail.
- NEW: Extensive pre-deployment checks for Django projects.
- If using git, warn for un-committed or un-pushed changes.
- If using git, warn if staging or production deployments are not coming from main or release branches.
- If using a venv, run Django's built-in checks.
- If using a venv, check for missing migrations.
- These features can be disabled with the
--skip-predeployoption.
Note: macOS 12 support has been dropped. This release requires macOS 13 or higher.
1.7
1.6
1.5
1.4
1.3
1.2
-
Fix error getting sftp password.
-
Fix issues on older versions of Python (3.7+).
-
Check for updates when program is done running.
-
Print URL and message after task is queued.
-
CR_TOKEN environment variable will override token from config files.
-
Load config file from --path if specified.
-
Windows binaries have a CodeRed icon.
-
Windows binaries are now signed.