Skip to content

pro v0.1

Compare
Choose a tag to compare
@wowu wowu released this 20 Jul 20:12
· 50 commits to main since this release
f46bb87

Initial release 🎉

Changelog

  • 6b46419 feat: pass source branch in provider api calls to reduce response size (#1)
  • f3fd74d feat: prefilled access token form for GitHub
  • ed49c9a feat: traverse parent directories to find git repository
  • 403a91f fix: golang linter
  • 9a96d7f feat: better error handling in config
  • 40ab5fb feat: print urls in blue
  • 5b3b6e1 feat: don't add trailing "/" when opening home pages
  • 6197285 feat: lower permissions for gitlab by default (read_api instead of api)
  • 39699b3 fix: Gitlab -> GitLab
  • 64c9512 feat: working GitHub integration
  • 861591e feat: save and read tool config
  • 76d29cc Move gitlab api requests to gitlab package
  • 7822f4b PoC