File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.5.1 (25 March 2016)
2
+
3
+ ## New features
4
+ - Can create projects and groups from top menu.
5
+ - Send weekly email notifications in groups with updated bibliography recomendations.
6
+ - Better styling of bibliography items in group section.
7
+ - Finer scale for time picking in group tasks.
8
+
9
+
10
+ ## Fixes
11
+
12
+ - Render html in messages at the group-admin pages.
13
+ - Fix #213 . No automatic preview in Outreach while editing an existing article.xs
14
+ - Some typos, template and bad links fixed
Original file line number Diff line number Diff line change 1
1
application : research-engine
2
- version : 1-5-0
2
+ version : 1-5-1
3
3
runtime : python27
4
4
api_version : 1
5
5
threadsafe : true
Original file line number Diff line number Diff line change 22
22
23
23
# You should change these if you are registering your own app on App Engine
24
24
APP_NAME = "Research Engine"
25
- APP_VERSION = "1.5.0 "
25
+ APP_VERSION = "1.5.1 "
26
26
APP_URL = "https://research-engine.appspot.com"
27
27
ADMIN_EMAIL = "admin@research-engine.appspotmail.com"
28
28
APP_REPO = "https://github.com/andresgsaravia/research-engine"
You can’t perform that action at this time.
0 commit comments