Skip to content

Commit 6258ff7

Browse files
committed
textproc/inlyne: update to 0.3.2
While waiting for some of the features in the main branch to finish baking for the v0.4 release why not enjoy some bugfixes, doc cleanups, and refactors right now? Fixed - Fixed a panic that occured when the viewed file gets removed or renamed (#145) - Made live code reloading more robust (#106 & #147) - Live code reloading should work with more editors (e.g. neovim) - Live code reloading should more reliable watch the desired file - Improved syntax highlighting (#150) - We now support highlighting many more formats (e.g. TOML, Dockerfiles, etc.) - We now support highlighting code blocks that use a language marker followed by a comma like ```rust,ignore - Nested numbered lists now display ordering correctly (#154) - Fixed a panic that occured on some specific system configurations (#169) Docs - Use a repology badge for package manager installation (#109) - Make correct location of config file more clear (#122) Along with a whole slew of internal refactors and testing improvements I'd also like to give a big thanks to all of the contributors that helped make this release possible!
1 parent 94d09bb commit 6258ff7

File tree

3 files changed

+1323
-1020
lines changed

3 files changed

+1323
-1020
lines changed

textproc/inlyne/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2023/11/12 13:23:41 wiz Exp $
1+
# $NetBSD: Makefile,v 1.6 2023/11/24 07:49:43 pin Exp $
22

3-
DISTNAME= inlyne-0.3.1
4-
PKGREVISION= 2
3+
DISTNAME= inlyne-0.3.2
54
CATEGORIES= textproc
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=trimental/}
76
GITHUB_TAG= v${PKGVERSION_NOREV}

0 commit comments

Comments
 (0)