##// END OF EJS Templates
Bumped version in description. Added changelog
neko259 -
r701:f697a88a 1.8-dev
parent child Browse files
Show More
@@ -26,3 +26,12 b' thread.'
26 * Update last update time with thread update
26 * Update last update time with thread update
27 * Added z-index to the images to move the dragged image to front
27 * Added z-index to the images to move the dragged image to front
28 * [CODE] Major view refactoring. Now almost all views are class-based
28 * [CODE] Major view refactoring. Now almost all views are class-based
29
30 # 1.8 Kara
31 * [CODE] Removed thread update logging
32 * [CODE] Refactored compact form. Now it uses the same one form and moves
33 elements instead of swapping them
34 * [CODE] Moved image to a separate model. This will allow to add multiple
35 images to a post
36 * Added search over posts and tags
37 * [ADMIN] Command to remove empty users
@@ -247,7 +247,7 b' POSTING_DELAY = 20 # seconds'
247
247
248 COMPRESS_HTML = True
248 COMPRESS_HTML = True
249
249
250 VERSION = '1.7.4 Anubis'
250 VERSION = '1.8.0 Kara'
251
251
252 # Debug mode middlewares
252 # Debug mode middlewares
253 if DEBUG:
253 if DEBUG:
General Comments 0
You need to be logged in to leave comments. Login now