mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 15:32:12 +00:00
bump v0.4.8
This commit is contained in:
parent
e5ff01688c
commit
615bcdb24f
11
HISTORY.md
11
HISTORY.md
@ -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
|
||||
==================
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '0.4.7'
|
||||
__version__ = '0.4.8'
|
||||
|
Loading…
Reference in New Issue
Block a user