Skip to content

Commit

Permalink
chore: add changeset and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hungluu committed Feb 29, 2024
1 parent 73b8134 commit ebfc69b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# coda-mover

## 2.1.5

### Patch Changes

- Convert @mention tags from Coda to Outline format

## 2.1.4

### Patch Changes
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,25 @@ Coda Mover

Coda contents migration made simple

<img width="912" alt="image" src="https://github.com/CoderPush/coda-mover/assets/13363340/2d59e452-5dcb-4bc6-a028-0e1a2910c9b6">
🥳 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
<img width="400" alt="image" src="https://github.com/CoderPush/coda-mover/assets/13363340/2d59e452-5dcb-4bc6-a028-0e1a2910c9b6">

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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ebfc69b

Please sign in to comment.