Re-implement version check
This makes LibreTime check its version against github releases and lets the user know when to update. It uses the red exclamation point when there is a patch release or if LibreTime is more than one major release ahead. The orange icon is used when LibreTime is on a git install, a single major update is available, or a pre-release version is installed. The green update icon gets used to signify that a new minor release is available. Finally the green checkmark will be used when you are on a stable release.
This commit is contained in:
parent
81d3c3e2b8
commit
06a3ad0ed3
8 changed files with 230 additions and 38 deletions
|
@ -101,8 +101,8 @@ select {
|
|||
/* Version Notification Starts*/
|
||||
#version-icon {
|
||||
position:absolute;
|
||||
right:96px;
|
||||
top:104px;
|
||||
top:68px;
|
||||
right: 196px;
|
||||
height:35px;
|
||||
width:35px;
|
||||
z-index:1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue