--- - branch: MAIN date: Sun May 23 17:08:50 UTC 2021 files: - new: '1.23' old: '1.22' path: pkgsrc/sysutils/xplr/Makefile pathrev: pkgsrc/sysutils/xplr/Makefile@1.23 type: modified - new: '1.23' old: '1.22' path: pkgsrc/sysutils/xplr/distinfo pathrev: pkgsrc/sysutils/xplr/distinfo@1.23 type: modified - new: '1.2' old: '1.1' path: pkgsrc/sysutils/xplr/PLIST pathrev: pkgsrc/sysutils/xplr/PLIST@1.2 type: modified - new: '1.7' old: '1.6' path: pkgsrc/sysutils/xplr/cargo-depends.mk pathrev: pkgsrc/sysutils/xplr/cargo-depends.mk@1.7 type: modified - new: '1.3' old: '0' path: pkgsrc/sysutils/xplr/patches/patch-Cargo.toml pathrev: pkgsrc/sysutils/xplr/patches/patch-Cargo.toml@1.3 type: added id: 20210523T170850Z.4306210237de4a9dc97a70cff3a570798a76eba9 log: | sysutils/xplr: update to 0.10.2 0.10.2 ====== Changes & fixes: -Fixed error with broken symlink. -Fixed displaying correct symlink destination. -Fixed deleting symlinks pointing to a directory. 0.10.1 ====== Changes & files: -Fixed icon rendering -Made all the important structs public for visible documentation. 0.10.0 ====== Changes & fixes: -config.yml has been fully replaced with init.lua. If you have a lot of customization in your config.yml, xplr-yml2lua can help you with migrating it to lua. -Handlebars templates has been replaced with Lua functions. -xplr will fall back to default config if init.lua is corrupt. You will see the error via log. So, now, it's not a big deal if you mess up init.lua or you upgrade xplr and there's version incompatibility issue. You can still use it. -Added (optional) mouse scrolling support, which be auto enabled on devices that support mouse. -History navigation will now behave like jump list in vim. So, you can even jump and return to different locations in the same directory. -Added messages CallLua and CallLuaSilently to call lua functions. The app state will be passed as input to the functions, and the returned messages will be handled by xplr. CallLua and CallLuaSilently are more flexible (and probably faster) alternatives to Call, CallSilently, BashExec and BashExecSilently. e.g. -Fixed "directory not empty" error on MacOS -Fixed initial focus via CLI argument. 0.10.0-beta.6 ============= Changes & fixes: -Fall back to default config when the custom config is corrupt. An error log will be displayed. -Optimized CPU usage by limiting pipe readers. -Added messages CallLua and CallLuaSilently to call lua functions. The app state will be passed as inputs to the functions, and the returned messages will be handled by xplr. 0.10.0-beta.5 ============= -Fixed initial $PWD sync issue. 0.10.0-beta.4 ============= Changes & fixes: -config.yml has been fully ported to init.lua. That means, xplr won't read config.yml anymore. -xplr.fn.builtin.foo_func format synax has been shortened to builtin.foo_func. 0.10.0-beta.3 ============= Changes & fixes: -Added (optional) mouse scrolling support. -History navigation will now behave like jump list. -Fixed initial focus via CLI argument. -Fixes MacOS error "directory not empty". 0.10.0-beta.2 ============= -Update version 0.10.0-beta.1 ============= Changes & fixes: -Handlebars templates have been replaced with Lua functions. Hence, instead of handlebars templates, you will be writing the location to the lua functions (e.g. xplr.fn.builtin.fmt_general_table_row_cols_0) in config.general.table.row.cols[n].format. -As of now 4 inbuilt functions have been defined in Lua. xplr.fn.builtin.fmt_general_table_row_cols_{n}, which can be overwritten via ~/.config/xplr/init.lua. -You can define your own functions in xplr.fn.custom. -CallSilently message has been fixed, and you won't see the unexpected stdout/stderr on screen anymore. 0.10.0-beta.0 ============= -Added support for native lua binding via ~/.config/xplr/init.lua. -Fixed open in editor action by only opening the file under focus. module: pkgsrc subject: 'CVS commit: pkgsrc/sysutils/xplr' unixtime: '1621789730' user: pin