This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Releases: hexadecimalDinosaur/octoprint-cli
Releases · hexadecimalDinosaur/octoprint-cli
octoprint-cli 3.3.2
Features and Fixes
- Catch for missing print time data in API response in the print status subcommand
octoprint-cli 3.3.1
Features and Fixes
- Catch for missing print time data in API response during continuous mode
octoprint-cli 3.3.0
Features and Fixes
- Added missing title to print status in continuous mode
- New
-v
and--verbose
verbose output command line options - Layer information added to continuous mode
octoprint-cli 3.2.2
Features and Fixes
- Fix update check breaking with post version numbers
octoprint-cli 3.2.1
Features and Fixes
- Fix
tempPrint
method error in continuous mode - Move
api
class out of__main__.py
octoprint-cli 3.2.0
Features and Fixes
- Creation of PyPI package which makes
octoprint-cli
installable and upgradable usingpip
- Option in config file to disable checking for updates
- Fix for printers without a heated print bed
octoprint-cli 3.1.0
Features and Fixes
- Moves connection/permission check to after loading if
colored
method to fix colored output for error message - Checks for updates using GitHub API
- Added flags to
octoprint-cli files list
to filter out files or folders
octoprint-cli 3.0.1
Features and Fixes
- Move
termcolor
loading and formatted text setting to after configuration file loading in the program to fix the configuration setting
octoprint-cli 3.0.0
Features and Fixes
- Rewrite using
argparse
instead ofsys.argv
for easier expansion in the future - Individual help pages for commands using
--help
or-h
- Use custom config file paths using
--config
octoprint-cli 2.3.0
Features and fixes
- Printer G-code execution from terminal using the new
gcode
command - File listing is now sorted alphabetically folders before files
- Typo fixes
- Code quality imporovements