You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seal/templates/essentials/about.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -84,14 +84,15 @@ <h3>License</h3>
84
84
<h2>Releases</h2>
85
85
<divid="releases-notes" class="w3-small">
86
86
<divclass="w3-panel w3-leftbar w3-blue">
87
-
<h3>1.1.5.dev [July 5, 2023]</h3>
88
-
<p></p>
87
+
<h3>1.1.5 [July 5, 2023]</h3>
88
+
<p>This minor version mainly enhances fix some bugs and improve performances.</p>
89
89
90
90
<h4>New Features</h4>
91
91
92
92
<ul>
93
93
<li><b>Modal population</b>: representation of gnomAD on a barplot</li>
94
94
<li><b>Add the possibility of modifying the family</b> for a sample</li>
95
+
<li><b>Better export</b>: add phenotype on export</li>
95
96
<li>Other minor front-end enhancements</li>
96
97
</ul>
97
98
@@ -100,7 +101,7 @@ <h4>Fixes</h4>
100
101
<ul>
101
102
<li><b>Flask Admin Template</b>: use lower case for bootswatch theme</li>
102
103
<li><b>Header for variant view</b></li>
103
-
<li><b>Sample status 0</b>: fxed a bug where the sample status was set to 0. It should have appeared in the "import" status and not in the "error" status.</li>
104
+
<li><b>Sample status 0</b>: fixed a bug where the sample status was set to 0. It should have appeared in the "import" status and not in the "error" status.</li>
104
105
<li><b>Annotations</b>: an error on a variable name results in the annotation not being imported.</li>
0 commit comments