Last modified by Pierre Jeanjean on 2025/07/23

Hide last authors
Manuel Leduc 1.1 1 {{velocity}}
2 #if ($doc.getValue('released') != 1)
3 {{warning}}This version has not yet been released.{{/warning}}
4 #end
5 {{/velocity}}
6
7 {{velocity}}
8 #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass'))
9 #set ($product = $rnObject.product)
10 #set ($version = $rnObject.version)
11 #set ($versionPrefix = $stringtool.substringBefore($version, '-'))
12 #set ($versionParts = $stringtool.split($versionPrefix, '.'))
13 #set ($isRC = $version.contains('rc'))
14 #set ($isFinal = !$isRC)
15 #set ($isFirstFinal = $isFinal && ($versionParts.size() == 2 || $versionParts[2] == 0))
16 #set ($isBugFix = $isFinal && $versionParts.size() == 3 && $versionParts[2] > 0)
17 {{/velocity}}
18
19 {{box cssClass="floatinginfobox" title="**Contents**"}}
20 {{toc/}}
21 {{/box}}
22
Manuel Leduc 2.1 23 This is the release notes for [[Cristal>>http://cristal.xwiki.org]].
Manuel Leduc 1.1 24
Pierre Jeanjean 5.1 25 The main changes of this release are:
Pierre Jeanjean 7.1 26
Pierre Jeanjean 5.1 27 * A rework of the page storage format. Pages are now stored as markdown which makes them more easily accessible and readable outside Cristal.
28 * A replacement for the prototype extension required for XWiki integration.
Pierre Jeanjean 7.1 29 * Preliminary support for client-side macros.
Manuel Leduc 1.1 30
Manuel Leduc 2.1 31 {{info}}
32 **Note for translators:** While there is currently no easy way to switch languages, 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>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]**.
33 {{/info}}
Manuel Leduc 1.1 34
Manuel Leduc 2.1 35 {{warning}}
36 Cristal is still under heavy development.
Manuel Leduc 1.1 37
Manuel Leduc 2.1 38 * All APIs are subject to be changed without notice
39 * A lot of features are subject to limitations that will be removed over time
40 * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases
41 {{/warning}}
42
Pierre Jeanjean 4.1 43 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 0.19) =
Manuel Leduc 2.1 44
Pierre Jeanjean 4.1 45 [[Full list of issues fixed and Dashboard for 0.19>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=16192]].
Manuel Leduc 2.1 46
Manuel Leduc 1.1 47 {{velocity}}
48 #if ($isBugFix)
49 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
Pierre Jeanjean 4.1 50 resolution = Fixed AND component != "Development Issues only" and component != "Development Issues only - Test" AND project in (CRISTAL) AND fixVersion in ($version)
Manuel Leduc 1.1 51 {{/jira}}
52 #else
53 {{releasenotechanges/}}
54 #end
55 {{/velocity}}
56
57
Manuel Leduc 2.1 58 === Upgrades ===
Manuel Leduc 1.1 59
Manuel Leduc 2.1 60 (% class="upgrades" %)
61 (((
Manuel Leduc 1.1 62 {{jira url="https://jira.xwiki.org" source="jql" style="list"}}
Pierre Jeanjean 4.1 63 project = CRISTAL AND issuetype = Task AND resolution != Duplicate AND fixVersion IN (0.20-rc-1) AND component = " Dependency Upgrades" ORDER BY summary ASC
Manuel Leduc 1.1 64 {{/jira}}
Manuel Leduc 2.1 65 )))
Manuel Leduc 1.1 66
67 = Security Issues =
68
69 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.
70
71 = Known issues =
72
73 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
74
Manuel Leduc 2.1 75 = Credits =
Manuel Leduc 1.1 76
77
Manuel Leduc 2.1 78 (% class="col-sm-3" %)
79 (((
80 {{display reference="cristal:Main.France2030Support.WebHome"/}}
81 )))
Manuel Leduc 1.1 82
Manuel Leduc 2.1 83 (% class="col-sm-9" %)
84 (((
85 The following people have contributed code to this release (sorted alphabetically):
Pierre Jeanjean 7.1 86
Pierre Jeanjean 4.1 87 * ClementEXWiki
88 * Manuel Leduc
89 * Pierre Jeanjean
Manuel Leduc 2.1 90 )))

Get Connected