Path to this page:
./
textproc/inlyne,
GPU powered, browserless, markdown and html viewer
Branch: CURRENT,
Version: 0.5.2,
Package name: inlyne-0.5.2,
Maintainer: pinMarkdown 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: 669.288 KB
Version history: (Expand)
- (2026-05-20) Updated to version: inlyne-0.5.2
- (2025-02-06) Updated to version: inlyne-0.5.0
- (2024-08-30) Updated to version: inlyne-0.4.3
- (2024-04-08) Updated to version: inlyne-0.4.2
- (2024-02-21) Updated to version: inlyne-0.4.1
- (2023-12-03) Updated to version: inlyne-0.3.3
CVS history: (Expand)
2026-05-20 14:49:13 by pin | Files touched by this commit (5) |  |
Log message:
textproc/inlyne: update to 0.5.2
0.5.2 - 2026-05-19
Adds back the macOS x64 target that was dropped the past release, and updates \
most of our dependencies.
Deprecations
Replaces the Visual Studio Dark+ syntax highlighting theme with the default \
dark theme, and emit a deprecation warning (6ce93ce)
Releases
Add x86_64 (intel-based) macOS back to CI (#451)
Internal
Update all of the dependencies outside of rendering related ones (#448)
0.5.1 - 2026-05-13
Features
Percent decode URLs (#390)
Make window decorations optional and use better client side decorations on \
Wayland (#395)
This includes the -d --decorations flag to control decorations
Bold table headers (#402)
Fixes
Handle wpu::SurfaceError gracefully during rendering (#419)
Documentation
Use the view subcommand in our README headline example (#416)
Add a CHANGELOG.md (#446)
Internal
Trivial dependency updates (#389)
Dependabot CI action bumps (too many to care)
Switch from std::sync::Mutex -> parking_lot::Mutex (#399)
Replace VecDeque with Vec (#401)
Fix recent CI failures (#411)
Update dark-light dependency and log errors (#412)
Fix typo in panic hook message (#420)
Update metrics crate and remove unused import (#429)
Run $ cargo fmt (#440)
Give CI a bot of a refresher (#441)
Update most dependencies (#443)
Migrate to $GITHUB_OUTPUT in CI (#444)
|
| 2026-04-09 10:56:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
inlyne: fix build with rust 1.94
|
| 2025-04-10 21:36:03 by pin | Files touched by this commit (1) |
Log message:
textproc/inlyne: needs sse2
|
| 2025-04-02 19:55:37 by pin | Files touched by this commit (1) |
Log message:
textproc/inlyne: reset maintainer
|
| 2025-04-02 13:13:18 by pin | Files touched by this commit (1) |
Log message:
textproc/inlyne: not for i386
|
2025-02-06 12:26:29 by pin | Files touched by this commit (4) |  |
Log message:
textproc/inlyne: update to 0.5.0
Another breaking release with the highlight this time being the introduction of \
new subcommands! The existing functionality of calling inlyne <FILE> is \
still preserved as long as it doesn't conflict with an existing subcommand. You \
can use the new inlyne view <FILE> subcommand to unambiguously view a file
The first of our new subcommands is inlyne config open which makes editing \
inlyne's config file much simpler for people not accustomed to sniffing out \
obscure config file locations
Breaking Changes
Switch inlyne's CLI with the current functionality under inlyne view (#284)
Features
Add history navigation exposed via shortcuts (#258 #269)
Add the new inlyne config subcommand for interacting with inlyne's config \
file (#285 #386)
Modify our custom panic hook to follow a nice workflow for creating GH \
issues (#286)
Allow specifying capital letters in keybinding definition (#287)
In addition to the existing method of { key = 'a', mod = \
["Shift"] }
Allow specifying window position and size through config and CLI (#290)
Add a desktop entry file (#293 #317)
Allow double and triple click selection (#295 #339)
Don't show the scrollbar when the content fits on one screen (#313)
Add window class properties for wayland (#343 #349)
Fixes
Update the window title on file navigation (#274)
Fix a crash that could happen when clicking some relative file links (#292)
Use appropriate relative sizes for headers (#307)
Scroll on clicking the scrollbar as well as moving (#314)
Top align checkboxes instead of centering with content (#316)
Don't panic when the file to view is missing (#332)
Documentation
Track code coverage with codecov.io (#337 #341 #346 #350 #378)
Update some Cargo.toml fields (#369)
Internal
Add a dependabot workflow to update CI actions (#265)
Dependabot CI action bumps (#266 #267 #340 #344 #363 #374 #376 #379 #384)
Tweak CI to avoid spawning duplicate jobs for PRs (#268)
Ensure that we can always deserialize the default keybindings (#270)
Update dependencies (#272 #298 #300 #301 #333 #334 #336 #370)
Improve test coverage (#273)
Setup initial metrics infrastructure (#289)
Switch our HTTP client from reqwest to ureq (#296)
Placate clippy (#297 #326 #377 #383)
Add dev bounding box toggle (#308 #312)
Replace wiremock with tiny_http for testing (#320 #321)
Update image and remove streamed image decoding (#325)
Test our custom user agent (#328)
Cleanup test utilities (#331 #335)
Speed up graceful image failure test (#345)
Fix test perf regression and new beta toolchain warning (#348)
Narrow focus of snapshot tests (#364)
Switch from the now deprecated PanicInfo to PanicHookInfo (#371)
Bump CI nightly toolchain version (#372)
|
2024-04-08 12:44:27 by pin | Files touched by this commit (3) |  |
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) |  |
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
|