Code: Select all
v23.80.0001 - 2022-11-24 14:40
! Multi-User Tagging: Added another bit of logging.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v23.80.0001 - 2022-11-24 14:40
! Multi-User Tagging: Added another bit of logging.
Code: Select all
v23.80.0000 - 2022-11-24 14:00
= NEW OFFICIAL RELEASE. Main developments since last release:
+++ Multi-User Tagging. Significantly improved and reinforced to withstand fast-acting,
high-impact environments on shaky networks.
+++ Access Control. Many additional user access control options to increase corporate
security in a multi-user tagging context.
+++ Batch Renumbering. Now you can easily update numbering in files with serial numbers.
+++ RAW Photo Preview and Thumbnails. Faster. Much faster.
+++ App Icon. Back to the old icon. It's just too iconic to be replaced.
+++ Many Other Improvements. See change log.
Code: Select all
v23.70.0356 - 2022-11-23 19:56
! Multi-User Tagging: Added a bit of logging.
Code: Select all
v23.70.0353 - 2022-11-23 14:46
* Toolbar: The recently added faster opening of drop-down menus is now bound to a
tweak:
PopupMenusGenericIcons=1
Code: Select all
v23.70.0352 - 2022-11-22 19:38
! Info Panel | Properties: On a custom screen resolution, icons were drawn poorly, the
wrong size, or truncated. Fixed.
Code: Select all
v23.70.0351 - 2022-11-22 11:51
% Toolbar: Two more drop-down menus open faster now and do not wake up a sleeping
drive.
! Tags | Sorting the Database: Fixed a rare but brutal crash bug. The crash was more
likely the more items had to be sorted.
Code: Select all
v23.70.0346 - 2022-11-21 16:20
% Toolbar: Now various drop-down menus with paths open faster and do not wake up a
sleeping drive. The price: Shell custom icons for folders are not shown in those
menus, nor the "?" icon for unavailable locations.
% Multi-User Tagging: Speed improvements when reading and writing the DB.
! Multi-User Tagging: The DB was not locked as tightly as it should have been. Fixed.
Code: Select all
v23.70.0344 - 2022-11-20 20:49
+ Sleeping Drives: Now it's shown in various places if a drive is currently sleeping.
- Tree: Drive name tooltip.
- List | Drives Listing (aka This PC): Drive name tooltip.
- Breadcrumb: Drives dropdown items.
- Go | Drives...: Menu items.
Code: Select all
v23.70.0343 - 2022-11-20 13:00
! Moving Files: Since 20210919, files that were skipped during a move operation did
not remain selected in the source location. Fixed.
! Action Log: Some newly created folders were not correctly listed in the log. Fixed.
Code: Select all
v23.70.0342 - 2022-11-19 14:51
! Configuration | Other | Shell Integration | 64-bit Windows | Open files from 64-bit
process: If ticked then ISO files could not be opened by ENTER or double-click. Fixed.
Code: Select all
v23.70.0341 - 2022-11-18 11:52
+ Show Folder Sizes: Added a tweak to delay the folder size calculation when
navigating to a new location. This would delay it by 2 seconds:
ShowFolderSizeDelayMsecs=2000
! Scripting | Arrays: You could not pass an array to a user function. Fixed. Now this
works as expected:
$a = array("cat", "dog");
Test($a);
echo $a[0]; //tiger
function Test(&$array){
echo count($array); //2
echo $array[0]; //cat
$array[0] = "tiger";
}
Code: Select all
v23.70.0340 - 2022-11-17 18:25
! Multi-User Tagging: Fixed a possible race condition.
Code: Select all
v23.70.0339 - 2022-11-17 15:40
* MLS: Internally updated to version 8.155.
> TRANSLATORS: Please wait until Reference_8.155.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
Code: Select all
v23.70.0335 - 2022-11-17 08:40
+ Toolbar | Save Tags: The tooltip now shows the number of unsaved changes in tags.
* Multi-User Tagging: Removed the change from v23.70.0334. Not helpful and superfluous.
! Multi-User Tagging: On "Configuration | General | Startup & Exit | Save Settings |
Save changes to disk immediately" there was a way to skip the new safe save strategy
and overwrite the shared tags DB with your own data when moving or copying tagged
items. Fixed.
Code: Select all
v23.70.0334 - 2022-11-16 22:23
* Multi-User Tagging: If the shared database fails to load for any reason, this client
is now not allowed to tag anything.
She can always try "Tags | Reload Tags Database" to get back in business.