Skip to content

Commit

Permalink
Version 8.0.0
Browse files Browse the repository at this point in the history
## Version 8.0.0 - May 22, 2020

  - **Changed:** License keys are changed so please go to https://www.gleamtech.com/upgrade and acquire a new license
    key if you want to use this version (or higher). If your one year maintenance has not ended, you will receive a
    new free license key on the same page.

  - **Added:** New "Application Title" setting in "Application Settings" for changing default title "FileVista" shown on login and other pages.

  - **Improved:** New UI for header (top bar) on main page. Planning to update UI for administration panel on next versions.

  - **Fixed:** Slow login in some cases due to SQL query for root folder's access controls running slow (or execution timeout error).

  - **Improved:** Media Player:

    - "Details" tab will be shown on "Media Format Error" dialog for more details on why the video could not be played.
      Also an error dialog will be shown on other errors (e.g. no internet connection).

    - Perfected the player UI (e.g. time slider colors and knob size).

    - Added playback speed control.

    - Added m3u, m3u8, hls stream support (Not working on Chrome, only on Edge and probably on Apple browsers)

    - Added title (file name) and description (same columns as multiview tooltips)

  - **Improved:** Document Viewer:

    - **Improved:** Stability, accuracy for Portable and Spreadsheet formats.

  - **Improved**: Updated turkish language file.

  - **Improved:** Updated installer.
  • Loading branch information
GleamTech committed May 22, 2020
1 parent f870435 commit 1075dbc
Show file tree
Hide file tree
Showing 25 changed files with 312 additions and 308 deletions.
2 changes: 1 addition & 1 deletion FileVista/Administration.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</head>
<body>
<div id="pageHeader" class="gt-pageHeader gt-nonSelectableText">
<span style="float: left;">FileVista</span>
<span style="float: left;"><%=Title%></span>
<div id="userInfo" class="gt-textButton" style="float: right" title="<%=UserTitle%>">
<span class="gt-user-image"></span><span><%=UserFullName%></span><span class="gt-menudown-image"></span>
</div>
Expand Down
Loading

0 comments on commit 1075dbc

Please sign in to comment.