Difference between revisions of "Release History"

From Vital Soft Wiki
Jump to: navigation, search
(Visimage3 Release History)
(Version 3.4.1.0 - Production Version Released February 10, 2021)
Line 10: Line 10:
 
::* Automatically uses the Excel SUBTOTAL() function to display sub-totals.
 
::* Automatically uses the Excel SUBTOTAL() function to display sub-totals.
 
::* Previous Excel Output type renamed to '''Excel Data File'''.
 
::* Previous Excel Output type renamed to '''Excel Data File'''.
:* New Admin menu for Visimage3 administrators: Watch [https://vimeo.com/vitalsoft/V3_admin_commands video].
+
:* New Admin menu for Visimage3 administrators: Watch [https://vimeo.com/vitalsoft/v3admincommands video].
 
::* Requires vsrvTCP version 4.9.2.4 (or higher).
 
::* Requires vsrvTCP version 4.9.2.4 (or higher).
 
::* Edit and rebuild user macro definitions.
 
::* Edit and rebuild user macro definitions.

Revision as of 20:04, 11 February 2021

Visimage3 Release History

See release history of previous versions.

Version 3.4.1.0 - Production Version Released February 10, 2021

Overview of Main Enhancements:
  • Previous beta version now in production release.
  • New List > Output type: Formatted Excel Output with Sub-totals:
  • Excel output which closely resembles display output with sorts and sub-totals.
  • Automatically uses the Excel SUBTOTAL() function to display sub-totals.
  • Previous Excel Output type renamed to Excel Data File.
  • New Admin menu for Visimage3 administrators: Watch video.
  • Requires vsrvTCP version 4.9.2.4 (or higher).
  • Edit and rebuild user macro definitions.
  • Create and delete Visimage3 users for your Credit Union.
  • Password resets for other users in your Credit Union.
  • Available to all sites including Fiserv ASP clients if appropriate vsrvTCP version is installed.
Enhancements:
  • Support Calculated List Headers in Formatted Excel output.
  • Support global variables in Excel sheet name. For example "Loans as of #E-DATE".
Fixes:
  • Fix a Data Import bug when importing a delimited file. Only the Tab delimiter was working correctly.

Version 3.4.0.12 - Beta Version Released February 2, 2021

Enhancements:
  • Make additional improvements to the task request dialog shared by Execute Context, Create UNIX Script and Schedule Windows Task.
Fixes:
  • Fixed a code generation bug when creating a UNIX script and the first line of code contains an exclamation point. The line was is now prefixed with :DATA (not !DATA).
  • Fixed a code generation bug with a missing # in front of the INSEL and OUTSEL statements when creating a UNIX script.

Version 3.4.0.11 - Beta Version Released January 20, 2021

Enhancements:
  • The task request dialog shared by Execute Context, Create UNIX Script and Schedule Windows Task now supports executing the same task multiple times using different output choices. For example, execute the task to a csv file to send to a vendor and then execute the same task to a txt file in another location as a log.
  • A Reset button was added to reset the grid to default values.
  • Use Duplicate to execute a task again.
  • By default, Execute Selection will be set to No for duplicated tasks.
  • Added more consistency checks when OK is clicked.
Fixes:
  • Fixed a bug appending Excel Data to a Used Range or Table when the current range or table is empty.
  • Fixed bold formatting in Formatted Excel Output (not all of the total values were bolded.)

Version 3.4.0.9 - Beta Version Released Sep 24, 2020

Fixes:
  • Fix a code generation bug when creating a host Mail Merge file.
  • Fix a bug locating ../VISCONF/usermdef for the Admin > Reload Macro File command.

Version 3.4.0.8 - Beta Version Released June 30, 2020

Fixes:
  • Fix a bug in the change password dialog. The new/confirm password fields were not visible.

Version 3.4.0.7 - Beta Version Released June 22, 2020

Enhancements:
  • Admin commands for Delete User and Reset Password will display list of existing users.
  • Admin privileges can be given to new users and can be added/removed when resetting passwords.
  • There is a maximum of 3 admin users per Financial Institution.
Fixes:
  • Fix a bug that Global Variables were not imported when importing a task from another context.
  • Fix unhandled exception when opening a context (JobParm structure could point to an undefined output structure.).

Version 3.4.0.6 - Beta Version Released May 22, 2020

Enhancements:
  • Automatically restart server when a new connection is selected and the server is already started.
Fixes:
  • Fix unhandled exception when generating Report output to anything other than Display.

Version 3.4.0.5 - Beta Version Released Apr 9, 2020

Enhancements:
  • New "Formatted Excel" Local File output for List tasks:
  • Only available for List Task Local file output
  • Output will closely match Display output with sort breaks (grouping) and sub-totals
  • Groups are created for all sorts that have at least one summary associated with that sort break
  • Sort values in grouped columns are not repeated unless specifically requested in the sort window
  • Summary row sort values are always repeated and therefore a sub-total calculation (count, total, …) cannot be displayed in the sorted column for that sort break.
(For example, in a list sorted by COLLATERAL, you cannot count the COLLATERAL column and also total the BALANCE column with sub-totals for each collateral code.)
  • The "Count Sort" summary is ignored (there is no equivalent in Excel)
  • Plain text page headers can be included in the formatted output (calculated headers using an expression are not supported)
  • If no entries are selected, the List Options "No Entries Message" will be written to the output file.
  • The local file options "Excel (.xls)" and "Excel (.xlsx)" have been consolidated using the name "Excel Data File"
  • Functionality has not changed, just the name.
  • Default extension is xlsx, but xls can be forced by typing the extension.
  • Rename "Print (.prn)" output to "Text File" for both host and Local files
  • Functionality has not changed, just the name.
  • For new Ascii output (Host/Local Text Files and Printers), the value of "Chars per Line" will default to the current Display output "Chars per Line"
  • CCTL is now available as an option for Host Text File (Print) output
  • Add "Add to Topics" option for host Text File (Print) output
  • Using SD Indexed or Self Describing files is still preferred for multi-pass reporting
  • This option should be used only when multiple levels are required in the created host file.
  • Tooltip for global variables will display the current value if the variable has been initialized at least once.
  • List Summary Dialog OK button is grayed out until a summary and at least one "Print At" value have been selected.
  • New default script directory (Edit > Preferences > Scripts) when creating a UNIX script.
  • If specified, a cd to this path will be generated prior to launching AskPlus.
  • This option is useful when "-u" is used in the AskPlus run parameters without using "-a". The "-a" option will activate the directory path stored in the specified profile.
Fixes:
  • Fixed issue when "Add Linked Topic" button was grayed out when it should have been enabled.
  • List column name is automatically created when using the Expression Builder or the List Item Options dialog to create the column.
  • Fix unhandled exception if the configured Download path is not accessible when starting Visimage3.
(User may choose to enter configuration and update the path or exit the program.)
  • Fix unhandled exception when generating code for an "empty" report design.