Skip to content

v2.0.14

Latest
Compare
Choose a tag to compare
@jacalata jacalata released this 13 Jun 22:36
· 31 commits to main since this release
73a739c

What's Changed

Bug fixes

  • Unable to add a user to a group with tabcmd 2.0 if username contains uppercase by @bhuvneshdev in #218
  • Fix spaces in filters #176 (#225)
  • fix filepath handling in Get command by (#277)
  • Fix for "this application can't be opened" error on opening tabcmd.app on Mac by @renoyjohnm in #285

Features/additional options

  • new command 'list' for workbooks, flows, etc (#230)
  • handle new arguments for extract jobs: --include-all, --synchronous, --timeout (#227)
  • handle --overwrite argument in publishing (#236)
  • handle setting proxy for connection by @jacalata in #241
  • set user agent version, remove some duplicate logging

Dependency updates:

  • remove argparse (now in standard lib)
  • update tsc
  • revert to pyinstaller 5.13 (from 6) to prevent scanners from alerting on windows app as malware (#279)
    Test reliability improvements and additional test assets added.

Full Changelog: v2.0.13...v2.0.14

New Contributors

Downloads:

Windows:
Download tabcmd.exe. Move the file from Downloads to the folder of your choice, and then open a command line in that folder.

Mac:

  • Choose between tabcmd.app.tar or tabcmd_arm64.app.tar for your system and download (how to choose: https://www.quora.com/Is-my-Mac-ARM-or-x64)
  • Double-click the downloaded file to extract from the .tar file
  • Open the Terminal in Applications and run open -a tabcmd

Linux:
tabcmd.zip is a Linux app. Unzip and move the executable to the folder of your choice.