About this article
This article contains the release notes for the Insider release plan on Templafy Hive.
Technical information
|
Versions: 7.0.xxx
7.0.56
Open task pane automatically option in Outlook is not saved
Outlook Task Pane Manager is lazy loaded, meaning that all event handlers related to the taskpane are not attached until the pane is opened for the first time. One of this event handlers is the one in charge of reading the :value from the Registry, meaning that the Library Add-in really know the value of the setting until the Task Pane is already opened.
The reason why the TaskPaneManager was lazy loaded was due to a performance issues when loading the Add-in during the Outlook start up, causing the Add-in to be disabled due to long loading times.
This performance issues has been addressed and solved following a different strategy, so we can safely get rid of the lazy loaded behavior of the task pane to listen to the AutomaticallyOpenTaskPane setting without causing new issues.
7.0.55
Image is cropped
Users of Office Add-ins noticed cropped Templafy logo on the offline warning page.
In this release, we fixed the cropped Templafy logo and improved the design of the page users see when offline or when an unexpected error occurs.
7.0.54
Label in Ribbon is not shown
For all version 7.X Library Add-ins with Composer enabled a custom tab without text is always shown in the Office App Ribbon, regardless of the AddIn configuration the Admin of the tenant has defined for the Custom Tab.
In this release we fix the issue, building the Ribbon according to the AddInConfiguration settings. If the custom tab is enable, the custom name defined in the AddInManagement settings will be shown, otherwise no custom tab will appear.
7.0.53
Closing a (oauth2) dialog in WebView2 opens another dialog
After closing a modal dialog, created in VSTO add-in, it was again appearing on users screen but without window frame
7.0.50
Inserting Object created from file into Word will make the open Excel instance unresponsive/ unable to close
When inserting Excel sheets into word while having Excel open, it would not be possible to close Excel afterward. This has now been fixed so the Excel application will not be blocked from closing.
7.0.47
Create/Update shape binding with Dynamics designer renames the shape in the selection pane
In Dynamics Designer when creating or updating a shape, the shape is no longer renamed and keeps its name.
7.0.46
Images that are inserted into a PowerPoint / Word shape, can no longer be "moved" around if the shape does not have an outline.
When inserting an image into a shape in PowerPoint and Word, in order to keep the format of the shape before the insertion, the Add-in tries to apply a format to the shape's outline. This provokes an error when the shape didn't have an outline right after the image is inserted, not showing the Crop tool.
In this release we have fixed this issue, checking if the shape had an outline before applying any format to it, avoiding the error and allowing the user to Crop the inserted image.
Exception reading manifest from VSTO Add-ins
We had an issue related to code signing that was cause by throttling by the timestamp server. To fix it we added waiting time between code signing of each manifest.
7.0.41
When inserting asset, task pane closes
A bug was introduced in version 7.0.40 that caused the taskpane to close when inserting assets. This has now been corrected so it will remain open after assets are inserted.
7.0.40
Templafy Designer remains open when template is closed
When closing a document from the toolbar at the top, the sidebar would remain open. This is now fixed so the sidebar will be closed in the same way as when closing a document with other actions.
7.0.37
Enable SSO by default on WebView2 Add-ins
Enabled SSO by default using the account from the computer, so the user does not have to input their credentials when they do not have a authentication token stored.
7.0.31
Shift + N opens composer in VSTO
There was an issue where for Composer, Shift was being considered the key Control and therefore opening Composer when pressing Shift+N. This is fixed by considering the correct key for the shortcuts.
7.0.30
Export button is shown even when no presentation is open
Hide Export button in Composer in Office add-ins when no document is open.
7.0.29
Remove double space in Backstage Composer Description
Label showing the create document description in the Backstage of Office Applications when Composer is enabled has been fixed, removing the double space after the tenant name.
7.0.27
VSTO 7.x shows Internet Explorer version in About dialog
Added specification of WebView2 version to AboutBox
7.0.26
Composer: Opens on search
Update composer related shortcuts to make sure they are triggered correctly and don't interfere with other office shortcuts.
7.0.25
Composer: Doesn't work with AuthenticationMethod regKey
Fix for a case where the authenticationMethod registry key was ignored when opening composer. Now, if it is set, in a Composer window the authentication flow will continue correctly.
Versions: 6.1.xxx
6.1.21
Composer: Doesn't work with AuthenticationMethod regKey
Fix for a case where the authenticationMethod registry key was ignored when opening composer. Now, if it is set, in a Composer window the authentication flow will continue correctly.
6.1.19
The Document Content Updater correctly updates content in a table, but increases the font size.
An issue with DocumentUpdater has been resolved where styling was not maintained in the updated part of the documet, mostly affecting tables.
This affects all versions of Dynamics and no changes in WebSite is needed.
6.1.18
Blank Templafy taskpane when using Preview pane in File Explorer
There was an issue with Word running in compatibility for multiple displays mode when the user had opened a preview of a document in explorer and then opened Word, the Templafy task pane would not load properly.
The fix was to made task pane display content correctly in Word when it runs in compatibility for multiple displays mode.
6.1.17
Updater fails on InsertTextIntoContentControlTransformationStep - corrupted table
This update contains a fix for documents that make use of the Document Updater feature and were created using an Office version with a different language pack other than English (fx. Dutch or German). The bug was happening when setting a style name for the text to be updated. The style name used was "Normal" but it did not exist if an English language pack was not installed. We are now using the old text style present before updating the document.
6.1.16
Document update fails due to file size with an exception Unable to determine the identity of domain.
This fixes an error with an IsolatedStorageException being thrown when using the document updater on large Word documents. The update should now work as expected.
This affects all Dynamics versions.
It is not necessary with any changes to the Website.
It is recommended to use Word 2013 or newer, as the fix had to be implemented differently for Word 2010.
6.1.15
Powerpoint hangs when inserting slide
Prevent slide insertion from hanging PowerPoint
6.1.14
Add Hive Release stages to 6.1 branch pipeline
Add Hive Release stages to 6.1 branch pipeline so 6.1 can be deployed to Hive as well
Comments
0 comments
Article is closed for comments.