Skip to content

Releases: agusmakmun/django-log-viewer

v1.1.7

27 Jan 14:08
Compare
Choose a tag to compare

v1.1.6

26 Aug 15:08
Compare
Choose a tag to compare
  • fix: issue newline #30 - possible happen because of "Not Found" exclude.
  • fix: implement black code style
  • fix: update locale messages
  • fix: enable Django test case, enable test_logs_viewer, added test_get_log_files, added test_readlines_reverse
  • feat: added LOG_VIEWER_EXCLUDE_TEXT_PATTERN = <str:None> (string regex expression to exclude the log from line)
  • feat: update doc string for some functions
  • feat: added GitHub issue template
  • feat: added GitHub run-test pipeline.

v1.1.3

06 Jul 14:54
Compare
Choose a tag to compare
  • fix: support django 3.2 #21 and patterns

v1.1.2

30 Oct 10:58
Compare
Choose a tag to compare
  • merged #17 Fix: escape the HTML entity

v1.1.1

01 Sep 07:44
Compare
Choose a tag to compare
  • Added Feature idea: download log files #8

v1.1.0

31 Aug 10:41
Compare
Choose a tag to compare
  • fixed #11 (url pattern has error)

v1.0.9

30 Aug 23:44
Compare
Choose a tag to compare
  • fixed #1 #7 (Next Page button inoperable)
  • added LOG_VIEWER_FILES_PATTERN = '*.log*'

v1.0.7

06 Aug 12:00
Compare
Choose a tag to compare
  • Fixed issue #1 (The log entries loaded all).
  • Fixed issue #4 (Flawed handling of line breaks (and tabs) ).
  • Fixed issue #6 (Log viewer does not work with Django 3.1).

v1.0.6

14 Jan 02:36
bef46a3
Compare
Choose a tag to compare
  • #5 Update logfile_viewer.html for Django 3.0

v1.0.5

10 Jul 22:31
Compare
Choose a tag to compare
  • activate the privilege only if user.is_superuser
  • activate selected log in navs menu of Log Files
  • fixed number starting from 1 (not from zero)