Skip to content

🎁WRAPPED PRESENTS🎁

Compare
Choose a tag to compare
@kalkin kalkin released this 19 Apr 19:53
· 200 commits to master since this release

Changelog

Added

  • set & clear terminal title
  • workaround for fetching promisor data
  • improvement: Add Repo.__str__() function
  • log: GitHub provider add some error/warning logging
  • style: Add __all__ to glv.vcs module

Changed

  • improvement: change commit link icon to ⭞
  • improvement: change the horizontal line character

Fixed

  • fetching missing commit data in partial repos
  • GitHub provider handle rate limiting
  • lexer do not highlight missing commit data error in diff view
  • merge name resolution when no authentication is provided
  • typo in provider cache path
  • handle read only file system (f1c173b)
  • typo in provider cache path

Refactored

  • fix typing
  • split up commit type rendering in to icon & arrows