2018-05-24  Alistair Neil  

/* SelekTOR 3.13-64 */
  
* Fixed bug in patterns export if a pattern storage file exceeded 2k in size it would be corrupted inside zip file, 
  likelyhood of happening though was incredibly slim due to the very small size of pattern files, I only noticed it 
  when I reused the code in another app that had much larger files to compress.
  - Updated to latest JNA 4.5.1
  - Updated to tor 3.1.10

2017-10-24 Alistair Neil <info@dazzleships.net>

/* SelekTOR 3.13-63 */

* Updated to latest JNA 4.5.0
  - Updated to tor 3.1.7

2017-07-12 Alistair Neil <info@dazzleships.net>

/* SelekTOR 3.13-62 */

* Fixed a bug where proxy settings were not restored on SelekTOR quit.
  - Improved responsiveness of menu selection and opening of dialogs.

2017-02-16  Alistair Neil  <info@dazzleships.net>

/* SelekTOR 3.13-61 */
  
  * Removed setListenAddress connection sockets are now hardcoded to 
    localhost 127.0.0.1
    - Removed WARN_UNSAFE option as it is about to be deprecated.
    - Updated to tor 2.9.10
    - Updated to latest JNA 4.4.0

2017-02-10  Alistair Neil  <info@dazzleships.net>

/* SelekTOR 3.13-60 */

  * Removed auto selection mode, retained all functionality using just the 
    favourites mode
    - Removed dbl clicking node selection and activate node functionality from
      exit table, all node activation handled by favourite selection       
    - Changed No Proxy to Disabled, SelekTOR will no longer exert any control
      over the system proxy in this mode and it will be returned to its initial
      state prior to SelekTOR starting up, users will be required to manually 
      configure their browser proxy settings in this mode.
    - Moved GEOIP update file outside of Cloudflare's influence to make
      its download more reliable, no more download fail due to captcha.
    - Moved the online version tracking file outside Cloudflare's influence to 
      make update available checking more reliable no more version check
      fail due to captcha.
    - Updated copyright dates to reflect new year in all files
    - Updated language and help files
    - The online help files are now deprecated, Help Contents now opens the
      locally supplied help files in the default browser, this again is to
      avoid Cloudflares influence
    - Made the UI slightly wider for 2 reasons, first to fit the Support button
      and second folks are creating some tor nodes with rather large names so
      I have increased the size of the node name fields to accommodate this.
    - Added in some key accelerators to menus
    - Remove link to ipleak.net as the site fails to load with the majority of 
      exitnodes.
    - Removed WarnUnsafe and SocksListenAddress as they are now deprecated by
      Tor and may be removed from Tor itself in the future.
    - Added function to access cached processes to OSFunction class.
    - Modified getVersion() function in TorProcess class to prevent possible 
      startup issue.
    - Added some additional debug output at --debug-fine level to provide
      information on current running processes.
    - Restored original style of DRM
    - General synchronisation with the linux codebase.

2016-07-7  Alistair Neil  <info@dazzleships.net>

/* SelekTOR 3.13-59 */

  * Modified how Tor client version is obtained and separated it from the 
    hash password generator code to workaround some Windows client issues.
    - Implemented a new internal tor hash password generator instead of making
      a process call to the tor client as its faster.

2016-06-29  Alistair Neil  <info@dazzleships.net>

/* SelekTOR 3.13-58 */

  * Modified DRM, Removed 5 day maximum usage limit it can now be used in 
    unlicensed mode forever, but after 5 days a runtime limit of 15 minutes 
    and 5 minute nags are imposed.

2016-06-16  Alistair Neil  <info@dazzleships.net> 
 
/* SelekTOR 3.13-57 */ 
 
  * Fixed always starting on login bug if --update-disable was specified on CLI 
    This was down to some changes I made to CLI parsing when I re-arranged 
    the startup code back in 3.13.66 which affected how the --update-disable 
    option was handled. 
    - Also fixed 2 other CLI command issues related to the startup code changes. 
    - More DRM fixes

2016-05-31  Alistair Neil  <info@dazzleships.net>

/* SelekTOR 3.13-56 */

  * Fixed issue with favourites not always being applied correctly due to the
    test status of a node being unknown.
    - Added multiple window close actions to dialogs to ensure correct closing
      action depending on if a dialog is closed using a button or from the
      titlebar.
    - Fixed a date formatting issue that caused demo mode to falsely indicate
      end of trial period if the installation day was a single digit.