Skip to content

Releases: eltos/PasteIntoFile

Version 5.3.1

02 May 15:17
Compare
Choose a tag to compare
  • Implement "Append into file" mode #41 (moved the "Clear clipboard" checkbox to settings)
  • Add dynamic context menu entry "Paste into this file" for existing files
    • For text-like and zip file, a submenu with options to either "Append" or "Replace" is shown
    • For image files, only the top-level "Replace" option is shown
  • Improve automatic determination of file extension and add generic extension *
    Batch mode processing will now stick to the selected file extension and ignore any clipboard contents not matching the extension.
    To save clipboard contents of variable type, select * as extension. In this case, the extension is determined automatically, like in autosave mode.
  • Add support for more MIME types
  • Fixed a bug where the portable version asset .zip was actually a .tar.gz file #43
  • Translation updates by @maicol07 @eltos

Full Changelog: v5.2...v5.3.1

GitHub release (by tag)
GitHub release (by tag)

📥 INSTALL 🪙 DONATE ❤️ SAY THANKS

Version 5.3

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

Version 5.2

21 Dec 18:56
fed379d
Compare
Choose a tag to compare
  • 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
  • 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

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

08 Aug 17:05
Compare
Choose a tag to compare
  • Save images as PDF file
  • 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**

*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