Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@chottolabs chottolabs released this 25 Nov 02:31
· 9 commits to main since this release
c09ad47

functionally the same as before (actually I removed some features) but consolidating and abstracting away some of the early "design" choices made.

new changes:

  • added buffer manager
  • removed plenary (simplifies stream parsing due to avoiding plenary's intermediate line buffering)
  • added j-hui/fidget.nvim spinner
  • consolidate and share logic between specs more clearly

it's a little more oop-ified than i hoped for... but i feel like it's still in a better state now that some obscure stuff is tucked away. (i.e. extmark related state are abstracted away in buffer manager, plenary job weirdness)

removed:

  • project mode no longer traverses back to home directory (probably for the better)
  • janky prefill (will add back later)

What's Changed

Full Changelog: v0.2.3...v0.3.0