Skip to content

Releases: greggman/servez

Fix MacOS

06 Aug 05:56
Compare
Choose a tag to compare

not sure why but MacOS is not working with newer electron. For now, just downgraded to older electron

Add a gallery to listings

14 Jul 06:57
Compare
Choose a tag to compare
v1.12.0

1.12.0

Support Cmd/Ctrl Click on file listing in browser

28 May 15:11
Compare
Choose a tag to compare

Previous versions didn't respect Cmd/Ctrl Click (opening in a new tab). Fixed in this version


Filename OS/Architecture
Servez-<version>-arm64.dmg M1 MacOS
Servez-<version>.dmg Intel MacOS
Servez-<version>-universal.dmg Intel or M1 MacOS
Servez.Setup.<version>.exe Windows
Servez-<version>.AppImage Linux
Servez-<version>.snap Linux

SharedArrayBuffer support

02 Apr 05:48
Compare
Choose a tag to compare

Using SharedArrayBuffers requires certain headers (and also that the page be single origin so no including scripts from CDNs etc...)

QR Codes

27 Feb 23:03
Compare
Choose a tag to compare

Shows a QR for the root URL of the server. This is useful if you're doing mobile work


file OS/Architecture
Servez-1.0.0-arm64.dmg M1 MacOS
Servez-1.0.0.dmg Intel MacOS
Servez-1.0.0-universal.dmg Intel or M1 MacOS
Servez.Setup.1.10.0.exe Windows
Servez-1.10.0.AppImage Linux

Support Unity

17 Sep 23:37
Compare
Choose a tag to compare

Unity made some questionable choices which require most servers to be manually configured sadly. Made servez default to doing what's needed by Unity

Fix for Safai

07 Aug 00:50
Compare
Choose a tag to compare

Safari didn't allow sorting the columns. Fixed

file.html is served as file

31 Oct 14:54
Compare
Choose a tag to compare

If you have a file like /foo/bar.html it can be reached at http://localhost:8080/foo/bar

Listings are Kodi Compatible

04 Apr 13:43
Compare
Choose a tag to compare

I'm a little leary of adding this. I don't really want Servez to try to be a solution for everything under the sun. There are tons of servers out there. But it seemed possible to add this without adding any new options so ... added.

Fix https on Windows

25 Mar 04:50
Compare
Choose a tag to compare

Fixed error message for https on windows.