Version 7.1 by Manuel Leduc on 2025/02/26

Hide last authors
Manuel Leduc 1.1 1 {{velocity}}
2 #if ($doc.getValue('released') != 1)
Manuel Leduc 3.1 3 {{warning}}This version has not been released yet.{{/warning}}
Manuel Leduc 1.1 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)
Manuel Leduc 3.1 15 #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal)
16 #set ($isBugFix = $versionParts.size() == 3 && $versionParts[2] > 0)
Manuel Leduc 1.1 17 {{/velocity}}
18
19 {{box cssClass="floatinginfobox" title="**Contents**"}}
20 {{toc/}}
21 {{/box}}
22
Manuel Leduc 3.1 23 This is the release notes for [[Cristal>>http://cristal.xwiki.org]].
Manuel Leduc 1.1 24
Manuel Leduc 5.1 25 The main point of this release is the improved support for [[GitHub>>https://github.com]] as a backend for Cristal. Additionally, we introduce a new flatpak packaging for Linux users of the desktop version of Cristal.
Manuel Leduc 1.1 26
Manuel Leduc 3.1 27 {{info}}
28 **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/]]**.
29 {{/info}}
30
31 {{warning}}
32 Cristal is still under heavy development.
33
34 * All APIs are subject to be changed without notice
35 * A lot of features are subject to limitations that will be removed over time
36 * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases
37 {{/warning}}
38
39
Manuel Leduc 2.1 40 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 0.14) =
Manuel Leduc 1.1 41
Manuel Leduc 4.1 42 [[Full list of issues fixed and Dashboard for 0.15>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15992]].
Manuel Leduc 1.1 43
44 {{velocity}}
45 #if ($isBugFix)
46 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
47 resolution = Fixed AND component != "Development Issues only" and component != "Development Issues only - Test" AND project in (XCOMMONS, XRENDERING, XWIKI) AND fixVersion in ($version)
48 {{/jira}}
49 #else
50 {{releasenotechanges/}}
51 #end
52 {{/velocity}}
53
54
55 === Upgrades ===
56
Manuel Leduc 3.1 57 The following runtime dependencies have been upgraded (they have a different release cycle than [[Cristal>>http://cristal.xwiki.org]]):
Manuel Leduc 1.1 58
Manuel Leduc 3.1 59 (% class="upgrades" %)
60 (((
Manuel Leduc 1.1 61 {{jira url="https://jira.xwiki.org" source="jql" style="list"}}
Manuel Leduc 7.1 62 project = CRISTAL AND issuetype = Task AND resolution != Duplicate AND fixVersion = 0.15 AND component = " Dependency Upgrades" ORDER BY summary ASC
Manuel Leduc 1.1 63 {{/jira}}
Manuel Leduc 3.1 64 )))
Manuel Leduc 1.1 65
66 = Security Issues =
67
68 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.
69
70 = Known issues =
71
72 * [[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]]
73
Manuel Leduc 3.1 74 = Credits =
Manuel Leduc 1.1 75
76
Manuel Leduc 2.1 77 (% class="col-sm-3" %)
78 (((
79 {{display reference="cristal:Main.France2030Support.WebHome"/}}
80 )))
Manuel Leduc 3.1 81
82
Manuel Leduc 2.1 83 (% class="col-sm-9" %)
84 (((
85 The following people have contributed code to this release (sorted alphabetically):
Manuel Leduc 3.1 86
87 {{warning}}Compute contributors{{/warning}}
Manuel Leduc 2.1 88 )))

Get Connected