Wiki source code of Release Notes for Cristal 0.10

Last modified by Vincent Massol on 2024/10/15

Show last authors
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
16 This is the release notes for [[Cristal>>http://cristal.xwiki.org]].
17
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.
19
20 {{info}}
21 **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/]]**.
22 {{/info}}
23
24 {{warning}}
25 This is a very early release and Cristal is still under heavy development.
26
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}}
31
32 = New and Noteworthy =
33
34 [[Full list of issues fixed and Dashboard for 0.10>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15808]].
35
36 {{releasenotechanges/}}
37
38 === Upgrades ===
39
40 The following runtime dependencies have been upgraded (they have a different release cycle than [[Cristal>>http://cristal.xwiki.org]]):
41
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 )))
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
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]]
56
57 = Credits =
58
59 (% class="col-sm-3" %)
60 (((
61 {{display reference="cristal:Main.France2030Support.WebHome"/}}
62 )))
63
64 (% class="col-sm-9" %)
65 (((
66 The following people have contributed code to this release (sorted alphabetically):
67
68 * Manuel Leduc
69 * Marius Dumitru Florea
70 * Pierre Jeanjean
71 * Thiago Krieck
72 )))

Get Connected