Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Release v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 12:51
· 36 commits to main since this release

All changes of this release are documented here.

Bug Fixes

  • autocmds: Add BufWinEnter to renderer events. (c848669)

  • portion: Use utils.ternary when and ... or doesn't work. (5c4c8b1)

Documentation

  • readme: Fix typo. (f733d24)

  • utils: Improve code docs. (bfb79ea)

  • config: Explain more about the delay option. (f795062)

  • ui: Document find_pair function. (1c48eb4)

  • config: Improve config documentation. (af95ef9)

Features

  • config: Add included_modes option. (d43f3db)

House Keeping

  • formatting: Format with stylua. (32eae42)

Refactor

  • portion: Use self helper methods instead of direct use. (a5debd2)

  • ui: Extract find_pairs logic. (0295582)

  • NONE: Use the term "pair" properly. (3e90c01)

  • ui: Move the pair variable close to where it is used. (9f59d54)

Styling

  • autocmds: Put each event on a separate line. (6a91aef)