Code: Select all
v9.80.0106 - 2010-12-12 14:43
Tags 2.0, Phase 1
~~~~~~~~~~~~~~~~~
* List: The "Tag" column in Details view has been renamed to
"Label".
Note that this has been achieved by inserting a layer of
abstraction between data and display, i.o.w. the internal data
stored in INI-files and wherever else (e.g. Folder View Settings)
continue to use "Tag" to refer to this column to ensure full
backward compatibility.
The upcoming "Tags" column internally uses "Tags" so there is no
collision.
* Selection Filter: Now any filters for the old "Tag" column won't
work anymore and need to be adjusted. E.g., select all items where
the Label begins with "s":
OLD: tag:s*
NEW: label:s*
* SC report(): The fields {Tag} and
{TagID} need to be updated to {Label} and {LabelID}.
Example:
OLD: ::text report("{name}, {tag} (ID={tagID})<crlf>");
NEW: ::text report("{name}, {label} (ID={labelID})<crlf>");
* Find Files: Now searching for Labels should be done usimg the
selector "lbl":
E.g., find all items where the Label begins with "s":
Name: lbl:s*
Note that the previous selector is kept for backward compatibility
(but deprecated!):
Name: tag:s*
* Configuration | Tags: Adjusted the interface to the new "Label"
term. Note that "tags" (and "tagging") is generally used as
container term for Tags, Labels and Comments -- just like
"tag.dat" is the file where all these data are stored.
* Toolbar: The following button identifiers need to be updated:
tags > labels
findtag > findlabel
For the main toolbar this is done automatically on upgrading to
the new version. However, if you refer to buttons or button images
in scripts you will need to update these places.
Other Stuff
~~~~~~~~~~~
* Menu File | Duplicate: The item "Copy Here with Number" has been
renamed to "Copy Here with Increment".
* Configuration | Templates: The item "Number Suffix" has been
renamed to "Incremental Suffix".
! List: Sometimes a missing repaint after icon retrieval. Fixed.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club