Releases: ledokter/obsidian-mega-sync
Release list
MEGA Sync 2.4.0
Automated release 2.4.0. See the commit history for the full list of changes.
MEGA Sync 2.3.1
Automated release 2.3.1. See the commit history for the full list of changes.
MEGA Sync 2.3.0
Automated release 2.3.0. See the commit history for the full list of changes.
MEGA Sync 2.0.0
Automated release 2.0.0. See the commit history for the full list of changes.
MEGA Sync 1.2.2
Automated release 1.2.2. See the commit history for the full list of changes.
MEGA Sync 1.2.1
Automated release 1.2.1. See the commit history for the full list of changes.
MEGA Sync 1.2.0
Automated release 1.2.0. See the commit history for the full list of changes.
MEGA Sync 1.1.5
Automated release 1.1.5. See the commit history for the full list of changes.
MEGA Sync 1.1.4
Review fixes for the Obsidian Community directory.
Errors:
- Settings headings no longer include the plugin name (the panel already shows it).
- Bumped minAppVersion to 1.13.0 so the APIs in use (setDestructive, FileManager.trashFile) are within the declared minimum.
Warnings:
- setInterval callback uses a block body (no Promise returned where void expected).
- Removed an unnecessary type assertion in crypto.ts.
Release tag is 1.1.4 (no 'v' prefix), matching the manifest version.
MEGA Sync 1.1.3
Follow-up to 1.1.2: machine-specific config files (workspace.json, workspace-mobile.json, cache) and the plugin's own folder are now always excluded via Vault.configDir instead of hardcoded .obsidian globs. Release tag matches manifest version (1.1.3, no v prefix).