Skip to content

Commit

Permalink
Merge pull request #1614 from kbase/develop
Browse files Browse the repository at this point in the history
Merge to master to release version 4.1.1
  • Loading branch information
briehl committed Apr 8, 2020
2 parents c7b6de0 + 30cdd18 commit e951de4
Show file tree
Hide file tree
Showing 15 changed files with 522 additions and 362 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

This is built on the Jupyter Notebook v6.0.2 (more notes will follow).

### Version 4.1.1
- Fix sort order in Narratives panel - should be by most recently saved.
- Add better error support in data staging uploader - if an upload directory is not available, you should be able to return to the root directory without trouble.

### Version 4.1.0
- Introduce Static Narratives, available under the Share menu. First release!

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kbase-narrative",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://kbase.us",
"dependencies": {
"bluebird": "3.4.7",
Expand Down
10 changes: 5 additions & 5 deletions kbase-extension/static/kbase/css/kbaseJobLog.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
.kblog-header {
display: flex;
font-family: monospace;
font-size: 85%;
font-size: 85%;
}

.kblog-line {
display: flex;
font-family: monospace;
font-size: 85%;
}

.kblog-line:hover {
Expand All @@ -31,11 +29,13 @@

.kblog-num-wrapper {
font-size: 85%;
display: flex;
flex-direction: row;
}

.kblog-line-num {
flex-shrink: 0;
width: 9ex;
width: 3rem;
text-align: right;
color: #999;
white-space: nowrap;
Expand Down Expand Up @@ -72,4 +72,4 @@
#kblog-err {
margin-top: 5px;
/* color: #660000; */
}
}

0 comments on commit e951de4

Please sign in to comment.