Skip to content

Releases: hexadecimalDinosaur/octoprint-cli

octoprint-cli 3.3.2

08 Jun 18:12
Compare
Choose a tag to compare

Features and Fixes

  • Catch for missing print time data in API response in the print status subcommand

https://pypi.org/project/octoprint-cli/3.3.2/

octoprint-cli 3.3.1

03 May 03:20
Compare
Choose a tag to compare

Features and Fixes

  • Catch for missing print time data in API response during continuous mode

https://pypi.org/project/octoprint-cli/3.3.1/

octoprint-cli 3.3.0

23 Mar 20:45
Compare
Choose a tag to compare

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

https://pypi.org/project/octoprint-cli/3.3.0/

octoprint-cli 3.2.2

29 Jan 13:41
Compare
Choose a tag to compare

Features and Fixes

  • Fix update check breaking with post version numbers

https://pypi.org/project/octoprint-cli/3.2.2/

octoprint-cli 3.2.1

21 Jan 23:03
Compare
Choose a tag to compare

Features and Fixes

  • Fix tempPrint method error in continuous mode
  • Move api class out of __main__.py

octoprint-cli 3.2.0

05 Jan 17:37
Compare
Choose a tag to compare

Features and Fixes

  • Creation of PyPI package which makes octoprint-cli installable and upgradable using pip
  • Option in config file to disable checking for updates
  • Fix for printers without a heated print bed

octoprint-cli 3.1.0

31 Dec 19:12
Compare
Choose a tag to compare

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

26 Oct 04:18
Compare
Choose a tag to compare

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

24 Oct 23:29
Compare
Choose a tag to compare

Features and Fixes

  • Rewrite using argparse instead of sys.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

02 Sep 16:10
Compare
Choose a tag to compare

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