AutoTag Release Notes

These notes are also in the readme.rtf file that is included with the program.

8.1.9.0

Deprecated Features

  • None.

Features

  • None.

Fixes

  • Fixed error in engine when generating an XLS(X) report using a test server license.

8.1.8.0

Deprecated Features

  • None.

Features

  • Added support for list overrides in DOCX templates.

Fixes

  • None.

8.1.7.0

Deprecated Features

  • None.

Features

  • None.

Fixes

  • Was copying full header of main document over for all html import/out tags that brought in a template - fixed.
  • Threw an exception if a para border had a between setting - fixed.
  • If a hyperlink existed in an imported sub-template, DOCX reports created would have an error on opening. Fixed.
  • Added feature to determine how to handle a same as previous header/footer in an imported template. See property ignore.import.header
  • Positioned objects in rare circumstances would cause a class cast exception - fixed.
  • In some cases the font size, bold on/off, and italic on/off were set to the default for Asian fonts in a DOCX template - fixed.

8.1.5.0

Deprecated Features

  • None.

Features

  • None.

Fixes

  • import/out tags that brought in a positioned bitmap did not adjust their left margin - fixed

8.1.4.0

Deprecated Features

  • None.

Features

  • Added license key prompt for bad keys directing to Windward website to register.
  • Show tag type on in ribbon.

Fixes

  • If user does not have admin priveleges, license key will be saved in HKCU instead of HKLM.  If key appears in both, will use HKCU.
  • Next tag did not always move in MS Word (Word bug only) – implemented workaround.

8.1.3.0

Deprecated Features

  • None.

Features

  • Enhanced ribbon layout

Fixes

  • None.

8.1.2.0

Deprecated Features

  • None.

Features

  • Added new ribbon interface.

Fixes

  • None.

8.1.0.0

Deprecated Features

  • None.

Features

  • Added support for Gauges.

Fixes

  • None.

8.1.0.0

Deprecated Features

  • None.

Features

  • Added DevExpress XtraEditors to .net engine install

Fixes

  • Hyperlinks in an RTF template did not work properly in a DOCX report - fixed.
  • AutoTag would re-read column metadata on template open - fixed.
  • Did not properly inherit paragraph properties where intermediate styles overwrote previous styles.
  • If a table needed to break across newspapers columns, it just broke to the next page. Will now break between tables (but not within tables)
  • Changed table offset positioning in DOCX to match what Word is actually doing (which is not what the OpenXML spec says it is supposed to do).
  • Advancement on charting axis settings.

8.0.7.0

Deprecated Features

  • None.

Features

  • None

Fixes

  • Setting graphs in a chart to the right Y axis sometimes did not work - fixed.
  • If a row with a forced height breaks over multiple pages it did not calculate the height of the row on the last page correctly - fixed.
  • Colors were sometimes white text on white background for the link trees in the wizards - fixed.

8.0.6.0

Deprecated Features

  • None.

Features

  • Added Oracle Samples

Fixes

  • Supports no fill on textbox backgrounds
  • Macros in Excel files carry over to output XLSX (but not XLS).
  • Building XML tree from schema in AutoTag hit an exception in certain cases where an element had no children - fixed.
  • SQL wizard did not put quotes on dates in conditions - fixed.
  • .NET parsing of DOCX/XLSX/PPTX would drop space only text - fixed.

8.0.5.1

Deprecated Features

  • None.

Features

  • Fixed XPath Wizard to work with multiple conditions.
  • Added DevExpress Charting Package

Fixes

  • Exception thrown if Windward tries to create an Excel file with a cell having more than 32,767 characters.

8.0.2.0

Deprecated Features

  • None.

Features

  • Did not obey row. Keep Together for rows with multiple paragraphs in the cells – fixed
  • In PPT templates, if the last row is empty except for an </wr:forEach> in column[0] it will delete that row.
  • If a font is used in the document but is not in the header font map - it is added.

Fixes

  • None.

8.0.1.0

Deprecated Features

  • None.

Features

  • Handle table inside border settings for PDF reports (already handled for others)
  • Support printer output in AutoTag

Fixes

  • None.

8.0.0.0

Deprecated Features

  • WARNING: HTML tag will be dropped in version 9. To convert templates use "RunReport template_file.??? new_template_file.???x" and it will convert the html to out tags using type=html
  • CHANGE: the OUT and IMPORT tag now use type='BITMAP' and type='TEMPLATE' rather than defining the specific type. The old type= is still supported. import still supports types PDF & TXT as they are special cases.

Features

  • AutoTag Server main window had a horizontal scroll bar added.
  • Tip of the day
  • Alert pop-up first 5 uses telling the user where the AutoTag menu is.
  • Support printer output in AutoTag

Fixes

  • Fixed some minor issues in XLS(X) cell formatting from an XSLX template (mostly when using theme colors for the fill).
  • AutoTag Server displayed run report dates in UTC instead of local time - fixed.
  • Creating a scheduled report always set it to run at the time scheduled - fixed.
  • Displays of matching nodes in the XPath wizard and tag builder now limit it to the first 50 nodes.
  • Absolutely positioned tables in headers & footers were placed wrong on the Y axis - fixed.
  • The color for a shaded background could affect default colors in RTF output - fixed.
  • If the footer on the first page of a document was larger than the specified footer size, text would overwrite the footer in PDF output - fixed.
  • Auto-joins in the SQL Wizard would not remove all unneeded ones when removing a table from the select in some cases - fixed.
  • Handle table inside border settings for PDF reports (already handled for others).