There was an error while loading. Please reload this page.
1 parent 55793e8 commit 4c1fda0Copy full SHA for 4c1fda0
2 files changed
CHANGELOG
@@ -1,5 +1,15 @@
1
# CHANGELOG
2
3
+- v2.1.46
4
+
5
+ - improved builtin help system command - support history commands
6
+ - remove `dirs` since it moved into `hedzr/is` repo
7
+ - added `ActionRunHelpSystem`, run it with `app.DoBuiltinAction(ctx,action)`
8
+ - improved prompt example app (history support)
9
+ - upgrade deps
10
+ - is - added `dirs` for common folders; history supports in `makenewterm`
11
+ - logg - added `Painter` interface (still unstable)
12
13
- v2.1.45
14
15
- upgrade deps
doc.go
@@ -119,4 +119,4 @@
119
// For more documentation please go and check out https://docs.hedzr.com/cmdr.v2/.
120
package cmdr
121
122
-const Version = "v2.1.45" // Version fir hedzr/cmdr/v2
+const Version = "v2.1.46" // Version fir hedzr/cmdr/v2
0 commit comments