Releases: GleamTech/FileUltimate
FileUltimate v9.2.0
Version 9.2.0 - December 1, 2024
- Improved: Document Viewer:
- Improved: Updated PDF.js library to 4.8.69 for stability and performance.
- Fixed: Attachment annotations should not be re-added when browsing back nested attachments.
If document was not a pdf portfolio file, attachment annotations were not added and attachments pane was not being activated. - Improved: Stability and performance of DICOM formats.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.1.3
Version 9.1.3 - October 9, 2024
-
Fixed: Preview windows were not showing loading animation for iframe when necessary.
For example, when previewed with DocumentViewer first time the application started, it could took some time
for DocumentUltimate to initialize, so until you saw DocumentViewer's own loading animation, you saw a blank page
which gave an impression like nothing was loaded but though after few seconds DocumentViewer was displayed. -
Improved: Document Viewer:
- Improved: Updated PDF.js libray to 4.6.82 for stability and performance.
- Added: Highlight text annotation tool (on vertical toolbar).
- Fixed: Vertical toolbar had 1px extra width and did not align with top toolbar button.
- Fixed: Positioning of toolbar menus, so that they are positioned correctly e.g. when there is scrollbar inside vertical toolbar.
- Improved: Sizing of Document Properties dialog to make it more readable, especially when using large UI sizing.
- Improved: Find dialog is beautified to make it more readable.
- Improved: When toolbars or sidebar is hidden with permissions, other UI parts should fill the gaps correctly.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.1.2
Version 9.1.2 - October 4, 2024
- Improved: Document Viewer:
- Fixed: In thumbnail view, when there are few thumbnails like 2 or 3, they should not be vertically centered (avoid large gaps).
- Fixed: Setting DocumentViewer.ZoomLevel property was not working. Normally when it's set to a non-zero percentage value,
that should override the DocumentViewer.ZoomMode property.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.1.1
Version 9.1.1 - September 9, 2024
- Improved: Document Viewer:
- Fixed: Thumbnail view scrolling was not synchronized to the document scrolling.
So when scrolling the document, current page's thumbnail should scroll into the view automatically.
- Fixed: Thumbnail view scrolling was not synchronized to the document scrolling.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.1.0
Version 9.1.0 - September 1, 2024
-
Improved: Use file extension arrays instead of enumerating image and documents formats so that FileManager is displayed
faster when the page is first accessed (on application startup). Enumerating formats to find Document Viewer and Image Viewer support,
triggered loading of native DLLs, which should be delayed to when they are actually used. -
Improved: Disabling FileManagerPermissions.Download permission will also disable DocumentViewerPermissions.DownloadAsPdf.
In the past we allowed DownloadAsPdf as the user could already print the document and save as PDF but it makes more sense
to disable it to prevent confusion as it has "Download" word in it.
So currently;
Disabling FileManagerPermissions.Download -> disables DocumentViewerPermissions.Download and DocumentViewerPermissions.DownloadAsPdf
Disabling FileManagerPermissions.Print -> disables DocumentViewerPermissions.Print and DocumentViewerPermissions.SelectText -
Fixed: Since v9.0.0, when clicking "Download Original" button in DocumentViewer, the download dialog prompted
to save "SessionExpired.html" instead of the actual file. This was caused by stateId being overwritten by FileManager. -
Fixed: Embedded resource overriding from App_GlobalResources folder was broken since v9.0.0.
For example custom language files put under App_GlobalResources, were not being loaded. -
Fixed: When using DisplayMode.Window for FileManager and Modal mode, the modal mask should cover the entire page/window
because most of the time container element can have collapsed height which would make the synched size mask useless. -
Improved: Document Viewer:
- Improved: PDF conversions are now faster and more accurate. Support high-load environments.
- Improved: DocumentViewer will show generic subfolders for attachments that has path info in PDF portfolio files.
- Fixed: Signatures in some PDF files were removed in conversions and thus were not visible in DocumentViewer.
- Fixed: "Full Screen" menu item should not be visible on mobile devices just like "Presentation Mode".
-
Improved: Delete legacy folders and left-over temporary files under GleamTechConfiguration.TemporaryFolder on startup.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.0.7
Version 9.0.7 - August 17, 2024
- Improved: Document Viewer:
- Fixed: Changing to other languages other than english was not working since v9.0.2 due to a change in pdfjs.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.0.6
Version 9.0.6 - August 9, 2024
-
Fixed: Instead of thworing mysterious BadImageFormatException when loading native DLLs,
FileUltimate should degrade gracefully until we support ARM architecture:FileUltimate will work but it will just turn off the corresponding features such as generating image or video thumbnails or the document viewer.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.0.5
Version 9.0.5 - August 6, 2024
-
Fixed: FileManager and FileUploader will render a placeholder tag along with the script tag.
We need a tag other than script tag for the component even if we render DOM on the client side.
For example, Kendo UI Window, removes/moves script tags from content html so component is rendered to wrong place
and not inside the window.Kendo UI Window has this code which caused the issue:
// remove script blocks to prevent double-execution
element.find("script").filter(executableScript).remove(); -
Improved: FileManager and FileUploader will now be resized automatically when the parent DOM element resizes via using
ResizeObserver in supported browsers. This espacially useful when component width or height is given in percentage and not in pixels.
For example, when you put FileManager or FileUploader inside Kendo UI Window, they will be resized when the window is maximized. -
Fixed: Attempt to fix intermittent UnauthorizedAccessException in DocumentCache for .lock files.
This issue is hard to replicate, but in our tests we didn't the observe it again after some locking fixes.
Let us know if you still get this error intermittently:
Access to the path "[DocumentCache]:\lock-1hshdfqw44gb5w44gb5~lpnqmy.json.lock" is denied due to insufficient permissions.
Please make sure the current windows identity "computer\user" has the required permissions on the path.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.0.3
Version 9.0.3 - August 2, 2024
-
Improved: Added EscapeClosingScriptTags method to RazorPageExtensions, WebViewPageExtensions and WebPageExtensions
which escapes closing script tags, i.e. replaces</script>
with<\/script>
.When you render a component inside a
<script>
tag, for example when you set a javascript variable to
the result of inline @renderhead or @RenderBody calls, the result may contain closing</script>
tags
and browser treats these tags as an immediate stop even if they are enclosed in a javascript string literal:<script> //this will fail in browser because there are closing `</script>` tags in the rendered result. var html = `@this.RenderBody(component)`; </script>
So to prevent the issue, escape closing script tags when you are inside
<script>
tag, with this method:<script> var html = `@this.RenderBody(component).EscapeClosingScriptTags()`; </script>
Details: The browser finds the </script> piece in the string and thinks that it is the closing tag
of the first script element. It treats the rest of the script and the real </script> closing tag as regular text
and displays it in the page (except for the </script> tag).
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+
FileUltimate v9.0.2
Version 9.0.2 - July 30, 2024
- Improved: Document Viewer:
-
Improved: Updated pdfjs libray to 4.5.136 for stability and performance.
-
Fixed: In older browsers some toolbar icons did not display correctly (required old CSS property -webkit-mask-image).
-
Fixed: When DocumentViewer.DisplayMode is set to Panel, resizing handles did not work correctly.
-
Fixed: DocumentViewer's progress bar for download progress was not showing (should be shown after preparing document is completed).
-
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+