Skip to content

Commit

Permalink
mention keyword deprecation for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Nov 19, 2024
1 parent da6af2d commit 5fe6218
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db-version-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Miscelleanous changes:
* [Scheduled](https://docs.logseq.com/#/page/tasks/block/deadline%20and%20scheduled) has been deprecated.
* Recurring tasks aren't ported and are a TODO.
* Logbook timestamps have been deprecated.
* Tasks are no longer created by typing keywords like `TODO` but instead with commands like '/todo'.
* Read more about the [new tasks](./db-version.md#tasks).

#### Assets
Expand Down Expand Up @@ -102,7 +103,7 @@ Miscelleanous changes:

#### DB Graph Directories

* Graphs have a convention of `~/logseq/graphs/GRAPH-NAME` where `GRAPH-NAME` is the graph name.
* Graphs have a convention of `~/logseq/graphs/GRAPH-NAME` where `GRAPH-NAME` is the graph name.
* Inside a graph directory:
* `db.sqlite` - Stores all your graph's data including user configs.
* `assets/` - Stores assets like before.
Expand All @@ -112,4 +113,4 @@ Miscelleanous changes:
## File Graph Changes

* There is no longer a [conversion feature for filename formats](https://docs.logseq.com/#/page/filename%20format)
* The attribute `:block/journal?` no longer exists. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/type` e.g. `[?p :block/journal? true]` -> `[?p :block/type "journal"]`
* The attribute `:block/journal?` no longer exists. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/type` e.g. `[?p :block/journal? true]` -> `[?p :block/type "journal"]`

0 comments on commit 5fe6218

Please sign in to comment.