diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d7934..0b9de2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # coda-mover +## 2.1.5 + +### Patch Changes + +- Convert @mention tags from Coda to Outline format + ## 2.1.4 ### Patch Changes diff --git a/README.md b/README.md index b845b5e..b235f47 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,25 @@ Coda Mover Coda contents migration made simple -image +🥳 Usage +----- + +A nice guideline on how to use the tool, please check it out: +https://www.loom.com/share/7c8d4f0e62714124b81ad1e462d56f7f?sid=453a8151-84d5-43aa-8c6c-2f9f1082dc3f + +> For MacOS users, the application can be opened with: +> right-click > Open > Open + +image Installation ----- -Please find download links on our [Releases](https://github.com/CoderPush/coda-mover/releases) page. Pick your desired installation: +Please find download links on our [Releases](https://github.com/CoderPush/coda-mover/releases) page. Pick one of available options: - `mac.zip` links for MacOS build as zip file - `dmg` links for MacOS builds as commonly used Apple disk image format -> For MacOS users, the application can be opened with: -> right-click > Open > Open - Development ----- ### Prerequisites diff --git a/package.json b/package.json index 09783ba..610e1f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coda-mover", "description": "Coda contents migration made simple", - "version": "2.1.4", + "version": "2.1.5", "private": true, "scripts": { "dev": "tsup --env.ELECTRON_IS_DEV=1 && electron dist/electron",