Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Jan 6, 2023
1 parent a8b85ce commit a5ccdd4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
Release History
---------------

3.1.0 (2023-01-06)
++++++++++++++++++

**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 where 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.

3.0.2 (2022-06-15)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion internetarchive/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.2'
__version__ = '3.1.0'

0 comments on commit a5ccdd4

Please sign in to comment.