Releases: thecoshman/http
Releases · thecoshman/http
v1.3.3: Steve J-who?
Fixed: * Build warnings on Windows (b4c8d1cbb3b788a30b538b4e9d44eb13beb4d03e) * Build error on MacOS (e022f4c168a14847b33b7d6179ad8dcf1d995d40) (4d36406c511ed1b486baac33e0cc740412d8f03f) (240e4851f3387566c7acd4d969274a0e1dad5a4a) (#69)
v1.3.2: LINUX Is Not UniX who?
New: * "httplz" executable, exactly the same as the "http" executable (cc185ff58af151102bed22426cefa712b09461c0) (#35) Fixed: * Handling of Unix devices, which can now be downloaded (c2ccea406226e5ec1314b0b4f74762e1786290c3) (fd843a8ff48bc89fc5888614e54639a7e12ac8ff) (4e94aa95a4241190ebc16242bf88b5c2ca71fdcf) (#66) Changed: * Crate version badge to HTTPS (74743af027818b7b17b710e07a9db28c78feaf02) (https://github.com/nabijaczleweli/cargo-update/pull/76)
v1.3.1: Eye candy
Changed: * File size is right-aligned
v1.3.0: RFSAPI v0 handling
New: * Support for RFSAPI, so one can view the server with D'Oh
v1.2.0: TLS and temp dir removal
New: * Temporary directories cleaned up at exit * TLS certificate usage * TLS certificate autogeneration Fixed: * Links to files with "%" and "#" in their names * DELETEing symlinks unlinks rather than removing the pointed-to file
v1.1.0
UI sweetness, encoding (pre)optimisations, Range request header suppo…
v1.0.0: Sane symlinks and improved logging
BREAKING: * Following symlinks is now the default, so --follow-symlinks was removed in favour of --no-follow-symlinks, so -s switch now means --no-follow-symlinks instead of --follow-symlinks New: * Log is now fully coloured with accordance to a strictly defined colourset Changed: * All log lines are prefixed by a timestamp
v0.3.1: Generated and requested data compression
New: * Encode generated data unconditionally * Encode filesystem data by default (disable via -e) Changed: * PUT files are cached in $TEMP/writes/ instead of $TEMP/
v0.3.0: Very nice dir listings and index file handling
New: * Beautiful favicon * Serve index files from directories (.html, .htm, .shtml) (disableable via --no-index flag) * Drag'n'drop support in browsers with writes enabled Changed: * Filename, size, modification time and file type icon in directory listing Fixed: * Binary-ness checking
v0.2.0: Writing support and proper symlink handling
New: * Writing support (PUT and DELETE requests) enableable with -w switch Fixed: * Symlink handling en general * Wonky symlinks on Windows