whatsnewHtml = whatsnewTemplateFile.text.replaceAll("__WHATS_NEW__", whatsnewHtml)
whatsnewHtmlFile.text = hugoTemplateSubstitutions(whatsnewHtml,
[
+ VERSION: JALVIEW_VERSION,
DISPLAY_DATE: wnDisplayDate
]
)
</head>
<body>
<p>
- <strong>Welcome to Jalview Version $$Version-Rel$$ !!</strong><br/>
+ <strong>Welcome to Jalview Version __VERSION__ (released __DISPLAY_DATE__)!!</strong><br/>
</p>
- <p><em>__DISPLAY_DATE__</em></p>
__WHATS_NEW__
<p>
- This release series provides support for two popular 3D
+ The 2.11.2 release series provides support for two popular 3D
structure visualisation tools, new features for discovery of 3D
structures, improved platform integration and a new command line
tool allowing Jalview to be more easily called from scripts.</p>
<p>
For the full details, see <a
- href="releases.html#Jalview.2.11.2.1">the Jalview 2.11.2.1
+ href="releases.html#Jalview.2.11.2">the Jalview 2.11.2 series
release notes</a>.
</p>
<p>