Skip to content

v0.2.1

Compare
Choose a tag to compare
@I3oris I3oris released this 30 Oct 14:32
· 18 commits to main since this release

RELPy v0.2.1

Bug fixs

  • Reduce blinking on ws-code (computation are now done before clearing the screen). Disallow sync and flush_on_newline during update which help to reduce blinking too, (ic#10), thanks @cyangle!
  • Align the expression when prompt size change (e.g. line number increase), which avoid a cursor bug in this case.
  • Fix wrong history index after submitting an empty entry.

Internal

  • Write spec to avoid bug with autocompletion with '=' characters (ic#11), thanks @cyangle!