diff --git a/README.md b/README.md index 166e84f..079f89c 100755 --- a/README.md +++ b/README.md @@ -325,158 +325,6 @@ $('.markdownx').on('markdownx.update', function(e, response) { * Django * jQuery -# Changelog - -###### v1.7.2 - -* Uploading fixes -* Refactoring - -###### v1.7.1 - -* Fix for custom CSS classes in the widget - -###### v1.7 - -* SVG file upload support -* Multiwidget support - -###### v1.6.3 - -* Corrupted image upload exception - -###### v1.6.2 - -* Runtest template fix - -###### v1.6.1 - -* Template render syntax fix - -###### v1.6 - -* Support for Django's `default_storage` -* Fix for missing MARKDOWNX_MARKDOWNIFY_FUNCTION in settings - - -###### v1.5 - -* Possibility to customize image insertion code - -###### v1.4.3 - -* Markdown abstractable function fix - -###### v1.4.2 - -* Maintenance release - -###### v1.4.1 - -* Make rendering the markdown abstractable - -###### v1.4 - -* Added JS (jQuery) events -* Custom upload url path -* Fix when subclassing MarkdownxWidget - -###### v1.3 - -* Added Markdown extension configuration setting - -###### v1.2.1 - -* Fix by Eduard Sukharev: Fix accessing file length in python3 - -###### v1.2 - -* Added custom url path setting MARKDOWNX_URLS_PATH to compile markdown with custom view (i.e. for pre/post altering markdown text) - -###### v1.1.3 - -* Setup tools fix - -###### v1.1.2 - -* Critical fix for image upload - -###### v1.1.1 - -* Package fix - -###### v1.1 - -* Python 3.3+ support -* Very simple test added just to test python 3 support - -###### v1.0.1 - -* Moved html logic from FormField to Widget to be able to override model objects other than included MarkdownxModel -* Fixed default value for `MARKDOWNX_EDITOR_RESIZABLE` - -###### v1.0.0 - -* Warning: no backward compatibility -* Admin, Model and Form custom objects -* Django admin styles for compiled markdown -* Settings variables changed: - * MARKDOWNX_MAX_SIZE => MARKDOWNX_IMAGE_MAX_SIZE - * MARKDOWNX_MARKDOWN_KWARGS => MARKDOWNX_MARKDOWN_EXTENSIONS - * MARKDOWNX_MAX_UPLOADSIZE => MARKDOWNX_UPLOAD_MAX_SIZE - * MARKDOWNX_CONTENT_TYPES => MARKDOWNX_UPLOAD_CONTENT_TYPES - -###### v0.4.2 - -* Path fix by argaen - -###### v0.4.1 - -* Better editor height updates -* Refresh preview on image upload -* Small JS code fixes - -###### v0.4.0 - -* editor auto height - -###### v0.3.1 - -* JS event fix - -###### v0.3.0 - -* version bump - -###### v0.2.9 - -* Removed any inlcuded css -* Removed JS markdown compiler (full python support now with Markdown lib) - -###### v0.2.0 - -* Allow to paste tabs using Tab button - -###### v0.1.4 - -* package data fix - -###### v0.1.3 - -* README.md fix on PyPi - -###### v0.1.2 - -* critical setuptools fix - -###### v0.1.1 - -* change context name `editor` to `markdownx_editor` for better consistency - -###### v0.1.0 - -* init - # License