Skip to content

0.8 beta 4

Latest
Compare
Choose a tag to compare
@ikozyris ikozyris released this 27 Jul 22:30
· 17 commits to main since this release
8e84b6a

New:

  • Syntax highlighting (48333d7)
  • RAM usage now is the PSS (0ccdc12)
  • View line after wrap point (when line length > maxx) (0ccdc12)
  • Shrink buffers to just fit lines (gap = 0) (a08bcc0)

Optimizations:

  • 2.5x performance boost in reading (3edb996)
  • data function with zero memory allocations

Fixes:

  • Line wrapping with unicode characters
  • Memory leaks and errors (as detected by valgrind)

Full Changelog: v0.8-beta3...v0.8-beta4