The full list of changes between each Python LiveReload release.
Released on August 22, 2020
- Support for custom default filenames.
Released on June 6, 2020
- Support for Python 2.8
- Enable adding custom headers to response.
- Updates for Python 2.7 support.
- Support for use with a reverse proxy.
- Other bug fixes.
Released on May 7, 2019
- Fixed bugs
Released on Nov 21, 2018
- Changed logic of liveport.
- Fixed bugs
Released on May 2, 2018
- Fix tornado 4.5+ not closing connection
- Add ignore dirs
- Fix bugs
Release on Jan 7, 2017
Happy New Year.
- Fix Content-Type detection
- Ensure current version of pyinotify is installed before using
Released on Nov 16, 2016
- wait parameter can be float via Todd Wolfson
- Option to disable liveCSS via Yunchi Luo
- Django management command via Marc-Stefan Cassola
Released on Jan 19, 2016
- Allow other hostname with JS script location.hostname
- Expose delay parameter in command line tool
- Server.watch accept ignore parameter
Released on May 29, 2015
- Fix unicode issue with tornado built-in StaticFileHandler
- Add filter for directory watching
- Watch without browser open
- Auto use inotify wather if possible
- Add
open_url_delay
parameter - Refactor lots of code.
Thanks for the patches and issues from everyone.
Released on Nov 5, 2014
- Fix root parameter in
serve
method via #76. - Fix shell unicode stdout error.
- More useful documentation.
Released on Nov 1, 2014
- Add
cwd
parameter forshell
- When
delay
isforever
, it will not trigger a livereload - Support different ports for app and livereload.
Released on Oct 28, 2014
- Add '--host' argument to CLI
- Autoreload when python code changed
- Add delay parameter to watcher
Released on Sep 10, 2014
Fix for tornado 4.
Released on Jul 10, 2014
Fix for Python 3.x
Released on Mar 15, 2014
- Add bin/livereload
- Add inotify support
Released on Jan 26, 2014
Add ForceReloadHandler.
Released on Dec 30, 2013
A new designed livereload server which has the power to serve a wsgi application.
Release on Aug 19th, 2013
- Documentation improvement
- Bugfix for server #29
- Bugfix for Task #34
Released on May 9th, 2013
- Redesign the compiler
- Various bugfix
Released on Nov 7th, 2012
- Redesign server
- remove notification
Released on Jul 10th, 2012
- Static Server support root page
- Don't compile at first start
Released on Jun 20th, 2012
- Static Server support index
- Dynamic watch directory changes
Release on Jun 18th, 2012
- Add static server, 127.0.0.1:35729
Release on Jun 18th, 2012
- support for python3
Release on May 8th, 2012
- bugfix for notify (sorry)
Release on May 6th, 2012
- bugfix for compiler alias
- raise error for CommandCompiler
- add command-line feature
- get static file from internet
Release on May 5th, 2012.
- bugfix
- performance improvement
- support for notify-OSD
- alias of compilers
Released on May 4th, 2012.