parent
251c250a8d
commit
5868ae2f13
|
@ -1 +0,0 @@
|
||||||
patch type="added" "use 755 for config dir"
|
|
|
@ -1 +0,0 @@
|
||||||
patch type="fixed" "default to nano and warn if no $EDITOR set"
|
|
|
@ -1 +0,0 @@
|
||||||
patch type="added" "save position of previous list when going back"
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.1] - 2025-01-09
|
||||||
|
|
||||||
|
- use 755 for config dir
|
||||||
|
- save position of previous list when going back
|
||||||
|
- default to nano and warn if no $EDITOR set
|
||||||
|
|
||||||
## [0.1.0] - 2025-01-08
|
## [0.1.0] - 2025-01-08
|
||||||
|
|
||||||
initial release: fully supports everything in ttbp, in a backwards-compatible
|
initial release: fully supports everything in ttbp, in a backwards-compatible
|
||||||
|
|
|
@ -25,7 +25,7 @@ const title = ` ___ __
|
||||||
/ _/__ ___ / /__
|
/ _/__ ___ / /__
|
||||||
/ _/ -_) -_) (_-<
|
/ _/ -_) -_) (_-<
|
||||||
/_/ \__/\__/_/___/
|
/_/ \__/\__/_/___/
|
||||||
neofeels 0.1.0`
|
neofeels 0.1.1`
|
||||||
|
|
||||||
func NewMainMenu(index int) *MainMenu {
|
func NewMainMenu(index int) *MainMenu {
|
||||||
return &MainMenu{
|
return &MainMenu{
|
||||||
|
|
Loading…
Reference in New Issue