Change Log for the latest
XYplorer BETA version:
Code: Select all
v15.90.0001 - 2015-11-03 19:10
+ Configuration | Tabs: Added field "New tab path". If you want to open new
tabs always in the same path then enter this path here. Leave the field
empty to always open new tabs at the current path.
- Tip 1: You may enter "This PC" (or whatever your Computer node in the
Tree is called) to open new tabs at "This PC". The Browse button does
not support this value, so enter it by typing.
- Tip 2: The field supports environment variables, so you can enter e.g.
this:
%userprofile%\Desktop
- Note: This field elevates the tweak StartPathNewTab from v7.70.0003
(2008-10-20 10:09) to the UI.
+ Photo: Added special support for Fujifilm JPEGs. Now in the Floating
Preview status bar you get the following extra information extracted from
the FUJIFILM maker notes embedded in the EXIF MakerNote tag:
Tag Name Caption in XY Name in Camera (X100T)
--------------------------------------------------------
FilmMode Film Film Simulation
HighlightTone HTone Highlight Tone
ShadowTone STone Shadow Tone
Color Color Color (Saturation)
Sharpness Sharp Sharpness
There is a bit of smartness built in to save space: If the value is "0" (=
"Normal") then the field is not displayed at all. The concerns HTone,
STone, Color, and Sharp. The Film field is always displayed.
In files other than Fujifilm JPEGs nothing is displayed.
Of course, this information is also accessible via Properties in Scripting
and Variables:
echo property("#Image.Fuji.FilmMode");
echo property("#Image.Fuji.HighlightTone");
echo property("#Image.Fuji.ShadowTone");
echo property("#Image.Fuji.Saturation");
echo property("#Image.Fuji.Sharpness");
echo <prop #Image.Fuji.FilmMode>;
echo <prop #Image.Fuji.HighlightTone>;
echo <prop #Image.Fuji.ShadowTone>;
echo <prop #Image.Fuji.Saturation>;
echo <prop #Image.Fuji.Sharpness>;
Of course, you can also search by these properties:
?prop:#Image.Fuji.FilmMode: Classic*
Or use them in a Color Filter:
prop:#Image.Fuji.FilmMode: Classic*
Or rename Fujifilm files via Batch Rename, e.g. append the Film Simulation:
*-<prop #Image.Fuji.FilmMode>
Or display them in a Custom Column of type Script:
return property("#Image.Fuji.FilmMode", <cc_item>);
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.