Jump to: navigation, search

Difference between revisions of "Version 5.1 (WinX)"


 
Line 21: Line 21:
 
* Provided a visual difference between suggested and actual values in DateTime and Geo property direct edit fields via a [[XAML#Custom_VisualState_Trigger|Custom VisualState Trigger]].
 
* Provided a visual difference between suggested and actual values in DateTime and Geo property direct edit fields via a [[XAML#Custom_VisualState_Trigger|Custom VisualState Trigger]].
 
* Fixed an issue where the [[Object_hierarchy_in_XAML:_NextLevel,_ParentLevel,_LinkedLevel#LoadNextLevelCommand|LoadNextLevelCommand]] did not work under specific conditions (invoked in offline and then in online mode).
 
* Fixed an issue where the [[Object_hierarchy_in_XAML:_NextLevel,_ParentLevel,_LinkedLevel#LoadNextLevelCommand|LoadNextLevelCommand]] did not work under specific conditions (invoked in offline and then in online mode).
 +
* Fixed an issue where [[SYSCLS_CHILDINFOOWNER|child count]] indicators did not update when you delete its child objects which only exist locally.
  
  

Latest revision as of 15:11, 13 March 2026

IC Attention.pngThis version requires Windows 10 build 17763 or higher

Availability

Store: Publicly available in Microsoft Store.

Store Beta / Store Preview: Publicly available in Microsoft Store as beta or preview versions to those whose account email is participating in our beta or preview test. To join, please send an email to testing@augmensys.com and provide an email address to add to the list as well as the information which test you want to join. Alternatively you can contact the Augmensys staff and submit your chosen email address.

Example: Please add my email account example@example.com to the Beta test group for the WinX client.


IC Attention.pngSome customized XAMLs might need an update to work properly. These changes are marked with ⚠️


[edit]

Release Notes

Release

5.1.?? on 2026-??-??

  • Introduced a new picture task type which can only be finished when there's at least one valid child document.
  • Replaced app closing after repeated failed login attempts with a client-side temporary login block, including user feedback that indicates when login becomes available again.
  • Added French localization to the app.
  • Provided a visual difference between suggested and actual values in DateTime and Geo property direct edit fields via a Custom VisualState Trigger.
  • Fixed an issue where the LoadNextLevelCommand did not work under specific conditions (invoked in offline and then in online mode).
  • Fixed an issue where child count indicators did not update when you delete its child objects which only exist locally.


5.1.6 on 2026-02-10

  • UBIK now uses industry-standard JSON Web Token (JWT) technology for authorization, enhancing security and reliability. Session tokens are transmitted via HTTP headers instead of URLs for improved protection.
  • Added support for conditionally showing the ImageEditor Save button only when edits have been made, enabled when MergeAnnotationsOnSave is set to true.
  • Added support for configurable file-upload size restrictions, preventing oversized files from being uploaded and providing users with feedback when limits are exceeded.
  • Fixed an issue where certain documents couldn't be loaded anymore.
  • Fixed an issue where annotated image documents do not appear as changed until the UI refreshes.
  • Fixed an issue where displayed file content does not update after you revert its changes.
  • The UI now updates correctly after mass deletion in multi-selection mode.
  • Fixed an issue where the UI did not update properly when committing a direct edit input task.
  • Fixed an issue where toggling NA in the String Editor did not behave correctly.
  • Fixed an issue where the Chart Thresholds didn't update.
  • Added a UBIKWebView control that includes a fix in the WebView2 where some links could not be opened.
  • Fixed issue that caused input fields to be focused but not editable.
  • Fixed an issue where document creation might not be properly enabled in certain customizing scenarios. For example, a media creation button might be disabled until a page refresh.
  • Fixed an issue where batch creating documents (by multi selecting files to attach) can be interrupted if you leave the page.



Known issues

  • Due to third-party limitations, the feature that shows the ImageEditor Save button only when edits have been made is only active when MergeAnnotationsOnSave is set to true.
  • When editing Guid Link properties, you can no longer further edit the filtering if there are predefined filter parameters (such as the dependency property values in dynamic selective lists). This is because those parameters are to be enforced by design and should not be changed by users. In the future, we might consider a finer level of control over which parameters can be edited in such cases.
  • Free Text Annotations that where created in former sessions cannot be selected and therefore cannot be edited any more.
  • There are still some known issues with free text and text markup annotations.
  • Known issues regarding the Remember Document Settings feature:
    • Saving the Zoom value via touch gestures is not supported.
    • Due to a third-party framework issue it can't be guaranteed that saving the Zoom level is always working properly. We reported this issue and will update our solution as soon as it is resolved on their side.


⚠️ XAML Notes