Skip to content

Releases: Inlyne-Project/inlyne

v0.1.7.1

23 Aug 18:16
Compare
Choose a tag to compare

Pre-built binaries now available for releases.

v0.1.7

21 Aug 17:31
Compare
Choose a tag to compare

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 + + and Ctrl + - (or Cmd + + and Cmd + - 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

15 Aug 17:21
Compare
Choose a tag to compare

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