Skip to content

Commit

Permalink
Prepare 1.2.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 authored Sep 5, 2020
1 parent b873b14 commit 5209cfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.2.0] - 2020-09-05

### ✨ Features

- Subtasks are now nested under their parent if both are included in the filter. If a subtask is captured by a filter, but the parent is not, it will be listed as a top level item. You may need to adjust your priority CSS to accommodate these changes. For example:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

_Tested with Obsidian 0.8.4 and Volcano 1.0.6, your results may vary!_
_Tested with Obsidian 0.8.9 and Volcano 1.2.1, your results may vary!_

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

Expand Down
1 change: 0 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class Task {
}

compareTo(other: Task, sorting_options: string[]): number {
console.log(sorting_options);
for (let sort of sorting_options) {
switch (sort) {
case "priority":
Expand Down

0 comments on commit 5209cfb

Please sign in to comment.