Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## Unreleased
## v4.0.1 – 2026-06-09

- Fix Nextcloud/ownCloud public share links failing to download by routing them through the `github-proxy.exelearning.dev` CORS proxy (the public fallback proxies cannot reach these instances). Requires the matching server-side support in the proxy.
- Fix Dropbox, Nextcloud and ownCloud shared-link downloads by routing them through `github-proxy.exelearning.dev`.

---

Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Configuration defaults — override via js/config.js (window.exeViewerConfig)
const config = Object.assign({
// Application version (displayed in footer)
version: '4.0.0',
version: '4.0.1',
// Automatically restore and display content from IndexedDB on page load
autoRestoreContent: true,
// Open external links in a new window/tab (prevents navigation issues in iframes)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exeviewer",
"version": "4.0.0",
"version": "4.0.1",
"description": "A web application to view eXeLearning content packages (.zip/.elpx)",
"main": "server.js",
"type": "module",
Expand Down