Skip to content

Releases: ledokter/obsidian-mega-sync

MEGA Sync 2.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:32

Automated release 2.4.0. See the commit history for the full list of changes.

MEGA Sync 2.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:40

Automated release 2.3.1. See the commit history for the full list of changes.

MEGA Sync 2.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:45

Automated release 2.3.0. See the commit history for the full list of changes.

MEGA Sync 2.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:21

Automated release 2.0.0. See the commit history for the full list of changes.

MEGA Sync 1.2.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 07:57

Automated release 1.2.2. See the commit history for the full list of changes.

MEGA Sync 1.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 07:46

Automated release 1.2.1. See the commit history for the full list of changes.

MEGA Sync 1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:57

Automated release 1.2.0. See the commit history for the full list of changes.

MEGA Sync 1.1.5

Choose a tag to compare

@github-actions github-actions released this 06 Aug 17:59

Automated release 1.1.5. See the commit history for the full list of changes.

MEGA Sync 1.1.4

Choose a tag to compare

@ledokter ledokter released this 06 Aug 17:44

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

Choose a tag to compare

@ledokter ledokter released this 06 Aug 16:54

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).