Skip to content

Commit

Permalink
www/wiki-tui: update to 0.4
Browse files Browse the repository at this point in the history
Added:
-You can now go to the headers by pressing ENTER on the item in the table of
 contents
-When wiki-tui crashes, it generates a crash report
-You can now change the color of specific views

Changes:
-The logging is now more informative
-Added cargo & NetBSD installation method
-The configuration format is now toml

Fixes:
-Words are no longer overlapping
-Fixed a bug where wiki-tui would crash when pressing keys while searching (#6)
  • Loading branch information
0323pin committed Nov 2, 2021
1 parent 6c38fb7 commit d57e745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions www/wiki-tui/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.1 2021/10/31 08:33:18 pin Exp $
# $NetBSD: Makefile,v 1.2 2021/11/02 09:16:28 pin Exp $

DISTNAME= wiki-tui-0.3.5
DISTNAME= wiki-tui-0.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=Builditluc/}
GITHUB_PROJECT= wiki-tui
GITHUB_TAG= e8e13f8bf4e320e328c2e9d9860a3f868a3da597
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/Builditluc/wiki-tui/
Expand Down
8 changes: 4 additions & 4 deletions www/wiki-tui/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1 2021/10/31 08:33:18 pin Exp $
$NetBSD: distinfo,v 1.2 2021/11/02 09:16:28 pin Exp $

BLAKE2s (addr2line-0.16.0.crate) = 24e229c429a7ffc5c9010ec4c102ab2fc3f9982cfa9897b42709fd96b8f83dc7
SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
Expand Down Expand Up @@ -597,9 +597,9 @@ Size (wasmer_enumset_derive-0.5.0.crate) = 5657 bytes
BLAKE2s (web-sys-0.3.49.crate) = f4a0299a0dee099893de50d089dff882af61df259964713a7979e122d0582470
SHA512 (web-sys-0.3.49.crate) = b77c4b473b849bef87325c14bb48f08a52145812fef35e81e854ac0631264253a4b8c50bafab8578f79832414a081a929ca71426cd9c90529e5f319e52e58451
Size (web-sys-0.3.49.crate) = 649549 bytes
BLAKE2s (wiki-tui-0.3.5-e8e13f8bf4e320e328c2e9d9860a3f868a3da597.tar.gz) = 871099c2854fd91cf0a600b99a8a38ee5f2bfc88e9323433854fb612295fe741
SHA512 (wiki-tui-0.3.5-e8e13f8bf4e320e328c2e9d9860a3f868a3da597.tar.gz) = bf1827b21291d0752ac9a8d4ded0e66008d20d36efd6d16aa3d2b5100fb65562735d5a9fcb58ae2ca79888f788b71bc253f09076f930d95182946289b22c1d5a
Size (wiki-tui-0.3.5-e8e13f8bf4e320e328c2e9d9860a3f868a3da597.tar.gz) = 48784 bytes
BLAKE2s (wiki-tui-0.4.tar.gz) = b0a7d2ce1346c01369a859d8e95a1a3af7acf45479849f3c3425302e6f6cf94a
SHA512 (wiki-tui-0.4.tar.gz) = b22f6a2144329af67f9ec53664afdab70e22d66f1caaa281e8f99506cce149c63223680d5458faed4909580e57e4f79a3f69b8208f2b7317167aab07999b8e27
Size (wiki-tui-0.4.tar.gz) = 50036 bytes
BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce
SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
Size (winapi-0.3.9.crate) = 1200382 bytes
Expand Down

0 comments on commit d57e745

Please sign in to comment.