Skip to content

Commit

Permalink
Prepare for 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Jan 6, 2021
1 parent f185f26 commit 824bd70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.6.1] - 2021-01-06

### 🐛 Bug Fixes

- Refreshing tasks no longer causes any existing task to disappear and then reappear.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

An experimental [Obsidian](https://obsidian.md/) plugin to materialize [Todoist](https://todoist.com/) task lists in Obsidian notes.

_Tested with Obsidian 0.10.3 your results may vary!_
_Tested with Obsidian 0.10.6 your results may vary!_

![Example gif](./assets/obsidian-todoist-sync.gif)

## Usage

1. Download `main.js` and `manifest.json` from the [latest release](https://github.com/jamiebrynes7/obsidian-todoist-plugin/releases).
1. Download `main.js`, `styles.css`, and `manifest.json` from the [latest release](https://github.com/jamiebrynes7/obsidian-todoist-plugin/releases).
2. Place this into your `${OBSIDIAN_VAULT}/.obsidian/plugin/todoist-sync` directory.
3. Open Obsidian and ensure that the Todoist plugin is enabled.
4. You should get a prompt asking for your [Todoist API token](https://todoist.com/prefs/integrations). (If not, you can enter this in the settings).
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "todoist-sync-plugin",
"name": "Todoist Plugin",
"version": "1.6.0",
"version": "1.6.1",
"minAppVersion": "0.10.6",
"description": "Materialize Todoist tasks within Obsidian notes.",
"author": "Jamie Brynes",
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": "todoist-plugin",
"version": "1.6.0",
"version": "1.6.1",
"description": "A Todoist plugin for Obsidian",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 824bd70

Please sign in to comment.