Skip to content

Releases: neutronX/django-markdownx

v1.6

04 May 21:15
Compare
Choose a tag to compare
  • Support for Django's default_storage
  • Fix for missing MARKDOWNX_MARKDOWNIFY_FUNCTION in settings

Added names to URL patterns

04 May 07:06
Compare
Choose a tag to compare
  • url(r'^upload/$', ImageUploadView.as_view(), name='markdownx_upload'),
  • url(r'^markdownify/$', MarkdownifyView.as_view(), name='markdownx_markdownify'),

Patch

02 May 19:34
Compare
Choose a tag to compare

MARKDOWNX_IMAGE_MAX_SIZE not respected #65 issue fixed.

Minor changes + bug fix

25 Apr 09:59
Compare
Choose a tag to compare

Fixed:

  • Fixed the bug that caused non-SVG files being screened for JavaScript.

Other:

  • Minor clean ups.
  • Added documentations for developers' environment.
  • Updated module documentations.
  • Made dev.py -no-container and dev.py -c compatible with Python 2.

Version 2.0

23 Apr 19:23
Compare
Choose a tag to compare

New:

  • Django 1.11 support
  • Documentations
  • Developers' environment
  • Support for ctrl/cmd + ] and ctrl/cmd + [ for indentations (line and block).
  • Support for Tab and Shift + Tab (line, selection, and block).

Improved:

  • Pure JavaScript front-end without external dependencies.
  • Additional settings for added flexibility.

v1.7.1

16 Jan 21:17
Compare
Choose a tag to compare

Fix for custom CSS classes in the widget

v1.7

16 Jan 21:18
Compare
Choose a tag to compare
  • SVG file upload support
  • Multiwidget support

v1.6.3

16 Jan 21:18
Compare
Choose a tag to compare
  • Corrupted image upload exception

v1.6.2

16 Jan 21:18
Compare
Choose a tag to compare
  • Runtest template fix

v1.5

16 Jan 21:19
Compare
Choose a tag to compare
  • Possibility to customize image insertion code