Difference between revisions of "Version 4.7 (WinX)"
(→4.7.? on 2024-0?-?? {{key press|App Center}}) |
(Added note for #364 breaking change from MinNormMax to UBIKPropertyValueRecord) |
||
(15 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Attention| | + | {{Attention|This version requires [https://en.wikipedia.org/wiki/Windows_10_version_history#Version_1809_(October_2018_Update) Windows 10 build 17763] or higher}} |
== Availability == | == Availability == | ||
− | {{key press| | + | {{key press|Store}}: Publicly available in Microsoft Store. |
− | {{key press| | + | {{key press|Store Beta}}: Publicly available in Microsoft Store as beta versions to those whose account email is included in our beta program. Please contact the Augmensys staff and submit your chosen email address if you would like to join. |
− | {{key press| | + | {{key press|App Center}}: Available to those who have access to the Augmensys App Center. |
− | |||
<br/> | <br/> | ||
− | + | {{Attention|Some customized XAMLs might need an update to work properly. These changes are marked with ⚠️}} | |
− | + | ||
− | {{Attention|Some customized XAMLs might need an update to work properly. These changes are marked with | + | |
= Release Notes = | = Release Notes = | ||
Line 18: | Line 15: | ||
== Release == | == Release == | ||
+ | === 4.7.56 on 2024-07-02 {{key press|Store}} === | ||
+ | * [[XAML_Tips#Auto_saving|AutoSaveDocumentsOnPageClose]] will now only auto save a document if no wizard is configured. | ||
+ | * Fixed an issue where the [[Property_Based_Content_Filters|property based content filtering]] does not work in some customized solutions. | ||
+ | * Fixed an issue where the result list remains empty when you evaluate a [[QUERY#Lazy_loading_query|lazy loading query]] multiple times without changing its criteria. | ||
− | |||
+ | === 4.7.45 on 2024-06-26 {{key press|Store}} === | ||
+ | * Fixed an issue where document files can be [[SYSCLS_EDITABLEDOCUMENT|edited]] even if they require [[Exclusive_Access_Content_(Client)|exclusive access]] and have not been checked out. | ||
− | |||
− | === 4.7. | + | === 4.7.26 on 2024-05-28 {{key press|Store}} === |
+ | * Fixed an issue where setting MRO Tasks to N/A led to a crash of the app. | ||
+ | |||
+ | |||
+ | === 4.7.5 on 2024-05-16 {{key press|Store}} === | ||
+ | * Fixed an issue where the refresh button is sometimes disabled. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Beta == | ||
+ | |||
+ | === 4.7.4 on 2024-05-07 {{key press|Store Beta}} === | ||
+ | * Fixed an issue where the selective list of a link property appears empty/unavailable. | ||
+ | * Fixed an issue where it's not possible to create annotations when logged in using SSO. | ||
+ | |||
+ | === 4.7.3 on 2024-05-03 {{key press|Store Beta}} === | ||
* Fixed an issue where the user gets presented with an unnecessary dialog at the end of the SSO login process. | * Fixed an issue where the user gets presented with an unnecessary dialog at the end of the SSO login process. | ||
* When the SSO option is turned on and a UBIK user session expires, the client now tries to use the same SSO token if it has not expired yet. | * When the SSO option is turned on and a UBIK user session expires, the client now tries to use the same SSO token if it has not expired yet. | ||
Line 35: | Line 53: | ||
* Fixed an issue where the scan window in the string editor can not be displayed on Windows 11. | * Fixed an issue where the scan window in the string editor can not be displayed on Windows 11. | ||
* Fixed an issue that prevented the property UI from being updated properly when deleting a value or cancel editing. | * Fixed an issue that prevented the property UI from being updated properly when deleting a value or cancel editing. | ||
+ | * Fixed an issue where the app might freeze or crash when you flip through a large list of PDF documents. | ||
− | + | ||
− | + | == Preview == | |
− | + | ||
=== 4.7.2 on 2024-03-18 {{key press|App Center}} === | === 4.7.2 on 2024-03-18 {{key press|App Center}} === | ||
Line 57: | Line 75: | ||
* UBIK can also find matching [[OCR#Online_search|online results for OCR scans]] now. | * UBIK can also find matching [[OCR#Online_search|online results for OCR scans]] now. | ||
* Fixed an issue where it's not always possible to revert/reset changes on queries. | * Fixed an issue where it's not always possible to revert/reset changes on queries. | ||
− | |||
− | |||
− | |||
== Known issues == | == Known issues == | ||
− | * | + | * Free Text Annotations that where created in former sessions cannot be selected and therefore cannot be edited any more. |
− | + | ||
− | + | ||
<br/> | <br/> | ||
Line 73: | Line 86: | ||
Namespace change(s): | Namespace change(s): | ||
* ViewModelLocator: From <code>xmlns:vm="using:UBIK.WinX.ViewModel"</code> to <code>xmlns:uiservices="using:UBIK.UI.Services"</code>. | * ViewModelLocator: From <code>xmlns:vm="using:UBIK.WinX.ViewModel"</code> to <code>xmlns:uiservices="using:UBIK.UI.Services"</code>. | ||
+ | |||
+ | ⚠️ Breaking changes to customized UBIKPropertyValueRecord.xaml (introduction of MinNormMax-type properties means what was previously located directly on the DisplayValue binding is now on ValueItems[x].DisplayValue). | ||
<headertabs /> | <headertabs /> |
Latest revision as of 15:48, 22 October 2024
This version requires Windows 10 build 17763 or higher |
Availability
Store: Publicly available in Microsoft Store.
Store Beta: Publicly available in Microsoft Store as beta versions to those whose account email is included in our beta program. Please contact the Augmensys staff and submit your chosen email address if you would like to join.
App Center: Available to those who have access to the Augmensys App Center.