Prepare for release v4.6 Absinthe

This commit is contained in:
Arun Prakash Jana 2022-07-26 19:17:58 +05:30
parent 98287158aa
commit 0988268a61
No known key found for this signature in database
GPG Key ID: A75979F35C080412
5 changed files with 33 additions and 5 deletions

View File

@ -101,7 +101,7 @@ jobs:
- run:
name: "publish to GitHub"
command: |
go get github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@latest
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${CIRCLE_TAG} ./dist/
workflows:

View File

@ -1,3 +1,31 @@
nnn v4.6 Absinthe
2022-07-26
- icon handling overhaul (#1432, #1436)
- better performance, memory usage and reduced binary size
- emoji support for supporting distros and terminals (#1346)
- open the target directory of symlinked bookmarks (#1353)
- enable show hidden when a hidden file is passed as argument
- add Colemak-DH layout keybinds to patch framework (#1421)
- set `bsdtar` as the default archive utility
- support 4 byte unicode keybinds (#1428)
- enable directory auto-enter during filter operation (`-A` to disable)
- enable filter prompt inside the bookmark/plugin dirs
- show volume usage information in help
- add new icon colors for mp4 and flac files
- use `stat -x` for file details on *BSD and macOS (#1389)
- interpret suffix `$nnn` when paging (#1355)
- disable key <kbd>e</kbd> (edit file) in explorer mode (#1394)
- fix double order chars on filter case match change
- `.cbcp`: more verbose message on paste without a selection
- plugin `preview-tui`: scale-up kitty previews
- plugin `preview-tui`: account for ueberzug offset
- plugin `preview-tui`: support `SPLIT_SIZE` for preview pane (#1431)
- plugin `autojump`: support z.lua
- new Makefile target `shellcheck` to verify plugins
-------------------------------------------------------------------------------
nnn v4.5 Cachaça
2022-04-26

View File

@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";
resource app_version {
major = 4,
middle = 5,
middle = 6,
minor = 0,
variety = B_APPV_DEVELOPMENT,
variety = B_APPV_FINAL,
internal = 0,
short_info = "nnn",

2
nnn.1
View File

@ -1,4 +1,4 @@
.Dd Apr 26, 2022
.Dd Jul 26, 2022
.Dt NNN 1
.Os
.Sh NAME

View File

@ -135,7 +135,7 @@
#endif
/* Macro definitions */
#define VERSION "4.5"
#define VERSION "4.6"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#ifndef NOSSN