Skip to content

Releases: vertopal/vertopal-cli

Vertopal CLI v1.1.0

07 Jan 18:57
v1.1.0
7fc7aca
Compare
Choose a tag to compare

🚀 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.

Full Changelog: v1.0.6...v1.1.0

Vertopal CLI v1.0.6

18 Dec 12:14
v1.0.6
6bab581
Compare
Choose a tag to compare

🐛 Bug Fixes

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

Full Changelog: v1.0.5...v1.0.6

Vertopal CLI v1.0.5

25 Oct 14:23
v1.0.5
3180573
Compare
Choose a tag to compare

🚀 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.

Full Changelog: v1.0.4...v1.0.5

Vertopal CLI v1.0.4

10 Oct 13:49
v1.0.4
8018dda
Compare
Choose a tag to compare

🚀 Features

  • Introducing Converter class for easier file convert implementation in your projects.
  • Added custom exceptions to give developers better control on the conversion errors.

📈 Improvements

  • Use different product names in User-Agent to distinguish between the requests of CLI and Python package.

🐛 Bug Fixes

  • Increase the connection timeout for the upload and the download tasks for upload/downloading the bigger-sized files.

Full Changelog: v1.0.3...v1.0.4

Vertopal CLI v1.0.3

03 Jun 12:51
742f93a
Compare
Choose a tag to compare

🚀 Features

  • Override app ID and security token.
    If you don't have read/write access to the global config file location, you can still set client credentials. Instead of using the vertopal config command, pass the app ID and security token using the --app and --token arguments. Execute the vertopal convert --help command for more info.

🐛 Bug Fixes

  • Insert a newline at the end of command output.

Full Changelog: v1.0.2...v1.0.3

Vertopal CLI v1.0.2

28 Mar 14:31
4b2d5b2
Compare
Choose a tag to compare

🚀 Features

  • Include custom User-Agent header in API requests.

📈 Improvements

  • Remove trailing whitespace characters.
  • Use Python f-strings.
  • Include a 30 seconds timeout in API requests.

🐛 Bug Fixes

  • Better resource management using the Python with statement.

Full Changelog: v1.0.1...v1.0.2

Vertopal CLI v1.0.1

26 Feb 15:33
6322dfb
Compare
Choose a tag to compare