 - Initial release (codename "canard")
  - Fix ConvertProperty (if checksums are not the same, that's because Avalanche
    pads with 'P' whereas I pad with '')
  - Fix SmallPack
  - Add the ability to SmallPack to create compressed files
  - Add the missing ADF serializer in ConvertAdf
  - As the ConvertAdf is now working, remove ConvertItem, ConvertUpgrade and
    ConvertTask
 - 02/04/2016 release (codename is still "canard")
  - Add offset-in-file attribute in generated XML (for ADF files)
  - Found a way to have strings in RTPC (properties) files
   - Spent a few hour scrapping the game files and gather every single strings
     (and more than 50% of crap)
  - Add GenerateNameList to do this job for me.
  - Fix a issue reported by Protato with the ADF serializer.
  - Change the archive format to 7z
 - 03/04/2016-1 release (still "canard")
  - Fix the generated.namelist monstrous size while having 16% of completness
  - Add the generated.hashlist for an easy filter of the namelists (I spent
    hours generating this list). It contains all the hash ever used in JC3.
  - Fix and improve GenerateNameList
    - It now generates and uses generated.hashlist
    - It has now a more reliable way to generate strings
 - 03/04/2016-2 release (codename "canard-fortress")
    - Add the Pack executable that creates .arc and .tab files from game[0-9]+_folder (the reverse of Unpack)
    - Add the SkyFortressPacker executable to handle a dropzone_sky_fortress folder
      - It creates a backup if something already exists (that way it can prevent stupid errors).
      - But please backup your sky fortress files. Never too sure.
 - 05/04/2016
    - Fix and improve the filetype detection of Unpack
    - Make ConvertTexture working
 - 06/04/2016
    - Fix ConvertTexture being too permissive
    - Add a Batch executable to batch conversions
    - Add a RecurseBatchAndPack executable to batch xml conversions and SmallPack
 - 08/04/2016
    - Improve ConvertTexture to handle hmddsc files
    - Add ConvertStringLookup
 - 05/06/2016
    - Fix ConvertProperty
    - Improve a lot GenerateNameList
    - Add QueryHashList
    - New Patch/DLC support (file list, string list, DLCPacker, ...)