Skip to content

Releases: GleamTech/FileVista

FileVista v9.3.1

04 Feb 22:57
Compare
Choose a tag to compare

Version 9.3.1 - February 4, 2025

  • Improved: The installer from now on, will be digitally signed (code signing) for each release so that
    "false positive" reports on virustotal are significantly reduced
    and Microsoft SmartScreen warnings are prevented.

FileVista v9.3.0

08 Jan 00:18
Compare
Choose a tag to compare

Version 9.3.0 - January 7, 2025

  • Fixed: Stalling problem for some files (bigger than 4MB?) when uploading to Azure Blob in .NET Framework projects.

  • Improved: Document Viewer:

    • Improved: Updated PDF.js library to 4.10.38 for stability and performance.

FileVista v9.2.0

01 Dec 14:02
Compare
Choose a tag to compare

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.

FileVista v9.1.3

09 Oct 11:53
Compare
Choose a tag to compare

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.

FileVista v9.1.2

04 Oct 09:30
Compare
Choose a tag to compare

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.

FileVista v9.1.1

09 Sep 22:41
Compare
Choose a tag to compare

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.

FileVista v9.1.0

01 Sep 01:18
Compare
Choose a tag to compare

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 Download permission in an access control will also disable DocumentViewer's DownloadAsPdf action.
    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 Download permission -> disables DocumentViewerPermissions.Download and DocumentViewerPermissions.DownloadAsPdf
    Disabling Print permission -> 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.

  • 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.

FileVista v9.0.4

17 Aug 03:38
Compare
Choose a tag to compare

Version 9.0.4 - 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.

FileVista v9.0.3

06 Aug 14:54
Compare
Choose a tag to compare

Version 9.0.3 - August 6, 2024

  • Improved: Document Viewer:
    • 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.

FileVista v9.0.2

29 Jul 23:14
Compare
Choose a tag to compare

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).