Skip to content

Commit 4c1fda0

Browse files
committed
bump to v2.1.46
1 parent 55793e8 commit 4c1fda0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

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+
313
- v2.1.45
414

515
- upgrade deps

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@
119119
// For more documentation please go and check out https://docs.hedzr.com/cmdr.v2/.
120120
package cmdr
121121

122-
const Version = "v2.1.45" // Version fir hedzr/cmdr/v2
122+
const Version = "v2.1.46" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)