@xbghc/warden 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -140,8 +140,10 @@ refreshes by hand.
140
140
  ## Todos
141
141
 
142
142
  Notes attached to a branch rather than to a line of code, for the things you notice while reviewing
143
- that do not belong in a comment. They are not deleted when you commit. The Todos drawer filters by
144
- status, defaults to the current branch and can show all branches; *复制 Todo* copies the open ones
143
+ that do not belong in a comment. They are not deleted when you commit. They sit in the right-hand
144
+ rail next to the comments, under the *Todo* tab: type a title and press Enter to add one, expand a
145
+ card to read or edit its Markdown body, filter by status, and switch between the current branch
146
+ and all branches; *复制 Todo* copies the open ones
145
147
  (optionally including the done ones, marked ` (done)`) as:
146
148
 
147
149
  ```markdown
package/dist/cli.js CHANGED
@@ -4900,7 +4900,7 @@ async function startServer(opts) {
4900
4900
  }
4901
4901
 
4902
4902
  // bin/cli.ts
4903
- var VERSION = true ? "0.3.0" : "dev";
4903
+ var VERSION = true ? "0.4.0" : "dev";
4904
4904
  function parseArgs(argv) {
4905
4905
  const args = { repoPath: process.cwd(), open: true, help: false, version: false };
4906
4906
  for (let i = 0; i < argv.length; i++) {