Skip to content

Commit 678fa13

Browse files
authored
Oxygen add-on for XSpec 3.2.1 (#20)
1 parent 233d0a1 commit 678fa13

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

static/editors/oxygen/latest.xhtml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
</div>
1616
<div>
1717
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
18+
<div>
19+
<h3>v3.2.1</h3>
20+
<ul>
21+
<li>Release Candidate of the stable release</li>
22+
<li>Code coverage report includes Contents section with coverage statistics
23+
(<a href="https://github.com/xspec/xspec/pull/2078">#2078</a>).</li>
24+
<li>Tested with BaseX 11.7.</li>
25+
</ul>
26+
</div>
1827
<div>
1928
<h3>v3.2.0</h3>
2029
<ul>
@@ -82,13 +91,6 @@
8291
>#1883</a>)</li>
8392
</ul>
8493
</div>
85-
<div>
86-
<h3>v3.0.0</h3>
87-
<ul>
88-
<li>Initial development version of v3.0</li>
89-
<li>Tested with Oxygen 26.0</li>
90-
</ul>
91-
</div>
9294
</div>
9395
</body>
9496
</html>

static/editors/oxygen/oxygen-addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
<!--
1111
To publish a new version,
12-
* Update this @href to a specific commit archive
12+
* Update this @href to a specific archive named after the version, e.g., v1.2.3.zip
1313
* Increment <xt:version>
1414
* Disable the new add-on version in the project options stored in xspec.xpr
1515
(Options - Preferences - Document Type Association)
1616
* Update the changelog in xt:description
1717
-->
1818
<xt:location
19-
href="https://github.com/xspec/xspec/archive/fee92fd453ac9e55e3c889df168ebc918fdc8485.zip" />
19+
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.1.zip" />
2020

21-
<xt:version>3.2.0</xt:version>
21+
<xt:version>3.2.1</xt:version>
2222

2323
<!-- Note that supporting multiple oXygen versions may be hard to maintain, because
2424
* oXygen add-on and framework require manual testing.

0 commit comments

Comments
 (0)