Skip to content

Releases: eltos/PasteIntoFile

Version 5.3

24 Mar 13:28
5c8b94c
Compare
Choose a tag to compare
v5.3

Update README.md

Version 5.2

21 Dec 18:56
fed379d
Compare
Choose a tag to compare

Changes since Version 5.1:

  • Improve autosave mode when pasting on the desktop
  • Add setting to prevent opening a new explorer window when autosaving into subfolder or on desktop
  • Enhanced dark mode and DPI scaling
  • Add "Always on top" option to window bar context menu (useful for batch-saving)
  • Consider image rotation from EXIF when copying from file
  • Improve preview for saving file lists as text
  • Add setting to disable update notifications
  • Fix crashes on Windows 8 #33
  • Add and update translations by @ubless607 @maicol07 @eltos #18

Full Changelog: v5.1...v5.2

GitHub release (by tag)

📥 INSTALL 🪙 DONATE ❤️ SAY THANKS

screenshot

Version 5.1

01 Apr 06:26
f054096
Compare
Choose a tag to compare

Changes since Version 5.0:

  • Sync translations with Crowdin #18
  • Italian 🇮🇹 translation by @maicol07 #18 #29
  • Add new file format specific clipboard data upon copy to clipboard: CSV, HTML, RTF
  • Use portable settings for portable version #25
  • Add GUI tooltips

Full Changelog: v5.0.2...v5.1

GitHub release (by tag)

📥 INSTALL 🪙 DONATE ❤️ SAY THANKS

Version 5.0.2

20 Nov 22:28
Compare
Choose a tag to compare
  • Add clipboard patching (experimental), so you can use regular paste with CTRL+V
  • Add context menu entry "Replace with clipboard content" (and allow to undo it the usual way) #13
  • Add support for animated GIF images
  • Add support for embedded meta file (EMF)
  • Add support for scalable vector graphics (SVG)
  • Add support for images from encoded data URI and MIME types
  • Improve image preview taking selected extension into account
  • Add update checks and notify if new version is available
  • Allow to en-/disable each context menu entry separately
  • Consider extension and path fragment of filename passed via command line
  • Fix an issue where batch mode was broken by opening and closing a second instance of PasteIntoFile
  • Remove ICO and WMF formats which were actually saved as PNG

Full Changelog: v4.3.1...v5.0.2

GitHub release (by tag)

📥 INSTALL 🪙 DONATE ❤️ SAY THANKS

Version 4.3.1

08 Aug 17:05
Compare
Choose a tag to compare

Changes since Version 4.2:

  • Fix Microsoft Defender Smartscreen prompt upon install #10
  • Improve file explorer integration in autosave mode #9
  • Support transparent images*
  • Make autosave balloon/toast notification silent
  • Add ellipsis to explorer context menu entry
  • Save file drop list to m3u or zip**
  • Save images as PDF file  🚀 4.3.1
  • Option for silent installation with /qn switch  🚀 4.3.1

*Requires that the source program also supports transparent images via FileDropList or Metafile clipboard format
**Zipping huge files might cause "not responding" until complete

Full Changelog: v4.2...v4.3.1

GitHub release (by tag)

📥 INSTALL 🪙 DONATE ❤️ SAY THANKS

Version 4.2

20 Mar 17:12
Compare
Choose a tag to compare
  • React to hotkeys (WIN+ALT+V and WIN+ALT+C) and run in tray #8
  • Make SHIFT toggle automode #7
  • Add subfolder option via CTRL key #7
  • Fix crash when trying to paste into special folders (like quick access or recycle bin)
  • Use UTF-8 encoding without BOM bytes
  • Improve documentation

Full Changelog: v4.1...v4.2

GitHub release (by tag)

🪙 DONATE ❤️ SAY THANKS

Version 4.1

06 Feb 14:35
Compare
Choose a tag to compare
  • Handle multi-format clipboard data: Chose data based on selected extension
  • Adds support for html, csv, sylk, dif and rtf formats*

Full Changelog: v4.0.1...v4.1

*Note: to save the copied plain text instead of the associated data to a file with these extensions, use HTML or .html etc. as extension. This can be useful e.g. when copying syntax highlighted code snippets from your browser.

GitHub release (by tag)

Version 4.0

05 Jan 19:33
Compare
Choose a tag to compare
  • Copy file content to clipboard via file context menu
  • Paste file drop list
  • New and updated command line options*

Full Changelog: v3.11...v4.0.1

*Note: the command line options are not backwards compatible with prior versions

GitHub release (by tag)

Version 3.11

27 Dec 12:44
Compare
Choose a tag to compare
  • Added GUI to select or edit filename template
  • Ask for initial save when activating batch mode
  • Created an MSI installer
  • Retain settings on version upgrade

Full Changelog: v3.10...v3.11

README

Version 3.10

18 Dec 01:56
Compare
Choose a tag to compare
  • Clipboard is monitored and data updated
  • Batch mode option to save files on every clipboard change
  • Added url extension to save text as internet link file

Full Changelog: v3.9...v3.10