This file lists a short summary of the changes between XVA Assistant versions. 

Legend:
[+] New feature
[*] Bugfixes


0.10.2018.1215   2018-12-15
----------------------------
[*] Fix the bug that docked window will popup when dynamically switch background.
[+] Support Polski. <thank antbil007@gmail.com>


0.9.2018.1201    2018-12-01
----------------------------
[*] Fix endless loop bug when parse xml file.
[+] Support press 'TAB' or 'ALT + D' to turn window.
[+] Support dynamic background.
[+] Set up working directory for link. <thank 75253439@qq.com>
[*] The maximum supported picture size is extended from 8M to 24M.


0.8.2018.0409    2018-04-09
----------------------------
[+] Support AppX(UWP) Application.
[+] Support dock to edge of screen.
[*] Fix SPI_SETDRAGFULLWINDOWS = FALSE bug.


0.7.2017.0919    2017-09-19
----------------------------
[+] Support French. <thank jeanbelga@aol.com>
[+] Using ToolTip when display text incomplete.
[*] Fix SHGetFolderPath bug. (In some Active Directory environment, it return UNC path)
[*] Optimize save window position when shutdown.  


0.6.2017.0904    2017-09-04
----------------------------
[+] Support German. <thank joerg.remme@gmx.de and tardigrada@hotmail.com>
[+] Support view as "Small Icon"
[*] Fix don't display tooltip when expand folder.
[*] Try to fix CreateWindowEx bug. <thank jeanbelga@aol.com>
    - CreateWindowEx(dwExStyle=0, dwStyle=WS_OVERLAPPEDWINDOW) return NULL on Win7 64-bits,
      and GetLastError() return 0x00000000.
    - I google it but doesn't help. 
    - I can't reproduce it on my computer of Win7 64-bits, so I don't WinDBG it.
      and I don't known why? so I just try to fix it.


0.5.2017.0511    2017-05-11
----------------------------
[+] Support access to URLs through different browsers. (chrome, firefox, ie, safari, opera)
[+] Support Russian. <thank pismonet@gmail.com>
[+] Support user defined languages.
    - XVA\RES\en-US.lang is a tarball.
    - unpack the tarball, there will be a XLanguage.xml. (tar -xvf en-US.lang)
    - translate XLanguage.xml. (NOTE, please use UTF-8 file format for the new XLanguage.xml)
    - pack the new XLanguage.xml to a tarball. (tar -cvf <LANG>-<CTRY>.lang XLanguage.xml)
    - copy the tarball into XVA\RES


0.4.2017.0102    2017-01-02
----------------------------
[+] Support drag-and-drop items *onto* icons. (e.g. drag a text file onto a text editor)
[+] Support "Minimize when losing focus" option.
[+] Support "Minimize after launch" option.


0.4.2016.1024    2016-10-24
----------------------------
[+] Optimize the drag icons on WinXP.
[+] Optimize the rendering of using large image as background. 
[+] Support filter target of shortcut when building recommended shortcuts list.


0.3.2016.1007    2016-10-07
----------------------------
[*] Fix UserAssist bug. (32-bits multiplication overflow, resulting in incorrect sorting.) 
[+] Support "Order by name".
[+] Support disable "Animation effects"
[+] Support disable "Cool XVA-Button"
[+] Launche URLs use the default browser. 


0.3.2016.0910    2016-09-10
----------------------------
[*] Fix DeleteService bug. (Failed to load driver after DeleteService on WinXP 32bit platform.)
[*] View as Phone/Pad will don't work correct, when LinkView is the current View.


0.3.2016.0703    2016-07-03
----------------------------
[+] Support "outline font".
[+] Support "View as Phone/Pad".
[+] Support "Enlarge text (120DPI)".
[*] Fix Wow64DisableWow64FsRedirection bug. (When disable FsRedirection, failed to load MSXML3.dll on some Windows 7.)
[+] Optimize user experience of "XVA Button".
 
