Skip to content

Commit

Permalink
textproc/csvlens; update to 0.9.0
Browse files Browse the repository at this point in the history
v0.9.0
 - Improve scrolling responsiveness for large csv
 - Find and filter using selected cell (# and @) to search for exact matches
 - Fix rendering of cursor in input prompt
 - Fix app freeze on line wrap in some cases
 - Fix potential overflow when subtracting durations in Windows (#77)
 - Fix rendering of right border with irregular columns (#73)
 - Fix misspelling (#72 by @theKnightsOfRohan)
  • Loading branch information
0323pin committed Apr 29, 2024
1 parent 5205de7 commit 76718bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/csvlens/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2024/03/27 09:47:45 pin Exp $
# $NetBSD: Makefile,v 1.23 2024/04/29 13:43:02 pin Exp $

DISTNAME= csvlens-0.8.1
DISTNAME= csvlens-0.9.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=YS-L/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
2 changes: 1 addition & 1 deletion textproc/csvlens/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: cargo-depends.mk,v 1.13 2024/03/27 09:47:45 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.14 2024/04/29 13:43:02 pin Exp $

CARGO_CRATE_DEPENDS+= adler-1.0.2
CARGO_CRATE_DEPENDS+= ahash-0.8.11
Expand Down
8 changes: 4 additions & 4 deletions textproc/csvlens/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.21 2024/03/27 09:47:45 pin Exp $
$NetBSD: distinfo,v 1.22 2024/04/29 13:43:02 pin Exp $

BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
Expand Down Expand Up @@ -177,9 +177,9 @@ Size (csv-core-0.1.11.crate) = 25852 bytes
BLAKE2s (csv-sniffer-0.3.1.crate) = ba7cd670c609dc03d37cca1cc683ebe0de081a9575fc8af5db1555449a0eb96f
SHA512 (csv-sniffer-0.3.1.crate) = 2ac1f01176d436d0aeaa57fbb427a61083a97642b8344202de85e0970f8a623cd4f96c3825d53ae3907024ed4598444626f092db9ccd94b39e4d039538a42c72
Size (csv-sniffer-0.3.1.crate) = 14845 bytes
BLAKE2s (csvlens-0.8.1.tar.gz) = 210a01723325452d48aa9ebe0cae466083d6b674411e7fcbcdaa7f39d9d9dff5
SHA512 (csvlens-0.8.1.tar.gz) = 279084241e11f95259b6171606dde1a5b69571e8ddf3283af9eac6d93a561661127f522160787c54e62a894d151366f940b2e82f1c30dd0b4e5af24621acf973
Size (csvlens-0.8.1.tar.gz) = 956696 bytes
BLAKE2s (csvlens-0.9.0.tar.gz) = e1754f0298d0dcc84cf8de7e948f8304f46b9d5b915b6b9a176ada061aa9e654
SHA512 (csvlens-0.9.0.tar.gz) = f6e98731230f23b402d0854a0f6a9f58c01482e1e3f467c1d9f66c2f61cbfcc9e997ce074cafda95155a0a6d8ecad17639b81bbed387e1d5c6257d3908ab8d8f
Size (csvlens-0.9.0.tar.gz) = 957819 bytes
BLAKE2s (derive-new-0.6.0.crate) = 433f04f5612d2dcac9372a3dff990fe3fc3bcfe7ff49a64db2b9159a8d6c1622
SHA512 (derive-new-0.6.0.crate) = 2f603df3765657e1dc857012610d849705002c8f710136ddf4717cde5d7f827d7d886074a08ec75d4678601c17b8cac83961db25bd10e49840777a4e89c4f7cd
Size (derive-new-0.6.0.crate) = 7694 bytes
Expand Down

0 comments on commit 76718bc

Please sign in to comment.