Skip to content

Commit 615bcdb

Browse files
committed
bump v0.4.8
1 parent e5ff016 commit 615bcdb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
* Improvement: Adds `ST_COMMENT_MAX_LEN` setting to change
88
the maximum characters limit per comment (#107)
99
* New: Adds optional category title color (#110 thanks to @sheepsy90)
10+
* Fix: `Too many submissions` when form submission has an error (#58)
11+
* New: Key based expiration rate-limit.
12+
* New: `ST_RATELIMIT_CACHE = 'st_rate_limit'` setting and `CACHE`.
13+
* Fix: Boolean filters for Elasticsearch (PR #130)
14+
* Improvement: UTC timezones instead of GMT in user profile form (#108)
15+
* Fix: missing emojis (#93)
16+
* Improvement: Replaced twitter emoji pack by emojiOne pack (PR #126)
17+
* Improvement: Search within comments (#57)
18+
* Improvement: Search-index partial update (PR #129)
19+
* Improvement: Support for YouTube embeds that have a
20+
timestamp (PR #116 thanks to @alesdotio)
1021

1122
0.4.7
1223
==================

spirit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import unicode_literals
44

5-
__version__ = '0.4.7'
5+
__version__ = '0.4.8'

0 commit comments

Comments
 (0)