Download Page: https://www.xyplorer.com/download.php
Code: Select all
v25.40.0300 - 2024-01-08 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v25.40.0300 - 2024-01-08 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v25.40.0206 - 2024-01-07 19:40
+ File | File Special | Display Hash Values: Now it also shows the SHA-384 value.
+ SC hash: Now it supports SHA-384.
Example:
text hash("sha384", ""); //38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b
+ SC savethumb: Now it supports TGA as input format.
Code: Select all
v25.40.0205 - 2024-01-06 19:23
* Highlight Hovered Items: Rewrote the rounded highlight. Now it uses exactly the same
colors for filling and border as the square highlight.
! Configuration | General | Startup & Exit | Check for language updates at startup:
Checkbox was not yet associated with the setting. Fixed.
Code: Select all
v25.40.0204 - 2024-01-06 17:33
* MLS: Internally updated to version 8.177.
> TRANSLATORS: Please wait until Reference_8.177.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
* Updated the help file.
Code: Select all
v25.40.0203 - 2024-01-06 11:19
- Configuration | General | Startup & Exit | Save Settings | Keep pane data private:
Removed this setting from Configuration but kept it as a tweak:
PrivateHistory=1
* XYcopy: Updated to 2.10.0248.
! Custom Copy: Byte-to-byte verification failed with overflow (error 6) on files >=
2GB. Fixed.
Code: Select all
v25.40.0202 - 2024-01-05 18:24
+ Configuration | General | Startup & Exit: Added option "Check for language updates
at startup". Tick it to automatically check for an update if your language file is
out of date. If an update is available, you will be prompted to update to it.
* Configuration | General | Startup & Exit | Check for updates on startup: Renamed to
"Check for updates at startup".
! SC paperfolder: When Explicit Save was enabled, the r-mode (r: Return current
contents of Paper Folder.) returned the current list if the list did not show a
paper folder. Fixed. Now it returns the contents of the paper folder passed in
argument "name".
Code: Select all
v25.40.0201 - 2024-01-05 12:43
% Speeding up an important text drawing function resulted in an overall speedup almost
everywhere text is drawn.
! Labels: Searching or filtering labels by index (Label:"#6") did not work when
Extended Pattern Matching was disabled. Fixed.
! Catalog | Click and Search | Labels: Failed when using the checkboxes to trigger a
search because the terms were not quoted. Fixed.
! Toolbar | Find by Label: Failed at searching soft labels. Fixed.
! Configuration | Preview | Previewed Formats: Since 20230927, you could not remove
the first (per category) of all added custom extensions. Fixed.
Code: Select all
v25.40.0200 - 2024-01-02 22:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v25.40.0106 - 2024-01-02 18:59
* Tree: Now the Highlight Hovered Items box includes the icon.
Code: Select all
v25.40.0105 - 2024-01-02 18:08
+ Highlight Hovered Items: The HighlightHoveredItemsProps tweak got another value to
show the highlight with rounded corners.
HighlightHoveredItemsProps (bit field):
1: Border at the bottom only (effect only in the file list).
2: Rounded corners (effect all over the place); overwrites bit 1.
Roundness is controlled by tweak LabelRoundness, but limited to 6 pixels
(else it looks funny).
So to get rounded corners on the hover highlight, tweak it like this:
HighlightHoveredItemsProps=2
FYI, it's the new factory default.
! Roundness: A maximum roundness of 100 could cause a slight drawing error due to a
rounding error. Fixed.
Code: Select all
v25.40.0104 - 2024-01-02 12:54
* Catalog: Now the Highlight Hovered Items box starts a little further to the right,
exactly where a click triggers the action. To the left of the box, a click will
simply select the item without triggering the action.
* Preview Tab | Icon Preview: Now the orange button is also visible here. Not all
commands are applicable, but some can be quite useful here.
Code: Select all
v25.40.0102 - 2023-12-29 16:30
+ Smart Script Detection: Scripts like
if (1==1 || 2==2) { e 1; }
are now correctly auto-detected as scripts.
! Dual Locations: Scripts like
if (1==1 || 2==2) { e 1; }
were misparsed as dual locations. Fixed.
Code: Select all
v25.40.0101 - 2023-12-28 12:48
* Configuration | General | Belts, Network | Network | Cache network servers: Changed
cache file format from binary to standard INI (UTF-16-LE with BOM), from
"servers.dat" to "servers.ini". More human friendly, easier to view and edit.
* Starting from an unavailable (including password-protected) network path is now
handled faster and better. Any login dialog is displayed after the main window is
displayed, not before, and the main window is displayed much faster.
Code: Select all
v25.40.0100 - 2023-12-27 15:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v25.40.0012 - 2023-12-27 09:41
+ Background File Operations | Overwrite Prompt: Now there's some basic information
about the colliding files, like version number for applications, duration for media,
dimensions for images.
* XYcopy: Updated to 2.10.0247.
! List: Tooltips for audio files in special paths did not show much info anymore for
some weeks. Fixed.