Skip to content

2024-February-2

Latest
Compare
Choose a tag to compare
@HovKlan-DH HovKlan-DH released this 02 Feb 21:23
· 6 commits to master since this release

This is a major new release which introduces a lot of new functionalities like e.g. a new modern UI, much faster clipboard processing, application exclusion, ability to save the content and not least a proper code signing certificate.

  • Signed application with an (IV) code signing certificate (valid for 10 years)
  • Fixed it could not display clipboard entries with more than 64Kb text in the clipboard list
  • Fixed it will not briefly show application window at Windows startup (before minimizing it)
  • Fixed showing images in the clipboard list is now much faster
  • Added new UI
  • Added saving clipboard entries to local computer (encrypted)
  • Added possibility to exclude applications from being processed by HovText
  • Added "Welcome Guide" at first launch
  • Added "Start as disabled"
  • Added possibility to scroll and select with mouse in clipboard list
  • Added application icon from where the clipboard come from
  • Added showing memory consumption under "Advanced" tab
  • Added favorites can be marked in "Search" interface (now referred to as "clipboard list")
  • Added possibility to search for transparent images
  • Added check for folder write access
  • Added shortcut in "Start Menu"
  • Added it will close clipboard list when it looses focus
  • Removed "Instant-select" interface
  • Removed reporting of CPU architecture
  • Changed CPU architecture from supporting both 32-bit and 64-bit to now 64-bit only
  • Changed default key for "Toggle favorite entry"
  • Changed "Toggle favorite entry" no longer can be set to alpha-numeric characters including Space
  • Changed it will not process/copy clipboard at startup or application enabling
  • Changed display of images in clipboard list will auto-fit to element size
  • Changed the "Auto-install" method
  • Changed deleting an entry will no longer jump to the top of the list
  • Changed prompt for "too big troubleshooting file" will only show if logging is active
  • Changed executable/DLL packaging method (replaced Costura/Fody with ILRepack)
  • Refactored and parallelized clipboard handling
  • Refactoring of code and a few trivial changes and fixes