Releases: kazcfz/Copy-n-Paste
Releases · kazcfz/Copy-n-Paste
Copy-n-Paste v1.5.6
Download the latest release
Fixes / changes
- Added support for input elements that uses .click() and .showPicker()
- Fixed duplicate preview using unique identifier on overlay
- Fixed double pasting on some webpages
- Fixed ctrlV attaching in different input elements
- Overlay's upload file now follows multiple and webkitdirectory attributes (attach folders)
- Added closeOverlay on cancel of file picker
- Better badge display handling
Copy-n-Paste v1.5.5
Download the latest release
Fixes / changes
- Prevent duplicate listeners for performance and bug-prevention
- Excluded folders from being pasted since it's not handled properly
- Code refactor
- Much quicker attaching of multiple large files
- Fixed duplicate previews especially with multiple large files
- Better memory management (i think)
- Added text file generic icon
- Removed margin/padding around overlay
- Larger overlay preview
- Readded overlay border
Copy-n-Paste v1.5.4
Download the latest release
Fixes / changes
Copy-n-Paste v1.5.3
Copy-n-Paste v1.5.2
Download the latest release
Fixes / changes
Copy-n-Paste v1.5.1
Copy-n-Paste v1.5.0
Download the latest release
Fixes / changes
- Added support for iframes.
- Fixed spinner not disappearing.
- Faster preview load times [by 88.06% (1713.94 ms to 204.57 ms on 98 MB video file)].
- Fixed duplicate and other weird bugs from closing/reopening the overlay humanly quickly.
- Large files no longer lag the browser while waiting for previews.
- Fixed duplicate attachment of files.
- Fixed accidental iframe postMessage() calls.
- Remove last whitespace character in previewed filenames.
Addresses #5 :
- Added support for WhatsApp Web.
- Added support for Steam avatars.
Copy-n-Paste v1.4.1
Download the latest release
Fixes / changes
- Added generic file preview title.
- Added preview for PDF and video file types.
- Added generic file previews for Audio and other file types.
- Added loading spinner.
- Fixed dragover not working in some websites.
- Added badge as copied-file counter.
- Include copied-file's names in badge's title.
- Fixed noImage() not displaying appropriately and in appropriate scenarios.
Copy-n-Paste v1.4.0
Download the latest release
Fixes / changes
Copy-n-Paste v1.3.2
Download the latest release
Fixes / changes
- Forced 'multiple' attribute. It's upon users' hands now
- Added multiple files support for '+Upload File' button
- Removed dynamic assignment of 'multiple' attribute
- Code and comment simplifying and consistency