Version 2.1 by Pierre Jeanjean on 2024/10/02

Hide last authors
Pierre Jeanjean 1.1 1 {{velocity}}
2 #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass'))
3 #set ($product = $rnObject.product)
4 #set ($version = $rnObject.version)
5 #set ($versionPrefix = $stringtool.substringBefore($version, '-'))
6 #set ($versionParts = $stringtool.split($versionPrefix, '.'))
7 #set ($isRC = $version.contains('rc'))
8 #set ($isFinal = !$isRC)
9 #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal)
10 {{/velocity}}
11
12 {{box cssClass="floatinginfobox" title="**Contents**"}}
13 {{toc/}}
14 {{/box}}
15
Pierre Jeanjean 2.1 16 This is the release notes for [[Cristal>>http://cristal.xwiki.org]].
Pierre Jeanjean 1.1 17
Pierre Jeanjean 2.1 18 This release introduce a navigation tree to browse wikis. A "New Page" button opening a modal has also been added to assist page creation. The default editor now supports realtime edition.
Pierre Jeanjean 1.1 19
Pierre Jeanjean 2.1 20 {{info}}
21 **Note for translators:** While there is currently no easy way to switch language, we started extracting translatable text info a format that can be exploited by [[Weblate>>https://weblate.org/]]. You can already start translating a few translation keys, see **[[https:~~/~~/l10n.xwiki.org/projects/xwiki-contrib/cristal/>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]**
22 {{/info}}
Pierre Jeanjean 1.1 23
Pierre Jeanjean 2.1 24 {{warning}}
25 This is a very early release and Cristal is still under heavy development.
Pierre Jeanjean 1.1 26
Pierre Jeanjean 2.1 27 * All APIs are subject to be changed without notice
28 * A lot of features are subject to limitations that will be removed over time
29 * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases
30 {{/warning}}
Pierre Jeanjean 1.1 31
Pierre Jeanjean 2.1 32 = New and Noteworthy =
Pierre Jeanjean 1.1 33
Pierre Jeanjean 2.1 34 [[Full list of issues fixed and Dashboard for 0.10>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
35
Pierre Jeanjean 1.1 36 {{releasenotechanges/}}
37
38 === Upgrades ===
39
Pierre Jeanjean 2.1 40 The following runtime dependencies have been upgraded (they have a different release cycle than [[Cristal>>http://cristal.xwiki.org]]):
Pierre Jeanjean 1.1 41
Pierre Jeanjean 2.1 42 (% class="upgrades" %)
43 (((
44 {{jira url="https://jira.xwiki.org" source="jql" style="list"}}
45 project = CRISTAL AND issuetype = Task AND component = " Dependency Upgrades" and fixVersion = 0.10
46 {{/jira}}
47 )))
Pierre Jeanjean 1.1 48
49 = Security Issues =
50
51 Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the [[XWiki Security Policy>>dev:Community.SecurityPolicy.WebHome]] for more details.
52
53 = Known issues =
54
Pierre Jeanjean 2.1 55 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20and%20project%20%3D%20CRISTAL%20ORDER%20BY%20updated%20DESC]]
Pierre Jeanjean 1.1 56
Pierre Jeanjean 2.1 57 = Credits =
Pierre Jeanjean 1.1 58
Pierre Jeanjean 2.1 59 (% class="col-sm-3" %)
60 (((
61 {{display reference="cristal:Main.France2030Support.WebHome"/}}
62 )))
Pierre Jeanjean 1.1 63
Pierre Jeanjean 2.1 64 (% class="col-sm-9" %)
65 (((
66 The following people have contributed code to this release (sorted alphabetically):
Pierre Jeanjean 1.1 67
Pierre Jeanjean 2.1 68 * Manuel Leduc
69 * Marius Dumitru Florea
70 * Pierre Jeanjean
71 * Thiago Krieck
72 )))

Get Connected