Releases: art3x/artweb
Releases · art3x/artweb
ArtWeb v2.2
ArtWeb v2.1
- Improved POST requests logging
- Added logo and IP addresses output for host interfaces
- Fixed minor bugs
ArtWeb v2.0
New Features & Major Enhancements
-
Dual-Mode Operation: Static File Server & File Browser
- New Static File Server Mode (
--index): ArtWeb can now function as a standard static web server. Point the--indexflag to a directory, and it will serveindex.htmlas the default page, along with all other assets like CSS, JavaScript, and images. This is perfect for local web development and hosting simple sites. - Intelligent MIME Type Detection: In static server mode, the server now automatically sends the correct
Content-Typeheader based on file extensions, ensuring browsers render web content correctly.
- New Static File Server Mode (
-
HTTPS / SSL Support (
--ssl,--cert,--key)- Full support for secure connections has been added. You can now run the server in HTTPS mode by providing SSL certificate and key files. The server defaults to port 443 when SSL is enabled.
ArtWeb v1.1
- Directory browsing added
- GET and POST parameter logging
- Drag-and-drop upload added
- Minor improvements
ArtWeb v1.0
Initial release