Skip to content

Commit

Permalink
Release v1.11.0 prep (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 authored Apr 8, 2023
1 parent e142340 commit 83ef8c1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion 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.11.0] - 2023-04-08

### ✨ Features

- You can now use YAML for writing your Todoist queries.
Expand All @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### 🐛 Bug Fixes

- Using the 'Add Todoist Task' command should correctly use the selection an editor pane.
- Using the 'Add Todoist Task' command should correctly use the selection in an editor pane.
- Subtask lists should no longer display erroneous messages when all the subtasks are closed.
- Fixed logical bugs in handling failures when marking a task as done.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Obsidian x Todoist Plugin

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jamiebrynes7/obsidian-todoist-plugin/premerge?style=for-the-badge) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jamiebrynes7/obsidian-todoist-plugin?style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jamiebrynes7/obsidian-todoist-plugin/premerge.yml?branch=develop&style=for-the-badge) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jamiebrynes7/obsidian-todoist-plugin?style=for-the-badge)

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

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "todoist-sync-plugin",
"name": "Todoist Plugin",
"version": "1.10.1",
"version": "1.11.0",
"minAppVersion": "1.0.0",
"description": "Materialize Todoist tasks within Obsidian notes.",
"author": "Jamie Brynes",
"authorUrl": "https://github.com/jamiebrynes7/obsidian-todoist-plugin",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todoist-plugin",
"version": "1.10.1",
"version": "1.11.0",
"description": "A Todoist plugin for Obsidian",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.11.0": "1.0.0",
"1.10.1": "1.0.0",
"1.10.0": "1.0.0",
"1.9.0": "0.13.14",
Expand All @@ -10,4 +11,4 @@
"1.6.1": "0.10.6",
"1.6.0": "0.10.2",
"1.5.0": "0.9.10"
}
}

0 comments on commit 83ef8c1

Please sign in to comment.