Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@jjjake jjjake released this 06 Jan 19:27
· 120 commits to master since this release

Bugfixes

  • Fixed bug in ia search --fts where --itemlist was printing empyt lines.
  • Fixed bug in ia search --fts where -p scope:all was not working.
  • Fixed directory creation race conditions in download.
  • Fixed bug in ia download --stdout where nothing would be printed to stdout
    if the specified file existed on disk.
  • Fixed bug that made it impossible to upload to user items.
  • Fixed memoryview error when running Item.upload with StringIO input
    and verbose=True.
  • Fixed bug in upload where a period was not being expanded properly to the
    contents of the current directory.

Features and Improvements

  • Added support for admins to delete other users reviews.
  • Added support for excluding files in ia download via the --exclude parameter.
  • Various refactoring and code simplifications.