clipLogger Changelog

What's new in clipLogger 1.4

Nov 17, 2019
  • Added: Checkboxes to toggle recording added to the tray menu.
  • Added: 'Save ClipLogger Contents...' menu item added to quickAccess.
  • Added: 'Save Selection As...' menu item added to main textbox's context menu.
  • Changed: Spdated the main textbox to use the best available version of the richTextBox control; this should result in higher performance for large buffers.
  • Fixed: Search status now updated when the start position is reset to the cursor or the beginning/end of the document.
  • Fixed: Better error handling when failing to capture long-path filenames. Still not sure if it's worth forcing the 4.6.2 framework to support them...

New in clipLogger 1.3 (Oct 1, 2019)

  • Added: Re-did the separator/header settings to allow for custom headers. You can now put whatever you want between clipboard captures. You will need to set the new 'Entry Header' dropdown if you had customized the old checkbox-based settings that have been removed.
  • Added: 'Save Contents As...' menu item in the main textbox's context menu. Saves a copy of the clipLogger content as a text file.
  • Added: Whole-word checkbox in search panel.
  • Changed: Some optimizations in clipboard handling.
  • Changed: Experimenting with reducing the number of total re-writes of the backup file.
  • Fixed: Showing the search pane and toggling filename collection were using the same hotkey. Now filename collection is ctrl+d; search remains ctrl+f.
  • Fixed: linkify setting not being applied properly.

New in clipLogger 1.1 (Apr 18, 2017)

  • In version 1.1 And above, there's also a "Quick Access" menu you can associated with a hotkey. This menu works like a modified right-click menu: it comes up next to the mouse when you hit the hotkey, and disappears when it loses focus. Its main purpose is to let you clear or paste ClipLogger's contents when you're working in another application. The commands on the Quick Access menu all have key's assigned to them, so it can be used exclusively from the keyboard.
  • Added: Quick access menu & associated hotkey added.
  • Added: Right click the settings button or the buffer display to quickly access some settings.
  • Added: Use the F4 key to toggle the window's 'Top-Most' status.
  • Fixed: Better window hiding on startup (no flicker)
  • Fixed: Issue dragging unicode text.
  • Fixed: Rare issue dragging text from the log.

New in clipLogger 1.01 (Dec 12, 2016)

  • Fixed: A couple of dumb bugs.
  • Changed: Buffer now defaults to 64k

New in clipLogger 1.0 (Nov 29, 2016)

  • Added: New keyboard commands: ctrl+t and ctrl+f toggle collection of text and filenames, respectively.
  • Added: Better UTF8 handling.
  • Added: User Suggestion; Option to play sound on capture.
  • Changed: If set, backup file is read to restore content when we start (like it should have been doing...)
  • Changed: UI adjustments, mainly better way of saving window size.
  • Changed: Settings for added timestamps and spacing now off by default; I suspect that's the more common use.
  • Streamlined clipboard interaction code

New in clipLogger 0.3 Beta (Sep 15, 2016)

  • ADDED: Check-box in settings to control start-menu shortcut creation.
  • Minor bug fixes.

New in clipLogger 0.2 Beta (Sep 15, 2016)

  • Refactored using newer template.