CSX v1.3b3 released

Discussion of the xtools Toolkit

Moderators: Tom, Kukurykus

xbytor

CSX v1.3b3 released

Post by xbytor »

A new 1.3 beta release of CSX is now available at
http://sourceforge.net/project/showfile ... _id=207621 ... _id=207621

There are quite a few significant changes since the v1.2 rev. Let me know how they fit your workflow.

The most recent addition is the postProcessAction setting. This lets you specify either an action or script that is run just before a sheet is about to be saved. This is a kind of secret back door that makes it possible to extend CSX in ways that I haven't planned for.

There are currently no plans for additional functionality before 1.3 is 'officially' released. But I do plan on updating some of the docs to reflect the recent changes.

Enjoy!


Code: Select all         CHANGELOG for ContactSheetX

Current
v1.3b3
   Removed enablePage/DateLayers.

   Extended postProcessAction to support scripts. Contact xbytor
   for details.
   
   Added splitCSXLayerOnFlatten setting. This splits captions and images
   onto different layers when flattening the cell layers.

   Added postProcessAction setting. This action gets run just before
   saving the sheet.

   Added vertical caption alignment.
   
v1.3b2
   Added "%-3.2f" style support for file-specs in captions.

   Added "% " support for captions.
   
   Resetting the settings reverts back to the defaults for all settings
   rather than the settings at the start of the script.
   
   Changed the font color selection mechanism to use a new color icon
   button instead of text.

   CSX now remembers the last panel that had focus in tabbed mode.
   
   Fixed bug when forceProfileMatch is true and processing RAW files,
   PS prompts for saving the RAW file.
   
   Sheets that are created in Keep Open but not Save Sheet will now
   have a name as specified by the Naming fields in the Output Panel
   but will not have a file extension in the name.
   
   On the Output Panel, the Naming fields are now active if either
   Save Sheet or Keep Open are selected.
   
v1.3b1   
   Added UNINSTALLATION section to README.
   
   Added Progress Window.

   Changed to Filename Format.

   Added support for file save types: bmp,gif,jpg,psd,eps,pdf,png,tga,tiff
         courtesy a new GenericUI panel.
   
   Stdlib -> Xstdlib in InstallCSX.
   
   Enabled support for multi-line captions.

   Removed templateVarsEnabled setting.

   Removed captionMetadata setting.

   Reworked caption specification UI.

   Remove separate handling of Header setting.

   Changed uiConfirmBasicModeForMetadata to true, false, uiModeOnly.
      true - always prompt (if needed)
      false - never prompt
      uiModeOnly - only prompt if needed and if a UI is being used