You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/roadmap.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This page also lists all minor and major releases since 2.X. Patches aren't list
8
8
9
9
## 5.X (Upcoming)
10
10
11
-
-[] Improve `setup`.
12
-
-[] Add many more setups (LICENSEs, gitignores, etc...).
13
-
-[] Make setups searchable.
11
+
-[x] Improve `setup`.
12
+
-[x] Add more setups (LICENSEs, gitignores, etc...).
13
+
-[x] Make setups searchable.
14
14
-[x] Improve `commit`
15
15
-[x] Commit prevention if compromised files (e.g. `.env` or `node_modules`) are staged.
16
16
-[ ] Setting to actually halt cleanup execution and notify if an error happens.
17
-
-[] Add `fuckingnode uncommit` - undoes commit and holds, letting the user modify stuff, then re-adds files from the prev commit, runs `commitCmd` if any, and commits with same message.
17
+
-[x] Add `fuckingnode uncommit` - undoes commit and holds, letting the user modify stuff, then re-adds files from the prev commit, runs `commitCmd` if any, and commits with same message.
18
18
-[x] Functional self updater.
19
19
-[ ] Functional self remover.
20
20
-[x] Add `fuckingnode terminate <MGR_GLOBAL>` (aliases: `ftl` (fuck the lang), `resign`, and `un-node, un-bun, un-deno, ...`)
@@ -31,7 +31,7 @@ This page also lists all minor and major releases since 2.X. Patches aren't list
31
31
-[ ] Parallel execution.
32
32
-[x] Shell, script, and file denotation.
33
33
-[x] Allow to change notification threshold.
34
-
-[] “Deep merge” for text-based setups like `.editorconfig` (avoid duplicates basically).
34
+
-[x] “Deep merge” for text-based setups like `.editorconfig` (avoid duplicates basically).
0 commit comments