Vertopal CLI Changelog

What's new in Vertopal CLI 1.1.0

Jan 7, 2024
  • Features:
  • Add optional --beautify (flag) argument to the vertopal api command to pretty-print to the standard output.
  • Add 3 new vertopal.api.v1.API methods: format_get(), convert_graph(), and convert_formats().
  • Bug Fixes:
  • Use minimum version for package dependencies.

New in Vertopal CLI 1.0.6 (Dec 18, 2023)

  • Build Windows binary using PyInstaller 5.7.0 and a compiled bootloader to prevent false-positive antivirus alerts.

New in Vertopal CLI 1.0.5 (Oct 25, 2023)

  • Features:
  • Introducing api command for sending authenticated HTTP requests to the Vertopal API.
  • To view the full api command help, execute vertopal api --help in the terminal.