Skip to content

Releases: getnikola/coil

v1.3.2

02 Jul 16:19
Compare
Choose a tag to compare
  • Added two options that should not be used, EVER. Please ignore them.

v1.3.1

18 Jun 15:17
Compare
Choose a tag to compare
  • Use rq from PyPI instead of GitHub

v1.3.0

30 May 13:21
v1.3.0
Compare
Choose a tag to compare
  • Python 3 support

v1.2.2

30 May 13:21
v1.2.2
Compare
Choose a tag to compare
  • Don’t repeat Nikola dependencies to decrease maintenance burden

v1.2.1

30 May 13:21
v1.2.1
Compare
Choose a tag to compare
  • Specify deps in setup.py

v1.2.0

09 May 16:07
v1.2.0
Compare
Choose a tag to compare
  • Added support for a Limited mode, which does not require Redis and rq
  • Nikola v7.4.0 compatibility

v1.1.0

27 Jan 19:54
v1.1.0
Compare
Choose a tag to compare
  • Changed hashing mechanism to sha256 + bcrypt.
    Hashes will be fixed automatically on first login of each user.
  • Added passlib dependency.
  • rqworker queue is now named coil (was default)
  • add trailing slashes to all URLs
  • use url_for()
  • add /rebuild/force/ (== nikola build -a)

v1.0.0

27 Jan 19:52
v1.0.0
Compare
Choose a tag to compare
  • RENAME TO Coil CMS
  • User documentation
  • Form validation
  • Redis for storing data
  • Rebuilding the site, using RQ as a task queue

v0.6.0

10 Jan 17:22
v0.6.0
Compare
Choose a tag to compare
  • Permission management
  • setup.py and Python packaging
  • comet management command
  • more modern pages
  • multiple issues fixed

v0.5.0

10 Jan 17:22
v0.5.0
Compare
Choose a tag to compare
  • Switch to Flask
  • Cookie-based authentication
  • User management
  • Style wysihtml properly