Skip to content

Releases: tjwalch/django-livereload-server

v0.5.1

19 Dec 23:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.1

v0.4.1

04 Dec 11:57
ce6b0ca
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

Version 0.4.0

14 Dec 08:45
Compare
Choose a tag to compare

Only set correct version number.

Version 0.4

14 Dec 08:37
Compare
Choose a tag to compare

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

Full Changelog: 0.3.3...v0.4

0.3.3: Merge pull request #34 from travelton/excluded_extensions

19 Dec 12:09
ea3edaa
Compare
Choose a tag to compare

Fix for issue #25

21 May 20:30
Compare
Choose a tag to compare
0.3.2

Fix for #25

Fix for bug introduced in last version

05 May 15:37
Compare
Choose a tag to compare

Merged contributions

02 May 13:26
Compare
Choose a tag to compare
0.3.0

Updated version

0.2.3

19 Sep 10:46
Compare
Choose a tag to compare

Django 1.10 support. Fixes issue #8

Change livereload host + bugfixes

09 Sep 11:37
Compare
Choose a tag to compare
0.2.2

Option to change the livereload host