diff --git a/Readme.md b/Readme.md index 78d2300..9e515f8 100644 --- a/Readme.md +++ b/Readme.md @@ -28,8 +28,9 @@ later in a cleanup process. ## Features -- Works with Chrome, Firefox, Internet Explorer, and Edge +- Works with Chrome, Firefox, Internet Explorer, Edge, and other applications that accept files to be dropped - Allows drag and drop into HTML5-based web applications +- Drag e-mails, attachments, contacts, calendar items, and more - Drag multiple items at once - Supports Unicode characters @@ -37,8 +38,8 @@ later in a cleanup process. To install, run the installer that matches your Windows build: -- [Download for 64-bit Windows (Outlook 32-bit or 64-bit)](https://github.com/tonyfederer/OutlookFileDrag/files/2815210/OutlookFileDragSetup_x64.zip) -- [Download for 32-bit Windows](https://github.com/tonyfederer/OutlookFileDrag/files/2815211/OutlookFileDragSetup.zip) +- [Download for 64-bit Windows (Outlook 32-bit or 64-bit)](https://github.com/tonyfederer/OutlookFileDrag/releases/download/v1.0.9/OutlookFileDragSetup_x64.zip) +- [Download for 32-bit Windows](https://github.com/tonyfederer/OutlookFileDrag/releases/download/v1.0.9/OutlookFileDragSetup.zip) After installing, restart Outlook for the add-in to take effect. @@ -94,6 +95,9 @@ If you find this project useful, please consider donating. Your donations are a ## Version History +### 1.0.9 +- If files were dropped and drop effect was "move", then override to "copy" so original item is not deleted + ### 1.0.8 - Fixed releasing of unmanaged resources - Memory usage improvements