Releases: Inlyne-Project/inlyne
Releases · Inlyne-Project/inlyne
v0.1.7.1
v0.1.7
Once again thank you @LovecraftianHorror for another round of great improvements 🎊
- Customise themes with your own colors using the
inlyne.toml
config file - You can also customise the regular and monospace fonts within
inlyne.toml
- Zoom in and out easily with
Ctrl
++
andCtrl
+-
(orCmd
++
andCmd
+-
on macOS) - Linked markdown files are now opened in another inlyne window when clicked on
- Clicking on anchor links now sends you to that section
- Images can now be inlined into rows
- The title now shows the path of the opened file, relative to base git or mercurial folders
- Code block's background color is now determined by the code highlighter
- A ton of performance optimisations for things such as font loading, image loading, selections and resizing ⚡
v0.1.6
Thank you @LovecraftianHorror for your contributions to this release. The fixes and features include:
- Initial code block syntax highlighting via syntect
- Persistence settings via a configuration file
- Quote block support
- Better scrolling on systems and devices that scroll by line height
- Improved error messages for file paths
- Lighter dependencies
- Less blurry image rendering
- Fixed scrollable area to match rendered scrollbar
- Fixed code block layout
- Fixed text line rendering (underline, strikethrough, etc) on small window widths