Skip to content

FileUltimate v9.1.0

Compare
Choose a tag to compare
@GleamTech GleamTech released this 01 Sep 01:14
· 5 commits to master since this release

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+