##// END OF EJS Templates
Updated changelog
neko259 -
r941:a021f46c default
parent child Browse files
Show More
@@ -41,3 +41,24 b' images to a post'
41 41 * Changed markdown to bbcode
42 42 * Removed linked tags
43 43 * [ADMIN] Added title to the post logs to make them more informative
44
45 # 2.2
46 * Support websockets for thread update
47 * Using div as line separator
48 * CSS and JS compressor
49
50 # 2.2.1
51 * Changed logs style
52 * Text preparsing. Support markdown-style text that parses into bbcode
53 * "bumpable" field for threads. If the thread became non-bumpable, it will
54 remain in this state even if the bumplimit changes or posts will be deleted from
55 it
56
57 # 2.2.4
58 * Default settings. There is a global neboard default settings file, but user
59 can override settings in the old settings.py
60 * Required tags. Some tags can be marked as required and you can't create thread
61 without at least one of them, while you can add any tags you want to it
62 * [ADMIN] Cosmetic changes in the admin site. Adding and removing tags is much
63 more simple now
64 * Don't save tag's threads as a separate table, use aggregation instead No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now