Skip to content

Commit

Permalink
docs: note removal of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed May 6, 2024
1 parent 9e7449d commit e412219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
4 changes: 4 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

> Note: the style changes in this release mean that you may need to tweak any custom CSS or themes. The changes are based on the default theme.
### Breaking changes

- Removed the deprecated settings for rendering the description, due date, labels, or projects. Please use the `show` property in the query.

### ✨ Features

- Rebuilt the task renderer from the ground up. This now resembles Todoist more closely and has improved the default styling.
Expand Down
40 changes: 0 additions & 40 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,54 +31,14 @@ This defines, in seconds, the interval between automatic refreshes. This is only

When enabled, tasks will fade-in or fade-out when tasks are added or removed respectively. Just some eye candy if you like that.

### Render descriptions

:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the task description under the task content.

### Render dates

:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the task due date under the task content.

### Render date icon

When enabled, queries will render an icon accompanying the due date.

### Render project & section

:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the project & section under the task content.

### Render project & section icon

When enabled, queries will render an icon accompanying the project & section.

### Render labels

:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the labels under the task content.

### Render labels icon

When enabled, queries will render an icon accompanying the labels.
Expand Down

0 comments on commit e412219

Please sign in to comment.