Skip to content

Releases: Inlyne-Project/inlyne

v0.2.0

29 Aug 16:36
Compare
Choose a tag to compare

Version 0.2.0 comes with custom keybindings 🤙 to different actions and control over the scrolling amount per line so you can customise the way that you interact with inlyne for a personalised experience.

The most exciting feature in my opinion, which has been planned since the start, is live reloading 🥳 which monitors the file you're currently looking at for any write changes and automatically refreshes the screen in the background. Hopefully you should find this feature seamless so give it a go!

Support for GitHub style tasklists is now implemented so you can stay on track; along with a few bug fixes.

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