Release Notes
3.5.0
2023-08-23
Added
Fixed
- Browse from here does not work on folders.
- Favorite doesn’t work anymore after renaming file to which it points.
- Termset properties are not shown correctly in the file properties pane.
- Multi-value properties are not shown correctly in the file properties pane.
- When in ‘Dark’ mode, also the preview pane is now in ‘Dark’ mode (but only where the selected object has no preview available).
- Qwickr crashes in certain scenarios when applying date filters.
Changed
- The language setting does no longer change both the UI language and date and time format, but only defines the UI language. Date and time are formatted as defined in the regional settings in Windows.
Removed
3.4.0
2023-07-18
Added
- Option to preserve the applied grouping and sorting when running consecutive searches against the same search scope.
Fixed
Changed
Removed
3.3.0
2023-07-11
Added
- Search will now do a suggestion in case of typo’s via a “Did you mean …?” section underneath the search criteria field.
- Browse workspaces now automatically expands the root folder to prevent extra clicks in the folder tree.
- Support for previewing Loop / Fluid files.
Fixed
Changed
Removed
3.2.0-beta
2023-06-12
Added
- “Print” context menu item.
- Folder up button on browse page.
- Support for dropping files from Windows explorer or e-mails from Outlook onto the files pane on the browse page.
- “Open recycle” bin button to browse page.
- Browse page now automatically expands the “root” folder, to minimize the number of clicks.
- “Rename” context menu item (to the browse page).
- “Delete” context menu item (to the browse page).
Fixed
Changed
- Defaulting “Open in local application” and “View in local application” to “Download and open” when there is no local application associated to the file type.
- “Back to OneDrive” (Home) button on browse page, has been given a OneDrive icon to better represents its use.
- Moved “Upload” button on browse page to top.
- HasAttachment column now has a paperclip icon as header instead of text.
Removed
3.0.1-beta
2023-05-02
Added
- Browse from here to files.
Fixed
Changed
Removed
3.0.0-beta
2023-04-17
2.4.0
2022-06-13
Added
- Added option to configure a SharePoint search scope to search across multi geo-locations using the property SearchInMultiGeoLocations.
Note: To configure a SharePoint search scope to search across all multi geo-locations, set add a property “SearchInMultiGeoLocations” and set its value to “true”.
- Added option to configure the use of the default system browser instead of the embedded browser popup window for login.
Note: To enable the use of the system browser, set the “AzureAd:UseSystemBrowser” string registry value to “true”.
- Added Norwegian language pack.
- You can now use the dynamic variable “{EncodedUPN}” in the QueryTemplate of a Search Scope, this variable will be resolved the UPN of the current user where any period, comma, space or at sign ("@") replace by an underscore.
Note: This is partically handy when configuring a Search Scope for the user’s OneDrive, the QueryTemplate could look like this:
(path:"https://tenant-my.sharepoint.com/personal/{EncodedUPN}“)
Or like this if you want to configure a Search Scope “Shared OneDrives” and exclude the current user’s OneDrive:
(path:”https://tenant-my.sharepoint.com/personal/“) AND (-path:”https://tenant-my.sharepoint.com/personal/{EncodedUPN}/")
Fixed
- Not all search results are displayed in certain situations.
- ListPreviewUrls setting cannot be read when it is stored as a string registry value (REG_SZ) instead of a multi-string value (REG_MULTI_SZ).
- ListPreviewUrls is not correctly migrated from the Qwickr application registry key to the Qwickr user’s registry key.
Changed
Removed