Skip to content

Commit

Permalink
textproc/inlyne: update to 0.3.2
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
0323pin committed Nov 24, 2023
1 parent 94d09bb commit 6258ff7
Show file tree
Hide file tree
Showing 3 changed files with 1,323 additions and 1,020 deletions.
5 changes: 2 additions & 3 deletions textproc/inlyne/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2023/11/12 13:23:41 wiz Exp $
# $NetBSD: Makefile,v 1.6 2023/11/24 07:49:43 pin Exp $

DISTNAME= inlyne-0.3.1
PKGREVISION= 2
DISTNAME= inlyne-0.3.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=trimental/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 6258ff7

Please sign in to comment.