Skip to content

Commit

Permalink
Version 7.4.2
Browse files Browse the repository at this point in the history
## Version 7.4.2 - June 3, 2020

  - **Improved:** FileManager will generate higher quality thumbnails (without artifacts) for image files containing an EXIF thumbnail in
    "Large icons", "Medium icons" and "Tiles" view layouts. Note that this does not effect "Extra large icons" view layout or images without
    an EXIF thumbnail, because in those cases, higher quality thumbnails were already generated.

  - **Added:** Better child window management. Minimized windows will be stacked neatly at the bottom like a taskbar (no more on top of each other).
    Ensured position and size for minimized, restored, maximized states are always correct (e.g. when parent component is resized).
    Tooltips for long titles on minimized windows.

  - **Fixed:** An empty window was displayed with component.DisplayMode = DisplayMode.Window (or DisplayMode.Panel) when Hidden = false.

  - **Improved:** Document Viewer:

    - **Fixed:** Auto exif orientation for multi-page TIFFs, only first frame was being rotated.

    - **Improved:** Stability, performance for conversion of raster image files to Portable formats.
  • Loading branch information
GleamTech committed Jun 3, 2020
1 parent e177aae commit e324a58
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.1.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.4.0" />
<PackageReference Include="GleamTech.Common" Version="4.1.8" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.1.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.4.0" />
<PackageReference Include="GleamTech.Common" Version="4.1.8" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.4.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.4.2\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.8\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.8\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.7\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.8\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.1.5\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.1.8\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="GleamTech.Common" version="4.1.5" />
<package id="GleamTech.VideoUltimate" version="2.1.7" />
<package id="GleamTech.ImageUltimate" version="4.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.2.5" />
<package id="GleamTech.FileUltimate" version="7.4.0" />
<package id="GleamTech.Common" version="4.1.8" />
<package id="GleamTech.VideoUltimate" version="2.1.8" />
<package id="GleamTech.ImageUltimate" version="4.1.8" />
<package id="GleamTech.DocumentUltimate" version="5.2.8" />
<package id="GleamTech.FileUltimate" version="7.4.2" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.4.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.4.2\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.8\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.8\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.7\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.8\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.1.5\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.1.8\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="GleamTech.Common" version="4.1.5" />
<package id="GleamTech.VideoUltimate" version="2.1.7" />
<package id="GleamTech.ImageUltimate" version="4.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.2.5" />
<package id="GleamTech.FileUltimate" version="7.4.0" />
<package id="GleamTech.Common" version="4.1.8" />
<package id="GleamTech.VideoUltimate" version="2.1.8" />
<package id="GleamTech.ImageUltimate" version="4.1.8" />
<package id="GleamTech.DocumentUltimate" version="5.2.8" />
<package id="GleamTech.FileUltimate" version="7.4.2" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.4.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.4.2\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.8\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.8\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.7\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.8\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.1.5\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.1.8\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsCS/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="4.1.5" />
<package id="GleamTech.VideoUltimate" version="2.1.7" />
<package id="GleamTech.ImageUltimate" version="4.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.2.5" />
<package id="GleamTech.FileUltimate" version="7.4.0" />
<package id="GleamTech.Common" version="4.1.8" />
<package id="GleamTech.VideoUltimate" version="2.1.8" />
<package id="GleamTech.ImageUltimate" version="4.1.8" />
<package id="GleamTech.DocumentUltimate" version="5.2.8" />
<package id="GleamTech.FileUltimate" version="7.4.2" />
</packages>
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.4.0\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.4.2\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.2.8\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.5\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.4.1.8\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.7\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.1.8\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.1.5\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.1.8\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsVB/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="4.1.5" />
<package id="GleamTech.VideoUltimate" version="2.1.7" />
<package id="GleamTech.ImageUltimate" version="4.1.5" />
<package id="GleamTech.DocumentUltimate" version="5.2.5" />
<package id="GleamTech.FileUltimate" version="7.4.0" />
<package id="GleamTech.Common" version="4.1.8" />
<package id="GleamTech.VideoUltimate" version="2.1.8" />
<package id="GleamTech.ImageUltimate" version="4.1.8" />
<package id="GleamTech.DocumentUltimate" version="5.2.8" />
<package id="GleamTech.FileUltimate" version="7.4.2" />
</packages>

0 comments on commit e324a58

Please sign in to comment.