Skip to content

Commit daaeebd

Browse files
committed
Bump to v1.6.0
1 parent 0b8cace commit daaeebd

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2222
VServer 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

data/com.github.bcedu.valasimplehttpserver.appdata.xml.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

data/imgs/browser.png

2.47 KB
Loading

src/configs/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)