Skip to content

Releases: eXist-db/eXide

v3.5.2

26 Apr 02:17
f01539f
Compare
Choose a tag to compare
  • Fixed: Downloads via Application > Download app and via DB Manager - #650

v3.5.1

11 May 14:18
Compare
Choose a tag to compare
  • Fixed: With configuration.xml set to guest=no, login is impossible - #595
  • Fixed: Made compatible with the upcoming eXist-db 7.0.0 version - #609

v3.5.0

06 Jan 03:49
1f51469
Compare
Choose a tag to compare
  • Fixed: Login dialog should focus on User input field with File > Manage - #468
  • New: Save as uses current file's collection - #469
  • New: Add preference to toggle auto-pairing of comments and brackets, and improve auto-pairing - #471, #475
  • New: Add download button to DB Manager view - #484
  • Fixed: Handling of resources with special characters - #489
  • New: Syntax highlighting applied to query results - #491
  • New: Copy results pane to clipboard - #513
  • New: Set the number of results displayed - #527

v3.4.0

12 May 13:25
b9f6b3e
Compare
Choose a tag to compare
  • New: Warn user when saving contents of XQuery window with non-XQuery file extension - #462
  • New: Adopt community XQuery file extension convention - #461

v3.3.1

22 Feb 15:37
c5ea1fc
Compare
Choose a tag to compare
  • Fixed: Snippets for XQuery 3.1 - #420
  • Fixed: Ensure errors in module inspection don’t halt docs lookup - #420

v3.3.0

24 Jan 22:43
3684693
Compare
Choose a tag to compare
  • Feature: Include ag-grid in build to allow offline use of eXide - #411

v3.2.1

26 Nov 01:12
Compare
Choose a tag to compare
  • Hotfix - revert unintended change to default font for editor - #391

v3.2.0

23 Nov 21:50
Compare
Choose a tag to compare
  • Feature: 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 - #335
  • Fixed: Preferences added in new versions of eXide were not picked up when upgrading from old versions - #334
  • Fixed: Bug caused by lingering references to the shared-resources package after it was removed from the list of declared dependencies - #333
  • Fixed: Long lines in output area not wrapped - #326
  • Fixed: Changes to Print Margin preferences were not persisting - #335.
  • Fixed: Info endpoint default parameters - #335.
  • v3.1.1

    17 Oct 13:45
    Compare
    Choose a tag to compare
  • Fixed: Scrollbar missing in Directory & Outline sidebar pane - #317
  • Fixed: Open button inoperative in DB Manager dialog - #322
  • Fixed: Scrollbar missing in output area for large outputs - #325
  • Fixed: Long lines in output area not wrapped - #326
  • Reverted serialization options from 3.1.0 pending solution to #334.
  • v3.1.0

    16 Jul 15:54
    Compare
    Choose a tag to compare
    • Feature: Added Preference options that govern indentation and XInclude expansion when opening and downloading XML documents from database, and expanded documentation to cover commonly used features of eXide, such as XQSuite and EXPath Package support and query result controls - #328
    • Behind the scenes: Switched continuous integration platforms from TravisCI to GitHub Actions - #332