Kana Clip Changelog

What's new in Kana Clip 2.0.0 Build 31 Beta

Dec 27, 2012
  • Added feature to play the sound only when new clipboard item is copied. To enable this, add the following line under [Option] section of ini file:
  • SoundNewOnly=1
  • 1 (one) is to only play when new clip is copied and 0 (zero) to always play.
  • * The clip file is now saved in XML format. Old clip file will be automatically converted into XML format. The change into XML format also opens possibility to add more than plain text format for the clipboard.
  • * If you want the clip list on the left side of the clip editor displays the line on the list, you can add the following line into [Option] section of the ini file:
  • TreeShowLines=1
  • 1 (one) is to display line and 0 (zero) to hide the line.

New in Kana Clip 2.0.0.30 (Dec 27, 2012)

  • Added feature to play sound when text is copied into clipboard.
  • The sound is configurable, but no interface yet for that, so if you want to customize the sound, you need to edit the ini file.
  • By default, the sound is not played. If you want to play the sound, add the following line under [Option] section of ini file: PlaySound=11 is for playing sound. Replace it with 0 (zero) for silent.
  • This version comes with basic sound. You can play any WAVE format sound instead of default one. To use your sound, add the following lines under [Option] section of ini file:
  • UseDefaultSound=1
  • SoundFile=C:\WINDOWS\Media\notify.wav
  • 1 on UseDefaultSound is for playing default sound. Replace it with 0 (zero) if you want to use your WAVE file. SoundFile points to the location of your WAVE file. Enclose the path with double quotation if it contains space.

New in Kana Clip 2.0.0.28 (Dec 27, 2012)

  • Fixed bug related to saving configuration process

New in Kana Clip 2.0.0.27 (Dec 27, 2012)

  • Fixed bug on default browser detection algorithm. When the copied text is an URL, Kana Clip offers to browse the URL. If the user select YES, Kana Clip attempts to browse the URL in new window by using your default browser. On previous version, Kana Clip fails to detect default browser on some operating system if user only has regular user previlige.
  • Fixed bug on Strip HTML code algorithm.
  • Fixed bug on Capitalize sentences algorithm.
  • Fixed some small bugs.

New in Kana Clip 2.0.0.26 (Dec 27, 2012)

  • Enhanced Kana Clip Editor.
  • Reorganize popup menu.
  • Many more enhancements.

New in Kana Clip 2.0.0.25 (Dec 27, 2012)

  • Fixed bug that the tray icon did not recovered after Explorer crashes.

New in Kana Clip 2.0.0.24 (Dec 27, 2012)

  • Improved the drag and drop support for Permanent Clip Editor.
  • Fixed some memory leaks on some of the Actions functions.
  • Added more choices of the Date & Time actions. Also changed the INI file settings for the custom date and time format. The settings are now consist of:
  • TimeFormat=
  • DateFormat=
  • TimeDateFormat=
  • Added symbols function for permanent clip. If permanent clip entry include the predefined symbol, it will be replaced by the associated text. For now, the symbols recognized are:
  • LONGDATE% = current date in system long date format.
  • SHORTDATE% = current date in system short date format.
  • LONGTIME% = current time in system long time format.
  • SHORTTIME% = current time in system short time format.
  • HOUR% = current hour with leading zero (00-23).
  • SHORTHOUR% = current hour without leading zero (0-23).
  • MINUTE% = current minute with leading zero (00-59).
  • SHORTMINUTE% = current minute without leading zero (0-59).
  • SECOND% = current second with leading zero (00-59).
  • SHORTSECOND% = current second without leading zero (0-59).
  • AMPM% = the hour will be displayed in 12-hour format, and the AM or PM will be displayed (depends on system setting).
  • DATE% = current date with leading zero (01-31).
  • SHORTDATE% = current date without leading zero (1-31).
  • MONTH% = current month with leading zero (01-12).
  • SHORTMONTH% = current month without leading zero (1-12).
  • YEAR% = current year in four-digit number (2003).
  • SHORTYEAR% = current year in two-digit number (03).
  • MONTHSHORTNAME% = current month as an abbreviation (Jan-Dec) -depends on system setting.
  • MONTHLONGNAME% = current month as full name (January-December) - depends on system setting.
  • DAYSHORTNAME% = current day as an abbreviation (Sun-Sat) - depends on system setting.
  • DAYLONGNAME% = current day as a full name (Sunday-Saturday) - depends on system setting.
  • Example:
  • Updated: %MONTHLONGNAME% �TE%, %YEAR% will be replaced by Updated: August 6, 2003

New in Kana Clip 2.0.0.23 (Dec 27, 2012)

  • Improved the hotkey implementation.

New in Kana Clip 2.0.0.22 (Dec 27, 2012)

  • Fixed the bug on the text after being fed into the action process was added a new line.

New in Kana Clip 2.0.0.21 (Dec 27, 2012)

  • Fixed the bug on the capitalize sentences action.

New in Kana Clip 2.0.0.20 (Dec 27, 2012)

  • Fixed the change case method for upper case words and sentences.

New in Kana Clip 2.0.0.19 (Dec 27, 2012)

  • Added Action settings with the following sub menus:
  • Quote Text
  • Put quote character or string in front of each line of text (like when replying email).
  • Unquote Text
  • Erase the quote character or string from the front of each line of text.
  • Strip HTML Tag
  • Delete HTML tag from text.
  • Strip Blank Line
  • Delete blank lines from text.
  • Strip Leading Space
  • Delete the spaces in front of each line of text.
  • Strip Trailing Space
  • Delete the spaces from the end of each line of text.
  • Reformat text
  • Reformat a paragraph so that each line will have a specified right margin.
  • Insert number
  • Insert number in front of each line of text.
  • Statistic
  • Calculate number of characters, words, and lines containing in the text.
  • Change Case:
  • Upper Case
  • Change all character in the text into upper case.
  • Lower Case
  • Change all character in the text into lower case.
  • Invert Case
  • Invert all character in the text. Upper case becomes lower case, lower case becomes upper case.
  • Capitalize Word
  • Change the first character of each word into upper case.
  • Capitalize Sentence
  • Change the first character of each sentence into upper case.
  • Sorting:
  • Ascending
  • Sort all lines in text in ascending order.
  • Descending
  • Sort all lines in text in descending order.
  • Moved the Date & Time menu into Action menu.
  • NOTE: The functions containing in Action menu (except the functions inside
  • Date & Time menu), works by using the text in clipboard as the input. This text is displayed as first menu in Kana Clip popup menu. Consequently, if you do not have the text you want to process yet, you need to copy it first. After processing, the result will be put back into clipboard. If you press the CTRL key when selecting the function inside Action menu, the result will also be pasted.