Hey folks. Releasing v1.3.1, providing some recent bug fixes for v1.3.0 , and a new feature.
Install:
Click me to know how to install
Highlights
- Bug fix for String Width check causing startup failure on RUNEWIDTH_EASTASIAN=1 . Thanks @YHYJBPXR for creating the issue, and @mnixry for finding the root cause.
- Bug fix for correcting icons for clipboard panel. Thanks @Frost-Phoenix for this quick bug fix.
- Added a new sort type - you can now sort files by their Type (file extension) - Thanks @trejdof for the idea and implementation.
- Code improvements and refactoring . Thanks @JassonCordones for your code improvements.
Discussion for any questions/clarifications :
Detailed Change Summary
Details
- Correct icons for clipboard files
#845
by @Frost-Phoenix - Update main.go
#839
by @JassonCordones - Purego package update
#837
by @daeho-ro - Replace custom giscus implementation with official starlight-giscus plugin
#843
by @yorukot - Add 'Type' option for sorting by file extension with fallback
#829
by @trejdof - Replace mattn/rundwidth with ansi package for more robust StringWidth
#848
by @lazysegtree
New Contributors
Full Changelog: v1.3.0...v1.3.1