Change Log for the latest
XYplorer BETA version:
Code: Select all
v13.30.0006 - 2013-11-17 13:13
! SC format: Did not correctly interprete input according to the
current locale.
For example, in Germany (decimal separator = comma, thousand
separator = dot):
BEFORE:
echo format(format("1,23")); //1
echo format(format("1.23")); //1
NOW:
echo format(format("1,23")); //1,23
echo format(format("1.23")); //123
! Scripting | Math Operations: In certain locales (where decimal
separator is not dot) the results of fractional math operations
were not formatted correctly for the locale. Refeeding those
results into certain scripting functions then could yield wrong
results.
For example, in Germany (decimal separator = comma, thousand
separator = dot):
BEFORE:
echo 35 / 2; //17.5
echo format(35 / 2); //175
NOW:
echo 35 / 2; //17,5
echo format(35 / 2); //17,5
* XYcopy: Updated to 2.10.0041.
+ Menu Edit: Added command "Toggle Quick Name Search". Toggles
between no Quick Name Search and the last one. Default keyboard
shortcut: Ctrl+Shift+F3.
* MLS: Internally updated to version 8.40.
> TRANSLATORS: Please wait until Reference_8.40.lng is uploaded.
You will be notified if you subscribe to this thread:
http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.