Skip to content

Releases: GleamTech/FileVista

FileVista v8.9.21

03 May 20:45
Compare
Choose a tag to compare

Version 8.9.21 - May 3, 2024

  • Improved: Document Viewer:
    • Fixed: DocumentViewer.MobileMode will be treated correctly. When OnAny (default value) mobile mode will be active both on phone and tablet.
      In addition to UA parsing in previous version, feature and screen size detection will be taken into effect to correctly determine
      it's a phone or tablet (even in desktop browser's emulation mode).

FileVista v8.9.20

18 Apr 17:35
Compare
Choose a tag to compare

Version 8.9.20 - April 18, 2024

  • Improved: Document Viewer:

    • Fixed: The following error in console on mobile which prevented loading of the document viewer:
      Uncaught TypeError: Cannot read properties of undefined (reading 'top')
      The error was observed with Chrome on Android and emulated mobile views in browser's developer tools.
    • Improved: Mobile device detection to better detect new browsers.
    • Improved: Updated jquery to latest 3.7.1.
      Disabled unnecessary console message "JQMIGRATE: Migrate is installed, version 3.4.1"
  • Improved: Updated embedded database engine to improve stability and performance.

  • Improved: Updated installer.

FileVista v8.9.16

28 Aug 08:09
Compare
Choose a tag to compare

Version 8.9.16 - August 27, 2023

  • Improved: Document Viewer:
    • Fixed: In DocumentViewer, no scrollbars were visible for Attachments pane.
    • Fixed: In DocumentViewer, remove bottom right grip icon as it overlays over scroll bar bottom arrow.

FileVista v8.9.15

23 Apr 23:50
Compare
Choose a tag to compare

Version 8.9.15 - April 24, 2023

  • Changed: Compiling source code package now requires Visual Studio 2019 (16.8 update which comes with C# 9.0) (16.0.30709.132) as minimum.
    Requirement for consuming compiled DLLs is NOT changed (VS 2015+).

  • Improved: Stability of AssemblyResolver.
    Ensured old log files are cleared, e.g. AssemblyResolver-xx.log and GleamTech-xx.log files.

FileVista v8.9.12

16 Apr 18:51
Compare
Choose a tag to compare

Version 8.9.12 - April 16, 2023

  • Improved: Document Viewer:
    • Added: Cad formats (.dwg, .dxf, .stl) are now supported with our .netstandard2.0 DLL which means
      it can be used with .NET Core 2.0+ and .NET 5.0+ projects.

FileUltimate v8.9.11

11 Apr 19:27
Compare
Choose a tag to compare

Version 8.9.11 - April 11, 2023

  • Improved: Document Viewer:
    • Fixed: DICOM format (.dcm) with JPEG compression did not work.

FileVista v8.9.10

07 Apr 19:22
Compare
Choose a tag to compare

Version 8.9.10 - April 7, 2023

  • Fixed: In some cases, root folder quota was not respected, and chunks continued to be uploaded.
    A file that exceeds quota, will be rejected as expected.

  • Improved: Document Viewer:

    • Fixed: Support for DICOM format (.dcm) was broken. Most files failed with "Index was out of bounds of array" error.
      We also added some features, i.e when converting DICOM files, we also render important DICOM tags on top-left and top-right
      corners of the image.
      Tags displayed on top-left corner: InstitutionName, StudyID, StudyDate, StudyTime, StudyDescription, Modality
      Tags displayed on top-right corner: PatientName, PatientID, PatientBirthDate, PatientSex
    • Fixed: DocumentFormat.Dib was mistakenly disabled/commented out so "object null reference error" was raised.
    • Fixed: With .NET Framework projects, AzureBlobFileSystem stalled (waited indefinitely) when creating empty files.
      This also caused DocumentCache to stall, as it tries to create empty .sourceName files.

FileVista v8.9.8

03 Apr 00:30
Compare
Choose a tag to compare

Version 8.9.8 - April 2, 2023

  • Improved: Updated stability of GleamTech.FileUltimate, GleamTech.DocumentUltimate, GleamTech.ImageUltimate, GleamTech.VideoUltimate and GleamTech.Common.

  • Improved: Document Viewer:

    • Updated jquery to latest 3.6.4 and jquery-ui to latest 1.13.2 for document viewer and ensured CSS is scoped.
    • Some type changes will trigger a cache migration as in v8.9.5 so be patient when you first open a document:
      With this version, DocumentCache will migrate this change automatically for you, it will scan the cache folder,
      update all .json cache info files, regenerate cache keys (due to json serialization change) and rename cache files to match the new cache keys.
      This migration will be run on first access to the cache, it can take few seconds to complete (may take longer for cloud folders).
      You can check the details and results of the migration in CacheMigrate.log in cache folder.

FileVista v8.9.6

07 Mar 14:18
Compare
Choose a tag to compare

Version 8.9.6 - March 7, 2023

  • Fixed: Video thumbnails failed on older supported OS, i.e. Windows Server 2008 R2 SP1 and Windows 7 SP1.

  • Fixed: FileCache did not append to the existing log files (CacheTrim and CacheMigrate) correctly.

FileVista v8.9.5

23 Feb 20:37
Compare
Choose a tag to compare

Version 8.9.5 - February 23, 2023

  • Changed: .NET Framework target is changed from net461 to net472.
    So from now on, you need to have a .NET Framework 4.7.2 or above project to reference our .NET Framework DLL (not related to our .netstandard2.0 DLL).
    Minimum supported development environment version is changed from Visual Studio 2012 to Visual Studio 2015 (first to support net472 targeting pack).
    Minimum supported deployment server OS is still Windows Server 2008 R2 SP1 (first to support net472 runtime).
    Minimum supported deployment client OS is still Windows 7 SP1 (first to support net472 runtime).

  • Improved: FileCache will now log information and errors about trimming and migrating.

    • Migration related details and errors will be logged to CacheMigrate.log in cache folder (and important one also to GleamTech.log).
    • Trimming related details and errors will be logged to CacheTrim.log in cache folder (and important one also to GleamTech.log).
    • Updated cache versioning, CacheVersion's first 2 parts are FileCache version, second 2 parts are sub-class cache version.
      e.g. 2.0.1.0 -> FileCache, 2.0.2.0 -> DocumentCache, 2.0.3.0 -> ThumbnailCache.
    • Improved migration handling (especially in FileCache sublasses) and stability.
  • Changed: GleamTechConfiguration.LogEnabled property -> The default value is now true.
    GleamTech.log can be found under the temporary folder (default is "App_Data\Temporary").

  • Changed: Thumbnail cache subfolder under temporary folder will be renamed: "ImageCache" -> "ThumbnailCache"

  • Improved: Updated installer:

    • .NET Framework 4.7.2 runtime will be downloaded and installed automatically (via web installer) on required machines (restart required).
    • SHA-2 Code Signing Support Updates (KB3033929, KB4490628, KB4474419) will be installed
      on Windows Server 2008 R2 SP1 and Windows 7 SP1 because .NET Framework Installer fails witout these updates on old machines (restart required 2 times).