bump v0.4.8

This commit is contained in:
nitely 2016-11-13 16:19:27 -03:00
parent e5ff01688c
commit 615bcdb24f
2 changed files with 12 additions and 1 deletions

View File

@ -7,6 +7,17 @@
* Improvement: Adds `ST_COMMENT_MAX_LEN` setting to change
the maximum characters limit per comment (#107)
* New: Adds optional category title color (#110 thanks to @sheepsy90)
* Fix: `Too many submissions` when form submission has an error (#58)
* New: Key based expiration rate-limit.
* New: `ST_RATELIMIT_CACHE = 'st_rate_limit'` setting and `CACHE`.
* Fix: Boolean filters for Elasticsearch (PR #130)
* Improvement: UTC timezones instead of GMT in user profile form (#108)
* Fix: missing emojis (#93)
* Improvement: Replaced twitter emoji pack by emojiOne pack (PR #126)
* Improvement: Search within comments (#57)
* Improvement: Search-index partial update (PR #129)
* Improvement: Support for YouTube embeds that have a
timestamp (PR #116 thanks to @alesdotio)
0.4.7
==================

View File

@ -2,4 +2,4 @@
from __future__ import unicode_literals
__version__ = '0.4.7'
__version__ = '0.4.8'