About this article
- Versions from 6.1.50 - 6.1.52
- Versions from 6.1.40 to 6.1.48
- Versions from 6.1.30 to 6.1.39
- Versions from 6.1.21 to 6.1.29
Technical information
|
October 2021
6.1.63
Cleanup OfficeVstoAddins repository 6.1 by removing email signature code
Remove Email Signature Addin as it is now its own repository
September 2021
6.1.62
rollback VSTO change
Undo previous change because the issue we were trying to fix was already fixed
6.1.61
Tryout fix for VSTO by storing strong reference to eventHandler
Applied a fix that should make the handler for on-dialog-closal more rebust, this might fix some unpredictable behaviour when using the DMS document flow.
August 2021
6.1.60
Add more logging for TemplateDesigner (One) in VSTO
Technical release to add more logging for TemplateDesigner in case of errors. No changes to funtionality.
6.1.59
Port custom property deletion fix to VSTO 6.1
Fixed an error which prevented removal of custom properties
July 2021
6.1.58
Apply workaround for image inserting bug on Monthly Enterprise channel
To address a Powerpoint bug related to image inserting on the Monthly Enterprise Channel of Office, we are applying a workaround that prevents this bug. This workaround will be in place until a fix by Microsoft is rolled out to all release channels of Powerpoint.
6.1.57
Add VSTO fix for race condition to 6.1 branch
Fix an issue where document creation using the DMS flow would fail sometimes, this seems to be caused by the paste functionality not being available when a new document is being created in Word. The fix does not use the paste functionality and should consistently work.
June 2021
6.1.56
Library reverts to root folder after slide insertion
When inserting certain slides into a presentation the user would be sent back to the root of the slides library. This has now been fixed, so the user will stay in the folder where the inserted slide was.
6.1.55
Updater not working when zip file or hyperlinks are inserted into Document
Fixed updating of documents containing big attachments
6.1.54
Enhance reporting of document update failure when word document contains malformed uri (One)
Improved reporting of document updater failure when a broken link inside of word document is a cause.
6.1.53
Slide insertion causing logo to move behind background image
When inserting certain slides the images on that slide would change order after the insertion. This has now been fixed so the order of all the content on the slide will stay the same after insertion.
6.1.52
Release Templafy.Dynamics.One in VSTO 6.1
Technical release to install package Templafy.Dynamics.One in VSTO 6.1
6.1.51
Windows doesn't close when creating document from DMS
When setting custom properties in the context of opening a document from DMS, the windows would not close after applying custom properties. This has now been fixed, so properties are applied correctly and the window will close properly.
6.1.50
Add work item and release notes policy to OfficeVstoAddIns build pipeline 6.X
Status of the associated work item and release notes are now checked when creating a Pull Request in the OfficeVstoAddIns repository for release 6.1
May 2021
Versions from 6.1.40 to 6.1.48
6.1.48
Upgrade Templafy.Shared in VSTO 6.1
Technical release to upgrade Templafy.Shared package, no change in functionality
6.1.47
Creating Documents from withIn Word takes very long while the WebApp goes fast
SetProofingStateRule is taking more than a minute to run, we are disabling it now and reopening the bug
6.1.46
Inconsistent crop behavior when replacing images
When replacing images the crop behaviour was inconsistent between different types of shapes/non-shapes the image was in caused by another error. This has been fixed by preventing the other error from being thrown.
6.1.45
Issue in Word where the Status bar does not appear to update
Fix for the status bar with word count etc. to be empty when loading templafy. The culprit was the gif in the loading screen.
6.1.44
Outlook Add-In Fails Operation when inserting Email Element to opened e-mail
When opening a received email in its own windows the task pane would open as well, even though it would not be possible to insert any assets. Now the task pane will only open when an email is editable.
6.1.43
Upgrade Dynamics in VSTO add-ins 6.1
Upgrades Dynamics and fixes updating for setting managed metadata (in SharePoint). See 29139 Managed metadata is not saved to SharePoint
6.1.42
Updater is not able to update TextElements in a Locked ContentControl (One)
During the update of a document we need to unlock (and after lock again) all content controls to be able to change visibility of some content controls
6.1.41
Spellcheck does not work after document creation
When creating a document from VSTO add-ins, Word usually ignores several settings from the DOCX file. One such information is the current proofing state (spelling and grammar), which is set to CLEAN (no further checks needed). This will ignore all existing errors in the document. After this fix, the errors will be displayed.
6.1.40
Word "mailing function/recipient list/sorting crashes with Templafy add-in enabled.
When trying to sort recipients in the mail merge function in word the application would ecounter an error and close down. This has now been fixed so there is no issues with using this function in word while running the add-ins.
Versions from 6.1.30 to 6.1.39
6.1.39
Document creation is failing for specific templates
The format of customization for Word (key bindings) has a special format, where one argument can be OMMITED. Before the fix, this argument was hardcoded required and caused an exception when it was missing. Error occurred when opening a Word document with customizations from VSTO add-ins libraries, where the argument value was missing for at least one command.
6.1.38
Hide group upon document update doesn't completely hide
This release is fixing an issue without Document Content Updater feature. When a word document created from Templafy was updated for a particular group to hide, upon update completion, the content control wasn't fully hidden and instead left an extra space. While this problem was discovered on one specific template this was affecting all users with similar configuration and has now been fixed with this version of VSTO Addins.
6.1.37
Inserting an image into a child image within the grupped shape removes the shape group
Fix for an issue where inserting an image into a shape that is part of the group would replace the whole group. Now it only replaces the shape itself and binds it to the group it belonged.
6.1.34
The Templafy VSTO add-in does not startup with Word
On Windows versions below 1803 Word was getting an error message about missing entry point at the startup of add-in.
6.1.33
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 task pane 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 Task Pane Manager 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 Automatically Open Task Pane setting without causing new issues.
6.1.32
Image is cropped - update the design as well
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.
6.1.31
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.
6.1.30
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
Version from 6.1.21 to 6.1.29
6.1.29
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.
6.1.26
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.
6.1.25
Default Value doesn't work for Dropdowns when offline
Dropdown default value for Offline mode (upgrade VSTO)
Users in offline mode experienced that default values for dropdowns were not working if the default value was coming from a binding to UserProfile. The binding needed to reference a data source selection id (that is an "alias" for a UserProfile dropdown field).
The problem was that the desired "Datasource Selection ID" was not saved to the offline user data (technically spoken the data was made equal to form fields that do not have that attribute). The fix required two steps:
updating endpoint for serving also the "Datasource Selection ID"
updating VSTO add-ins to correctly populate the binding data
6.1.24
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.
6.1.23
Shortcuts are failing in VSTO
Fix for an issue where the shortcut delegate function was being garbage collected, causing an exception
6.1.22
Composer: Opens on search
Update composer related shortcuts to make sure they are triggered correctly and don't interfere with other office shortcuts.
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.
Comments
0 comments
Article is closed for comments.