Download: https://www.xyplorer.com/download.php
Code: Select all
v18.50.0300 - 2017-11-21 16:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v18.50.0300 - 2017-11-21 16:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v18.50.0210 - 2017-11-20 16:54
+ Scripting got a new command.
Name: sysdebug
Action: Sends a string to the system debugger via API OutputDebugString.
Syntax: sysdebug string
Example:
sysdebug "any string";
Remarks:
- SysInternals has a tool "DebugView" to view the system debugger:
https://docs.microsoft.com/de-de/sysinternals/downloads/debugview
It will show the sent strings in real time in a list.
- Unicode characters are not supported due to an age old Windows bug.
They are shown as "?".
- This command is not officially supported (no mention in help).
* Color Filters: Just to make sure (it has never been claimed otherwise),
patterns with groups, e.g. "[a-z]" are not allowed in Color Filters, only
wildcards *, ?, #.
! Color Filters: Filters with invalid patterns could crash the app. Fix #2.
Code: Select all
v18.50.0209 - 2017-11-20 13:46
* MLS: Internally updated to version 8.95.
> TRANSLATORS: Please wait until Reference_8.95.lng is uploaded.
You will be notified if you have subscribed to this thread:
https://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
! Color Filters: Filters with invalid patterns could crash the app. Fixed.
Code: Select all
v18.50.0208 - 2017-11-19 21:39
! App Exit: Would pop the "Errors on Save Settings!" message without reason
when a non-English language was loaded. Fixed.
Code: Select all
v18.50.0207 - 2017-11-19 20:34
! App Exit: Would pop the "Errors on Save Settings!" message without reason
under certain mysterious conditions. Should be fixed now.
Code: Select all
v18.50.0206 - 2017-11-19 19:08
+ App Exit: The "Errors on Save Settings!" message now comes with the list
of settings that had an error.
Code: Select all
v18.50.0205 - 2017-11-17 15:06
! OneDrive in Windows 10 Creators Update: More issues with "OneDrive for
Business". Fixed.
Code: Select all
v18.50.0204 - 2017-11-16 18:45
+ Configuration | Information | Tags: Added option "Save changes to disk
immediately". Tick it to immediately update the tag database file (usually
"tag.dat") on each tag change.
* List: When renaming fails (e.g. "Access Denied") the rename mode is closed
now automatically. No need to press ESC anymore.
! Catalog: Dropping on Catalog items did not support environment variables.
Fixed.
Code: Select all
v18.50.0203 - 2017-11-15 20:45
! OneDrive in Windows 10 Creators Update: Issues with "OneDrive for
Business". Fixed.
Code: Select all
v18.50.0202 - 2017-11-13 18:28
+ App Exit: Now when anything goes wrong on save settings you are prompted
whether you want to exit the app (any maybe lose any changes in your
configuration) or keep it running (to keep your configuration alive, check
what went wrong, and maybe fix it, e.g. by removing a ReadOnly flag or by
regaining necessary disk space).
This is the message:
Errors on Save Settings!
Some settings might not have been saved to disk.
Click OK to exit XYplorer anyway.
Click Cancel to keep XYplorer running.
* List: Now middle-click on LNK files behaves like Shift+Dbl-Click on LNK
files: The link target is opened in a new tab.
+ Configuration | Filters & Type Ahead Find | Type Ahead Find | Redirect
typing to Live Filter Box: Now it handles dead keys that are copied to the
keyboard buffer. So you can type the accent key and then "a" to get "á".
for this to work the Live Filter Box gets the input focus once a dead key
is pressed.
Code: Select all
v18.50.0201 - 2017-11-12 15:10
* Configuration | General | Startup & Exit | Check for updates on startup:
Experimentally now the same interface is loaded as if you you clicked
"Help | Online Support | Check for Updates". In case of an available
update you get a simple message box like this one:
There is a new official version (18.50.0200) available for download.
Click OK to update now.
! Configuration | General | Startup & Exit | Check for updates on startup:
Would not trigger if on startup the mouse pointer was over anything
triggering a tooltip. Fixed.
! Info Panel | Report | Current List: When you pressed ESC right before
generating a report the line "*** Job terminated by user. ***" was falsely
printed to the top of the report. Fixed.
! Image Aspect Ratio: A ratio of 3:1 was shown as 6:2. Fixed.
Code: Select all
v18.50.0200 - 2017-10-31 15:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v18.50.0121 - 2017-10-31 11:17
+ Help | Online Support | Check for Updates: Hold CTRL to update to the
latest beta version.
Code: Select all
v18.50.0120 - 2017-10-30 18:26
! Network: Might be a wrongly defined API call prevented logon popups since
v18.50.0003 - 2017-10-06 17:51. Might be fixed.
Code: Select all
v18.50.0119 - 2017-10-30 17:57
! SC update: A silent update was not silent enough. Fixed.
Now this works as expected:
update 1 + 16 + 128; //update to the latest beta version silently and auto-run it
PS: Well, almost. One message box remains to click.