1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

Update files to release a new package

This commit is contained in:
2020-06-18 21:49:42 -05:00
parent 2e9fa38f56
commit 49bc438546
3 changed files with 48 additions and 47 deletions

View File

@@ -1,6 +1,15 @@
Changes
=======
Version 1.6.0b1 -- 2020/06/18
-----------------------------
* Add main method which allows calling via ``python -m send2trash somefile``
* Windows: Add support for using IFileOperation when pywin32 is present on Vista and newer
* Add support for passing multiple files at once in a list
* Windows: Batch multi-file calls to improve performance (#42)
* Windows: Fix issue with SHFileOperation failing silently when path is not found (#33)
Version 1.5.0 -- 2018/02/16
---------------------------