From 824bd706e5e98852d699d06978d48ded8889c11d Mon Sep 17 00:00:00 2001 From: Jamie Brynes Date: Wed, 6 Jan 2021 16:52:54 +0000 Subject: [PATCH] Prepare for 1.6.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- manifest.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c15e5a..932dae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 39b8842..b6babc4 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/manifest.json b/manifest.json index b9e3938..933191a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index c781075..a035666 100644 --- a/package.json +++ b/package.json @@ -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": {