Released: Apr 9, 2024
Atualizações na V6.2
Recursos
User Interface
- UI Redesigned to Prioritize Productivity - The interface has been redesigned to be more compact to allow users see more information at a glance, thus helping them be more productive. For example, the navigation rail is now collapsible and the text size/spacing was reduced to obtain views that are more dense in information.
- Improved Navigation - The navigation controls are now located in a more predictable place on the application header, separated from other buttons. A new header stripe presents the name of the task or project that is currently opened, making it easier to understand the context of the page.
Review Tasks
- Filter Review Tasks by Name - Users can now filter the list of review tasks by name. Aside from sorting the tasks list by several criteria, this is another useful tool to help easily find a particular task.
- Manage Tasks Directly from the Tasks List - Tasks in the "Owned by me" tab of the My review tasks page now have a menu of actions that allow owners to delete a task or mark it as integrated (if applicable). These actions enable users to clean up their tasks list without having to open each task individually.
- Reviewers on Non-accessed Tasks are Marked as Pending - Reviewers that have been assigned to a review task but have never accessed it are now marked as "Pending" in the Review Status Summary pop-up. This information helps task owners to make sure that the reviewers notice that they have an assignment.
- Compare a File with its Latest Version from the Task Activity Stream - Each file presented in the Task Activity stream now has a "Compare with latest version" action. This allows users to see what changes were made to the file after a specific event (for example, their last modification) without needing to go through every change.
- My Review Tasks List Presents Originating Project - Authors can now view information about the origins of a project in a dedicated column in the My Review Tasks list. This provides more context rather than only showing the task title. This new column is sortable thus enabling authors to have an overview of all tasks that belong to a certain project.
Administration
- Delete Users from Administration Page - Administrators now have the ability to delete a user (for example, one that has left the company) from the Administration page.
- Web Author Visual Editor - Oxygen XML Web Author is used as a component to provide the visual editing in Content Fusion and it has been updated to version 26.1.0. Some of the most important additions to Web Author 26.1.0 include:
- Focus on a Deliverable by Only Showing Content That is Not Excluded by a DITAVAL filter - For content that is excluded by a context DITAVAL filter, you can now easily choose whether to hide it or show it as grayed out. By hiding the excluded content, you can preview the document in its final publication form.
- Outline Pane Distinguishes Nodes Filtered by DITAVAL - The Outline pane now grays out nodes that are filtered by the current DITAVAL file that is applied to the document, making it easier to distinguish which nodes are excluded.
- Read-only Text Mode View is Available on Tasks With Concurrent Editing Enabled - When using the Edit as XML action to enter the Text editing mode during an active concurrent editing session, the document is set as read-only to prevent overriding changes made by other collaborators in the current shared editing session. Previously, the text mode was unavailable during concurrent editing sessions.
- Smart Paste Markdown Content - Markdown content that is pasted within DITA, DocBook, TEI, or XHTML documents in the visual editor is converted to the target vocabulary, similar to pasting web page content or MS Word content in those vocabularies.
- Emojis Supported in Document Content - You can insert emojis within document content and they are now rendered properly.
- Split Action in Content Completion Automatically Inserts Required Child Element - When using the Split action within the content completion feature, if the initial element has a required first child element, it will automatically be added as an empty child element inside the newly created element so that after insertion the document stays valid.
Web Author Customization and Integration
- CSS Inspector Pane - A new CSS Inspector side-pane has been added that lets you see the styling/formatting that has been applied to the selected element. It makes it easier to understand what CSS rules were involved in determining the style of an element. You can open the view by selecting About Element->Inspect Styles from the contextual menu.
- Framework Validation - You can now spot framework configuration problems in the new framework validation dialog box that appears when you upload the framework. This helps to keep your customized frameworks problem-free.
- Impose DITAVAL Filtering Using a URL Parameter - A new URL parameter (show.excluded.content) can be used to control whether the content excluded by a DITAVAL filter is shown as grayed out or hidden. If the parameter is set to true, the content that is excluded by the DITAVAL filter is shown as grayed out while setting the parameter to false hides the excluded content.
- Add a Toolbar in a Side View - Two new API methods can be used to add a toolbar in the header of a side view. The getToolbarDescriptor method defines the structure of the toolbar, while the getToolbarActionsMap method creates an actions map that contains the custom actions that will be made available in the toolbar.