Skip to content

Commit

Permalink
Version 4.2
Browse files Browse the repository at this point in the history
- React to hotkeys (WIN+ALT+V and WIN+ALT+C) and run in tray #8
- Make SHIFT toggle automode #7
- Add subfolder option #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
  • Loading branch information
eltos committed Mar 20, 2022
1 parent 9ea8dc7 commit 5da9964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PasteIntoFile/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.1")]
[assembly: AssemblyFileVersion("4.1")]
[assembly: AssemblyVersion("4.2")]
[assembly: AssemblyFileVersion("4.2")]

0 comments on commit 5da9964

Please sign in to comment.