File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Do you have a film in the computer and you want to watch it on the mobile phone?
2121
2222VServer is "inspired" in the well known python SimpleHTTPServer.
2323
24+ ## Credits
25+
26+ Special thanks to @amka (https://github.com/amka ) for his work on the web navigation!
27+
2428
2529## Installation
2630
Original file line number Diff line number Diff line change @@ -31,6 +31,22 @@ Do you have a film in the computer and you want to watch it on the mobile phone?
3131 </screenshot >
3232 </screenshots >
3333 <releases >
34+ <release version =" 1.6.0" date =" 2022-01-01" >
35+ <description >
36+ <p >Redesigned web navigation:
37+ <ul >
38+ <li >Show directories on top, then the regular files sorted by type and alphabet</li >
39+ <li >Don't display hidden files</li >
40+ <li >Custom icon for each file depending on it's type</li >
41+ <li >Responsive layout</li >
42+ <li >Display file size</li >
43+ <li >Display file type</li >
44+ <li >Display modifications date</li >
45+ </ul >
46+ Special thanks to @amka (https://github.com/amka) for this incredible work!
47+ </p >
48+ </description >
49+ </release >
3450 <release version =" 1.5.0" date =" 2021-12-28" >
3551 <description >
3652 <p >Show QR code</p >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace App.Configs {
2929 public abstract const string APP_ICON = " com.github.bcedu.valasimplehttpserver" ;
3030 public abstract const string APP_NAME = " VServer" ;
3131 public abstract const string LAUNCHER_ID = " com.github.bcedu.valasimplehttpserver.desktop" ;
32- public abstract const string VERSION = " 1.5 .0" ;
32+ public abstract const string VERSION = " 1.6 .0" ;
3333 public const string SERVER_STYLES_PATH = " /_vserver-styles.css" ;
3434 public const string DATE_FORMAT = " %x " ;
3535 }
You can’t perform that action at this time.
0 commit comments