Releases: arsenetar/send2trash
Releases · arsenetar/send2trash
1.8.3
What's Changed
- Remove redundant wheel dep from pyproject.toml by @mgorny in #79
- Support for any iterable type as input data by @PalmtopTiger in #88
- Fix bug when source and destination directories are on different file systems by @yogeshiitm in #90
New Contributors
- @mgorny made their first contribution in #79
- @PalmtopTiger made their first contribution in #88
- @yogeshiitm made their first contribution in #90
Full Changelog: 1.8.2...1.8.3
1.8.2
What's Changed
- Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63)
- win/legacy: tiny logic simplification by @BoboTiG in #77
- TravisCI is not used anymore by @sobolevn in #73
- fix(ci): Update to latest actions, fix python versions by @arsenetar in #78
New Contributors
Full Changelog: 1.8.0...1.8.2
1.8.1b0
1.8.0
1.7.1
- Release stable version with changes from last 3 releases including:
- Changed conditional for when to try to use pyobjc version (#51)
- Add console_script entry point (#50)
- Increased python CI versions (#52, #54)
- Fix minor issue in setup.py (#53)
- Fix issue with windows tests importing modules on non-windows (#55)
- Unit test cleanups, rewrites, and flake8 cleanups
- Windows: Fix legacy windows platform for multi-byte unicode and add tests
- macOS: Add alternative pyobjc version to potentially improve compatibility (#51)
- 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)
- Fix handling of UNC names (#57)
1.7.0a1
1.7.0a0
- Add console_script entry point (#50)
- Increased python CI versions (#52, #54)
- Fix minor issue in setup.py (#53)
- Fix issue with windows tests importing modules on non-windows (#55)
- Unit test cleanups, rewrites, and flake8 cleanups
- Windows: Fix legacy windows platform for multi-byte unicode and add tests
- macOS: Add alternative pyobjc version to potentially improve compatibility (#51)
1.6.0b1
This is a beta version including the following changes:
- 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)