./textproc/inlyne, GPU powered, browserless, markdown and html viewer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.2, Package name: inlyne-0.4.2, Maintainer: pin

Markdown files are a wonderful tool to get formatted, visually appealing,
information to people in a minimal way. Except 9 times out of 10 you need
an entire web browser to quickly open a file.

Introducing Inlyne, a GPU powered yet browserless tool to help you quickly
view markdown files in the blink of an eye.

Use inlyne --help to see all the command line options. Some of which can be
set permentantly by placing an inlyne.toml file into the default dirs
configuration folder for your respective OS. Checkout inlyne.toml.sample
for an example configuration.


Master sites:

Filesize: 702.775 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-08 12:44:27 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/inlyne: update to 0.4.2

Just a small bugfix/doc release while new features finish up for the v0.5 series
Fixes
 - Ignore the case when doing header name lookups (#256)
 - Fix a crash when rendering headerless table (#279)
 - Fixes an issue where 1-pixel wide selections would linger (#288)
 - Fixes a crash caused by a mismatch in client/server version support on \ 
linux+wayland (#298)

Docs
 - Exclude outdated repos from the repology badge (#271)
 - Add more instructions for building from source (#280)

Internal
 - The usual swarm of non-user-facing changes
   2024-02-20 22:29:29 by pin | Files touched by this commit (4) | Package updated
Log message:
textproc/inlyne: update to 0.4.1

v0.4.1
Fixes
    Fix an issue where fonts can fail to be detected on some systems (#250)

Docs
    Update the repo link to our newly minted organization (#251)

v0.4.0
I'd like to start with a huge thanks to all of our contributors. This release
wouldn't have happened nearly as soon, nor would it have had as many fixes and
features without everyone's help ❤️
Breaking Changes
    Completions are now generated ahead of time and provided with the release
    assets instead of the old --gen-completions <SHELL> flag
    The default light theme code-highlighter was changed from the
    inpsired-github to the new github syntax highlighter
    We have a new wayland feature that is enabled by default for clipboard
    support. If you don't use wayland and you run into wayland related build
    errors then consider building with the --no-default-features with the
    optional --features x11 if you're using Xorg still
    The default zoom-out keybind is now <Ctrl+=> instead of <Ctrl++> and
    zoom-reset is now unbound by default instead of <Ctrl+=>

Features
    Font fallback is now supported 🎉 (less tofu --> more emojis)
    A lot more embedded syntax highlighting themes (#219)
        The full list is always in the inlyne.default.toml file
    Add clipboard support for wayland (#243)
    Add support for color-scheme specific <picture>s (#236)
    Underlines are now supported in syntax highlighting (#221 and #225)
    extra keybindings now override base (#224)
    Use human-panic for more user-friendly panic messages (#172)
    Support table column alignment (#136)
    Use taffy for laying out tables (#129)

Fixes
    Inherit alignment for headers (#241)
    Allow for px suffix on pixel length (#238)
    Mimic GitHub's anchorizer for creating headers' anchor links (#227)
    Correctly reset table column alignment (#218)
    Reset scroll on markdown navigation (#213)
    Debounce file watcher events (#200)
    More gracefully handle failures in image loading (#187)
    Switch the TLS library from openssl to rustls (#179)
        Fixes some issues with window's failing some image requests

Documentation
    Document fontconfig dependency (#220)

Internal
    The usual swarm of non-user-facing changes
   2024-02-19 09:21:35 by pin | Files touched by this commit (1)
Log message:
textproc/inlyne: add warning about latest release
   2023-12-03 21:45:15 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/inlyne: update to 0.3.3

Just a small follow-up release to v0.3.2
Fixed
 - Fixes a panic in wgpu_core that can occur when resizing windows (#180)
 - Fixes list numbering when an element is nested within a list item (#181)
   2023-11-24 08:49:43 by pin | Files touched by this commit (3) | Package updated
Log message:
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!
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html