Releases: tjwalch/django-livereload-server
Releases · tjwalch/django-livereload-server
v0.5.1
What's Changed
- Add delay parameter by @nilshellerhoff in #70
- Fix livereload command by @kbuilds in #64
New Contributors
- @nilshellerhoff made their first contribution in #70
Full Changelog: v0.4.1...v0.5.1
v0.4.1
What's Changed
- Fix reload loop by @calumy in #58
- swap out beautifulsoup for a string.replace to avoid html reformatting by @kbehlers in #43
- Specify that the livereload server uses http by @rtpg in #61
- Rename MIDDLEWARE_CLASSES => MIDDLEWARE in README by @michjnich in #67
New Contributors
- @calumy made their first contribution in #58
- @rtpg made their first contribution in #61
- @michjnich made their first contribution in #67
Full Changelog: v0.4.0...v0.4.1
Version 0.4.0
Only set correct version number.
Version 0.4
What's Changed
- fix no option error #37 in #38
- add templatetag for alternative to middleware by @kbehlers in #42
- Fixes add_reader NotImplementedError on Python 3.8 + Windows. by @mcteo in #49
- Patch for python 3.8 on GNU/Linux environment aka PosixPath by @gnud in #56
- changes getattr from settings to account for None values by @kbuilds in #57
New Contributors
- @kbehlers made their first contribution in #42
- @mcteo made their first contribution in #49
- @gnud made their first contribution in #56
- @kbuilds made their first contribution in #57
Full Changelog: 0.3.3...v0.4
0.3.3: Merge pull request #34 from travelton/excluded_extensions
Feature: Ignore File Extensions
Fix for issue #25
0.3.2 Fix for #25
Fix for bug introduced in last version
0.3.1 Fix for #24.
Merged contributions
0.3.0 Updated version
0.2.3
Change livereload host + bugfixes
0.2.2 Option to change the livereload host