File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7
7
* Improvement: Adds ` ST_COMMENT_MAX_LEN ` setting to change
8
8
the maximum characters limit per comment (#107 )
9
9
* 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 )
10
21
11
22
0.4.7
12
23
==================
Original file line number Diff line number Diff line change 2
2
3
3
from __future__ import unicode_literals
4
4
5
- __version__ = '0.4.7 '
5
+ __version__ = '0.4.8 '
You can’t perform that action at this time.
0 commit comments