... |
... |
@@ -1,3 +1,7 @@ |
|
1 |
+=== **Collaboratory 2 release (2022-12-13)** === |
|
2 |
+ |
|
3 |
+This release contains fixes for minor issues discovered in the OIDC client manager app and Lab environment variables. |
|
4 |
+ |
1 |
1 |
=== **Collaboratory 2 release (2022-12-07) (Released)** === |
2 |
2 |
|
3 |
3 |
**Collaboratory.Lab ** |
... |
... |
@@ -4,7 +4,7 @@ |
4 |
4 |
|
5 |
5 |
* Dynamic environment variables |
6 |
6 |
** Notebook name, collab name and site hosting your Lab session will now always be available in a notebook, regardless of how you navigate to a notebook. |
7 |
|
-** COLLAB_TITLE added to environment variables. COLLAB_NAME changed to reflect name of the collab (slug syntax, invariable) rather than its title. |
|
11 |
+** COLLAB_NAME has been renamed to COLLAB_TITLE to reflect its value. |
8 |
8 |
* The Virtual Brain Library extension has been updated. |
9 |
9 |
|
10 |
10 |
**Collaboratory.Wiki** |
... |
... |
@@ -17,6 +17,7 @@ |
17 |
17 |
* Add the possibility for OIDC client maintainers to add the service account related to the OIDC client to a [[collab's Team>>doc:Collabs.the-collaboratory.Documentation IAM.FAQ.Adding a service account to a Collab Team or a Group.WebHome]] |
18 |
18 |
* Certain special characters were causing issues when put into a collab name, you can no longer use these special characters in a name. |
19 |
19 |
* New field "has_bucket" was added to the API response describing collab. This allows users to quickly and easily see if a collab has a Bucket associated with it as a bucket is optional in a collab. |
|
24 |
+* When using the collab search page, you can now include filters in the URL. E.g [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/#favorite=true>>https://wiki.ebrains.eu/bin/view/Collabs/#favorite=true]] will have the favourite filter selected by default when visiting the link |
20 |
20 |
|
21 |
21 |
**Collaboratory.IAM** |
22 |
22 |
|