v2.4.9
- Fixed: An issue in the xqlint library caused silent errors when using legacy map constructor syntax - #224
- Fixed: An bug affecting copying, cutting, and pasting of resources in the File > DB Manager pane - #225
- Security: When logging in, credentials are now submitted via HTTP POST instead of GET - #227
Note: With this release, eXide's xqlint submodule switched from https://github.com/wolfgangmm/xqlint to https://github.com/eXist-db/xqlint. If you have an existing clone of eXide, be sure to update your submodule with:
cd eXide
git submodule sync
git submodule update --init --recursive --remote