Release notes page added: /portal/release_notes
[unfold.git] / portal / templates / release-notes-view.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4
5 <div class="col-md-8">
6         <br>
7         <h2>Release Notes</h2>
8         <h3>Version</h3>
9         <h4>1.4</h4>
10     <h5>Release date: 12 May 2015</h5>
11             <ul>
12             <li>Create projects within any organization (requires validation)</li>
13             <li>Join any projects under any organizations (requires validation)</li>
14             <li>
15                 Manage your projects (All users within a project can manage it)
16                 <ul>
17                     <li>Accept/reject users willing to join your project</li>
18                     <li>Create/delete slices within your project</li>
19                 </ul>
20             </li>
21             <li>
22                 Now create slices within a project, instead of directly under your organization
23                 <ul>
24                     <li>
25                         Create as many slices as you wish within a project, without requiring approval from the organization manager
26                     </li>
27                 </ul>
28             </li>
29             <li>Faster loading time for resources, slices, and organizations</li>
30             <li>Improved automatic email communication</li>
31             <li>Improved stability, reliability and user-friendliness</li>
32             <li>Several bug fixes</li>
33         </ul>   
34 </div>
35 {% endblock %}
36