Version 4.0 (september 2019):
Added checkbox to perform immediatly the actions in Codec, Lines, Pattern panels and Text Characteristics
Added support for files in Codec, Lines, Pattern and Text Characteristics tabs (enter full file path on first line, for text UTF-8 encoding is assumed)
Added support for URL in Codec, Lines, Pattern and Text Characteristics tabs (enter full URL on first line)
Added XML encoding and decoding in Codec tab
Added Morse encoding and decoding in Codec tab
Reorganized order of codecs in drop down in Codec tab
Added count line occurences in Lines tab
Added format HTML/XML tool in Lines tab
Added format JSON tool in Lines tab
Added CRC32, Adler and MD2 in Text Characteristics tab
Added SHA3 hashes (for Java version >= 9) in Text Characteristics tab
Added character name in new Name column in Characters tab
Added license.txt for Linux distribution
Removed codec: "Quoted-Printable", "Soundex", "Refined Soundex", "Metaphone", "Double Metaphone"
Removed Run online in help menu
Added link to Japplis Toolbox Pro in help menu
Help is now going to https urls
Fixed also counting numbers in Word count
Fixed URL decoding when % is used alone
Upgraded commons-codec from 1.4 to 1.12.
New application icon
New website
Java 8 or higher is now needed

Version 3.6:
Fixed Mac OS X release with universal Java Stub Application.

Version 3.5:
Signed applet with trusted certificate
Fixed error in text characteristics panel in applet mode.

Version 3.5:
Added Volapuk encoding and decoding.
Removed edit menu.
Added possibility to copy/paste when using unsigned applet.
Added online tools at http://toolbox.japplis.com/online/index.html
Added possibility to select tab and operation with start-up parameter.
Environment properties is disabled when using unsigned applet.
Added unicode blocks for UTF-8 character sets.
Upgraded to java 7u11.

Version 3.0:
Added Find in files tab.
Added Line count to Text characteristic tab.
Added SHA-384, SHA-512.
Added ROT-13, ROT-47.
Added Java Unicode encoding and decoding.
Added history in input text fields. (use popup menu)
Added possibility to bookmark in input text field. (use popup menu)
Using commons-codec 1.4.
Installer distributed with Java 7u5.

Version 2.1:
Added Keep lines if it contains a regular expression.
Added Remove lines that contains a regular expression.
Fixed mixed long to date and date to long.
Added support for iso as pattern for date conversion.
The default applet is the one with the certificate (as copy/paste doesn't work in the other one).

Version 2.0:
Fixed online applet asking for permission when not needed.
Use the Java deploy script to generate the applet.
Fixed: empty lines were remove in the Lines panel.
Fixed: Split regex with extra carriage return.
Added Sort lines by length.
Added Join lines.
Added Keep regular expression.
Added Remove regular expression.
Added support for group where only indicated regular expression groups are kept or removed.
Added Prefix lines with text.
Added Add text at the end of lines (Suffix).
Added Remove empty lines.
Added Delete every 2 lines (Delete 1 out of 2).
Added SHA-256.
End position of contains regular expression printed.
All positions of contains regular expression printed in the lines are now printed.
Rearranged tab positions.
Upgraded the application framework to the latest version.
Small fixes and improvements.

Version 1.2.1:
Fixed applet throwing a security exception.
Fixed incorrect version number in installer.
Sorting lines is case insensitive and use Collator.getInstance().
Fixed some system properties are shown in the standard applet.
Upgraded the application framework to the lastest version.

Version 1.2:
Added Lines panel with Sort lines, Reverse lines, Shuffle lines, Number lines,
  Unique lines, Trim lines.
Copyright moved to Japplis
Applet now shows standard Java properties when not given by getProperties().
Also try decoding without carriage return when the first decoding failed.
Added split regexp, to split a text with the defined regexp as separator.
Added computation of the hash code to characteristics.
Fixed word count was incorrect if '/' was in the text.
Save the selected tab for the next start-up.
Several bug fixes and small improvements.
Download also available as Windows Portable application.
Upgraded to Apache Commons Codec 1.4.
NetBeans Plug-in repacked with NetBeans 6.7.1 and all new features.
Upgraded to Java 6u16 kernel.

Version 1.1:
Applet signed correctly for pack200.
Fixed buttons with no icons were slow to show for the first time.
The application remembers the size of the frame.
Improved error report when an error occurs at start-up.
If an error occurs at start-up, the preference file is renamed or deleted.
Added run online to the help menu.
Open a web site works on Mac OS X.
Added icon for Mac OS X.
Improved information of the application for Mac OS X.
Use of the latest installed version in Mac OS X.
Distribution is done with an internet enabled DMG file for Mac OS X.
Exit the application when closing the main window on Mac OS X.
Menu appears on top for Mac OS X.
Removed duplicate JAR file in Mac OS X release.
Upgraded to Java 6u6.

Version 1.0:
NetBeans plug-in developed

Version 0.9:
Improve About dialog.
Improve copy/paste in applet.
Fixed long to time computation.
The secure applet is using the correct commons-codec.
Based on a new application framework.

Version 0.8:
Everything is done