What's Changed
- When searchable option is enabled, the search is more responsive and performant courtesy of debounce algorithm implementation.
- Response can be compressed (Gzipped) by passing `-g or --gzip` option. This will compress the directory listings response and also serves gz files in place of regular files when gzip compression is requested by the client.
**Full Changelog**: https://github.com/leogps/bottle-sipper/compare/v0.1.4...v0.1.5