Skip to content

Commit

Permalink
Prepare v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Nov 23, 2021
1 parent 05b2630 commit d8660f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exide",
"version": "3.1.1",
"version": "3.2.0",
"description": "a web-based XQuery IDE",
"main": "main.js",
"directories": {
Expand Down
10 changes: 10 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<finish/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="3.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Featire: Expanded serialization preferences (in Edit > Preferences) with separate settings governing serialization when opening documents in the editor, downloading documents to disk, and downloading EXPath applications; these settings now control 3 serialization parameters indent, XInclude expansion, and XML declarations - <a href="https://github.com/eXist-db/eXide/pull/335">#335</a></li>
<li>Fixed: Preferences added in new versions of eXide were not picked up when upgrading from old versions - <a href="https://github.com/eXist-db/eXide/issues/334">#334</a></li>
<li>Fixed: Bug caused by lingering references to the shared-resources package after it was removed from the list of declared dependencies - <a href="https://github.com/eXist-db/eXide/issues/333">#333</a></li>
<li>Fixed: Long lines in output area not wrapped - <a href="https://github.com/eXist-db/eXide/issues/326">#326</a></li>
<li>Fixed: Changes to Print Margin preferences were not persisting - <a href="https://github.com/eXist-db/eXide/pull/335">#335</a>.</li>
<li>Fixed: Info endpoint default parameters - <a href="https://github.com/eXist-db/eXide/pull/335">#335</a>.</li>
</ul>
</change>
<change version="3.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Scrollbar missing in Directory &amp; Outline sidebar pane - <a href="https://github.com/eXist-db/eXide/issues/317">#317</a></li>
Expand Down

0 comments on commit d8660f3

Please sign in to comment.