Jump to: navigation, search

Difference between revisions of "Version 4.1 (WinX)"


Line 10: Line 10:
  
 
== Preview ==
 
== Preview ==
 +
 +
=== 4.1.xx on 2022-07-xx {{key press|DevOps}} ===
 +
* Fixed an issue where the stroke width of pdf ink annotations was not in sync with the slider
  
 
=== 4.1.75 on 2022-06-24 {{key press|DevOps}} ===
 
=== 4.1.75 on 2022-06-24 {{key press|DevOps}} ===
Line 16: Line 19:
 
* Add a new DependencyProperty for disabling the context menu on annotations.
 
* Add a new DependencyProperty for disabling the context menu on annotations.
 
* Fixed wrong coordinates when hotspots are placed on existing annotations.
 
* Fixed wrong coordinates when hotspots are placed on existing annotations.
* Allow placing of checks on existing checks.
+
* Allow placing of Hotspots on existing hotspots.
 
* Added a new command for deleting the selected annotation.
 
* Added a new command for deleting the selected annotation.
  

Revision as of 09:19, 12 July 2022

Important Notes

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

Release Notes

Release

Beta

Preview

4.1.xx on 2022-07-xx DevOps

  • Fixed an issue where the stroke width of pdf ink annotations was not in sync with the slider

4.1.75 on 2022-06-24 DevOps

  • Fixed an issue where content pages flicker randomly (every time the device receives a location update).
  • Fixed an issue where outdated results are presented in most scan features such as QR code, RFID, AR marker scanning. It happens after the code related property values of the result objects have changed until a new user session.
  • Add a new DependencyProperty for disabling the context menu on annotations.
  • Fixed wrong coordinates when hotspots are placed on existing annotations.
  • Allow placing of Hotspots on existing hotspots.
  • Added a new command for deleting the selected annotation.

4.1.50 on 2022-06-08 DevOps

  • Fixed an issue where annotations/hotspots are not updated on content changes until a page refresh.
  • Fixed an issue where resetting a signature property value might incorrectly mark it as changed (when using different types of clients).
  • Fixed an issue where the legacy/obsolete portion of the ContentViewModel.SetPropertyValueCommand bypasses the property authentication.
  • Fixed an issue where the edit session of a hotspot property doesn’t end when a link property is placed as the hotspot.
  • Fixed an issue where the root list is not updated the first time with an empty database.

4.1.43 on 2022-05-31 AppCenter

  • All AR pages are now fully customizable (including the camera view, map view, etc.).
  • It's now possible for users to request exclusive access for UBIK content to prevent others from editing it at the same time.
  • The PdfViewer now uses a CommandBar that enables automatic items overflow on smaller screens.
  • The PdfViewer now has a text search feature.
  • Some properties now need to be authenticated first before editing (Authentication Properties).
  • The app now determines the default tab to select based on different data configurations and scenarios.
  • Custom UBIKContentArea templates can now be chosen automatically based on certain properties of the context object.
  • The general locking status of an MRO task owner or work package is now inherited by all its MRO child objects. This applies to all types of locking, e.g. exclusive access, user rights, etc.


Known issues

  • During PDF annotating/hotspotting, changes are lost if you leave the page without deselecting the changed annotation/hotspot.


XAML Notes


XAML changes

  • The following templates need to be re-customized using the new default ones:
    • UBIKPOIArea
    • UBIKMapArea
    • UBIKScanArea
    • UBIKContentArea (due to significant changes to the Document section)
  • UBIKChildArea now supports customizable sub-tabs for child list filter presets.