- Add Email Notice
- Add switch for skipping unselected nodes when using navigation buttons
- Refactor codes
- Change SCRAPYDWEB_SETTINGS_PY to 'scrapydweb_settings_v4.py'
- Fix the bug that fails to start up on macOS because of setting preexec_fn for caching subprocess in v0.9.8
- Add 'Auto eggifying' and 'Upload egg or compressed file' in Deploy page
- Add Settings page
- Change SCRAPYDWEB_SETTINGS_PY to 'scrapydweb_settings_v3.py'
- Kill caching subprocess when main process is killed
- Fix the bug that fails to read lastModifiedDate of egg file in Firefox and Safari
- Support accessing Scrapyd servers protected by basic auth
- Change SCRAPYDWEB_SETTINGS_PY to 'scrapydweb_settings_v2.py'
- Update caching mechanism: finished job would be cached only once
- Add navigation buttons for switching to same page (like 'Stats') of neighboring node
- Remove .log.gz and .gz extension in 'Parse log' page
- Add Items page
- Add SCRAPYD_LOG_EXTENSIONS for locating Scrapy log
- Fix the bug that auth argument from command line doesnot take effect
- Support basic auth for web UI
- Add version.py and update setup.py
- Update README.md and screenshot
- First release version