Skip to content

Commit bc244c9

Browse files
committed
add changelog for 0.10.5
1 parent 121b9aa commit bc244c9

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,35 @@ Changelog for Isso
44
0.10.5 (unreleased)
55
-------------------
66

7-
- Nothing changed yet.
7+
- add support for different vote levels, #260
8+
9+
List of vote levels used to customize comment appearance based on score.
10+
Provide a comma-separated values (eg. `"0,5,10,25,100"`) or a JSON array (eg.
11+
`"[-5,5,15]"`).
12+
13+
For example, the value `"-5,5"` will cause each `isso-comment` to be given
14+
one of these 3 classes:
15+
16+
- `isso-vote-level-0` for scores lower than `-5`
17+
- `isso-vote-level-1` for scores between `-5` and `4`
18+
- `isso-vote-level-2` for scores of `5` and greater
19+
20+
These classes can then be used to customize the appearance of comments (eg.
21+
put a star on popular comments).
22+
23+
- add new post preview API endpoint, #254
24+
25+
- add an option for mandatory author, #257
26+
27+
- clients can now use `data-title` to get the HTML title for a new page, #252
28+
29+
- add finish translation and other minor bugfixes
830

931

1032
0.10.4 (2016-04-12)
1133
-------------------
1234

1335
- fix wrapper attribute when using data-isso-require-mail="true", #238
14-
1536
- fix reponse for OPTIONS response on Python 3, #242
1637

1738

0 commit comments

Comments
 (0)