Skip to content

Commit

Permalink
Version 8.8.5
Browse files Browse the repository at this point in the history
## Version 8.8.5 - April 20, 2022

  - **Improved:** Document Viewer:

    - **Added:** Nested attachments are now supported for Email and Pdf formats.
      - Attachments will use the same PdfOutputOptions.Watermarks and PdfOutputOptions.FastWebViewEnabled properties
        from root container document for PDFs generated for attachments.
      - Some emails may contain extensionless attachments which are nested emails, these are "message/rfc822" attachments.
        Now .eml extension will be added to these attachments so that they can be converted and displayed in DocumentViewer.

    - **Improved:** DocumentViewer UI:
      - Tabs on the left side pane will be activated on document load, automatically according to this priority (from lowest to highest):
        - If there are bookmarks, Bookmarks tab will be activated.
        - If there are attachments, Attachments tab will be activated.
        - If there is a search term, Search tab will be activated.
      - Fixed text-wrapping in Bookmarks and Attachments tree panels for better width and look.
      - In attachment tree nodes, file size will not be displayed next to file name (it's already displayed on the attachment tooltip).
      - On attachment tooltips, desciption will shown as "DispositionType (ContentType)" e.g "attachment (application/octet-stream)".
      - On attachment tooltips, the last modified date will also be shown (for PDF Portfolio and Email attachments when available).

  - **Improved:** Stability and performance of image thumbnails, image viewer and video thumbnails.

  - **Fixed:** Since previous version, AmazonS3 file system was broken for net461 target with error "Error unmarshalling response back...".
  • Loading branch information
GleamTech committed Apr 20, 2022
1 parent 6acc00c commit 34d32f2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FileVista/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</system.webServer>

<system.web>
<httpRuntime targetFramework="4.6.1"/>
<compilation targetFramework="4.6.1"/>
<sessionState mode="InProc"/>
</system.web>
Expand Down
Binary file modified FileVista/bin/GleamTech.Common.dll
Binary file not shown.
Binary file modified FileVista/bin/GleamTech.DocumentUltimate.dll
Binary file not shown.
Binary file modified FileVista/bin/GleamTech.FileUltimate.dll
Binary file not shown.
Binary file modified FileVista/bin/GleamTech.FileVista.dll
Binary file not shown.
Binary file modified FileVista/bin/GleamTech.ImageUltimate.dll
Binary file not shown.
Binary file modified FileVista/bin/GleamTech.VideoUltimate.dll
Binary file not shown.

0 comments on commit 34d32f2

Please sign in to comment.