-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce1c3ee
commit 94d7d50
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Version 1.5.1 (25 March 2016) | ||
|
||
## New features | ||
- Can create projects and groups from top menu. | ||
- Send weekly email notifications in groups with updated bibliography recomendations. | ||
- Better styling of bibliography items in group section. | ||
- Finer scale for time picking in group tasks. | ||
|
||
|
||
## Fixes | ||
|
||
- Render html in messages at the group-admin pages. | ||
- Fix #213. No automatic preview in Outreach while editing an existing article.xs | ||
- Some typos, template and bad links fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
application: research-engine | ||
version: 1-5-0 | ||
version: 1-5-1 | ||
runtime: python27 | ||
api_version: 1 | ||
threadsafe: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
# You should change these if you are registering your own app on App Engine | ||
APP_NAME = "Research Engine" | ||
APP_VERSION = "1.5.0" | ||
APP_VERSION = "1.5.1" | ||
APP_URL = "https://research-engine.appspot.com" | ||
ADMIN_EMAIL = "[email protected]" | ||
APP_REPO = "https://github.com/andresgsaravia/research-engine" | ||
|