Skip to content

Commit

Permalink
bump v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Nov 13, 2016
1 parent e5ff016 commit 615bcdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Expand Up @@ -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
==================
Expand Down
2 changes: 1 addition & 1 deletion spirit/__init__.py
Expand Up @@ -2,4 +2,4 @@

from __future__ import unicode_literals

__version__ = '0.4.7'
__version__ = '0.4.8'

0 comments on commit 615bcdb

Please sign in to comment.