Changelog¶
Version 1.5.0 - 2026/03/29¶
Another maintenance release which upgrade package to a more modern structure and upgrade Python and Django support.
Removed support for Python<3.8;
Removed support for Django<3.2;
Added support for Python>=3.8;
Added support for Django>=3.2;
Improved sandbox demonstration;
Updated documentation to last Sphinx and Furo theme;
A new major release will drop support for Python<3.10 and Django<5.2
Version 1.4.2 - 2026/02/11¶
A maintenance release to pin setuptools requirement to <81.0.0 since this release
has totally dropped pkg_resources module.
Pinned requirements to
setuptools<81.0.0;Added official support for Python 3.7;
Added official support for Django 3.2;
Fixed local installation for development;
Version 1.4.1 - 2021/12/22¶
Fixed short description from app
__init__docstring as it seems to cause installation to fail because of setuptools>=59 which introduces incompatible backward error with description which contains a newline;
Version 1.4.0 - 2020/08/18¶
Project and package refactoring
Drop
sixusage;Drop
django-bracesusage;Migrate to
setup.cfgfor package configuration;Cover every supported Django versions with tox;
Updated demo project with sandbox;
Add documentation on ReadTheDoc;
Update
icon_map.scsstemplate to include a Sass map for available icons, close #11;
Version 1.3.0 - 2020/08/13¶
This has not be released into a package on Pypi due to packaging configuration problem, the 1.4.0 release resolve everything without any behavior changes.
This is a maintenance release for recent (>=2.0) Django environment.
Pin your project dependancies to django-icomoon<1.3.0 if your environment
does not match the new requirements.
Drop support for Django<=2.0, add support for Django 2.0 to 3.1;
Drop support for Python2, at least Python 3.6 is required;
Version 1.2.0 - 2018/02/16¶
Fix Sass template for bad selector, close #10;
Cleaned icon gallery template;
Dropped support for Django <= 1.8;
Better Makefile for development install;
Version 1.1.1 - 2018/01/30¶
Fixed missing
mixin()in Sass template;
Version 1.1.0 - 2018/01/30¶
Fixed compatibiliy with django>=1.10 in management command, close #9;
Added missing semicolon on pseudo element classes in CSS template;
Added
icon_map.scsstemplate to create an useful Sass file instead of simple CSS classes, close #5;
Version 1.0.0 - 2017/05/29¶
Added tests structure;
Covered all code with tests except for the management command;
Confirmed support for Django 1.8 to Django 1.11, Python 2 and Python 3.5 through ‘tox’;
Version 0.4.0 - 2016/04/06¶
Dropped support for Django <= 1.7;
Fixed command line arguments for Django == 1.8;
Version 0.3.1 - 2015/10/24¶
Lowering down minimal ‘django-braces’ dependancy, better classifiers for Django versions in setup.py;
Version 0.3.0 - 2015/10/11¶
Implemented command line to deploy webfont from download ZIP on Icomoon, contains many backward incompatible settings, this is related to issue #2;