Skip to content

Releases: GleamTech/FileUltimate

FileUltimate v6.3.7

29 Jan 13:11
Compare
Choose a tag to compare

Version 6.3.7 - January 29, 2019

  • Improved: Support for adding GleamTech assemblies to GAC (Global Assembly Cache), for example using with
    SharePoint On Premise will be possible. In previous versions, the integrated AssemblyResolver failed
    with "Could not load file or assembly 'GleamTech.AssemblyResolver, Version=2.0.0.0, Culture=neutral,
    PublicKeyToken=a05198837413a6d8'" error. This is because AppDomain.AssemblyResolve event is not fired by
    .NET Framework (fusion) when the requesting assembly is installed to GAC. Now with a workaround, the integrated
    AssemblyResolver will be successfully loaded and it will resolve other assemblies.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.3.6

22 Jan 16:14
Compare
Choose a tag to compare

Version 6.3.6 - January 22, 2019

  • Improved: Stability and performance for DocumentCache and ImageCache.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.3.5

11 Jan 04:07
Compare
Choose a tag to compare

Version 6.3.5 - January 11, 2019

  • Improved: Document Viewer:

    • Improved: DocumentViewer rendering accuracy and performance.

    • Improved: Stability, accuracy for Spreadsheet, Presentation and Email formats.

  • Improved: Updated Media Player.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.3.0

31 Oct 18:22
Compare
Choose a tag to compare

Version 6.3.0 - October 31, 2018

  • Fixed: Selection box borders in FileManager's right pane (for view layouts other than "Details") appeared dashed since 6.2.0

  • Fixed: Selection in FileManager's right pane was not retained visually when switching from "Details" to other view layouts.

  • Improved: Document Viewer:

    • Fixed: Sent header for email formats (MSG, EML) in DocumentViewer were being
      rendered corrupted (e.g. "<34pan cla34=headerLineTitle>DaPeTi6e:<34pan cla34=headerLineText>{0}")

    • Fixed: The change in v6.2.6 regarding opacity setting for text highlight annotations caused non-black highlights
      to hide the text completely, now it's fixed to be effective only for black color for allowing blacked out text but for
      other colors the opacity will be limited so the text is still visible.

    • Improved: Stability, accuracy for Spreadsheet and Email formats.

  • Improved: Updated Media Player.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.2.6

13 Oct 08:17
Compare
Choose a tag to compare

Version 6.2.6 - October 12, 2018

  • Added: Fixing orientation for read images automatically. The photos taken in a digital camera usually
    have an EXIF 'Orientation' tag that is set using a gravity sensor and these photos need to be adjusted
    so that its orientation is suitable for viewing (i.e. top-left orientation).
    This feature will work for both image thumbnails in file manager and for images opened in Document Viewer

    Note that for seeing new orientation fixing in effect you will need to delete corresponding cache file for an image
    if it was already cached by previous versions.

  • Improved: Document Viewer:

    • Fixed: The opacity setting for text highlight annotations was not being represented correctly in the
      DocumentViewer. For example blacked out text using the Adobe text highlighting feature was no longer
      blacked out in the viewer.

    • Improved: Stability, accuracy for Spreadsheet, Presentation, Email and ProjectManagement formats.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.2.5

04 Oct 14:21
Compare
Choose a tag to compare

Version 6.2.5 - October 4, 2018

  • Improved: Document Viewer:

    • Improved: DocumentViewer rendering accuracy and performance.

    • Improved: Beautified DocumentViewer user interface. Bookmarks tree has a new look which is faster and more elegant.
      Full text search panel is now more neat. Unified styles of UI elements like dialogs (notable in print dialog)
      and context menus.

    • Added: New "Notes Panel" in DocumentViewer (right-side pane) for exploring and searching annotation comments in
      the document.

    • Added: DocumentViewer print dialog now contains "Include Comments" option. This will add comment pages after each
      document page that will include the comments (including replies) of annotations on that specific page.

    • Fixed: Signatures and other annotations in the documents were not being displayed in DocumentViewer.

    • Fixed: German language was not working due to a syntax error in the language file (it was translated by a customer).

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.2.0

05 Sep 17:16
Compare
Choose a tag to compare

Version 6.2.0 - September 5, 2018

  • Added: New client-side events. Before events: ClientCreating, ClientDeleting, ClientRenaming, ClientCopying,
    ClientMoving, ClientCompressing, ClientExtracting, ClientUploading, ClientDownloading, ClientPreviewing.
    It's possible to stop a file action (and optionally display a message) by canceling the corresponding before event.
    After events: ClientFolderChanged, ClientSelectionChanged, ClientCreated, ClientDeleted, ClientRenamed, ClientCopied,
    ClientMoved, ClientCompressed, ClientExtracted, ClientUploaded. Refer to new "Client-side events" sample and updated
    docs for event handler usage.

  • Improved: Document Viewer stability, accuracy for Spreadsheet, Presentation, ProjectManagement and Email
    formats.

  • Improved: Updated Media Player.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.1.5

01 Aug 11:17
Compare
Choose a tag to compare

Version 6.1.5 - August 1, 2018

  • Fixed: Since v6.0.0, image thumbnails were not working on .NET versions before 4.6 due to MissingMethodException
    (related to compiler emitting Array.Empty method call which only exists in .NET 4.6).
    Now it works on .NET 4.0 and above as expected.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.1.0

16 Jul 15:03
Compare
Choose a tag to compare

Version 6.1.0 - July 16, 2018

  • Fixed: Downloading files with unicode characters (e.g. german umlauts) in their names failed on ASP.NET Core.
    This was caused because unencoded version of filename was provided in Content-Disposition header for older
    browsers (utf-8 encoded version was already provided for modern browsers). ASP.NET Core does not allow unencoded
    unicode characters in response header value like ASP.NET Classic. So now alternative file name will be
    transliterated to ASCII for keeping old browser support.

  • Fixed: "Input string was not in correct format" error when setting LicenseKey property when you have an invalid
    version string in AssemblyFileVersion attribute of your assembly. For example using asterisk (e.g. "1.0.184.*")
    is not valid for AssemblyFileVersion, it's only valid for AssemblyVersion (compiler only converts asterisk to
    number only for this attribute). Now even if you have invalid version (non-numeric) in AssemblyFileVersion
    attribute, the parsing error will be ignored.

  • Improved: Document Viewer stability, accuracy for Presentation, Spreadsheet, ProjectManagement and Email formats.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)

FileUltimate v6.0.8

25 Jun 19:15
Compare
Choose a tag to compare

Version 6.0.8 - June 25, 2018

  • Improved: Updated Media Player.

  • Improved: Document Viewer stability, accuracy for Spreadsheet formats.

  • Improved: Documentation.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)