Skip to content

Releases: mufeez-amjad/lin

v0.0.9

02 Dec 22:00
Compare
Choose a tag to compare

Changelog

v0.0.8

06 Nov 16:20
Compare
Choose a tag to compare

Changelog

  • 38601b4: fix: resize issue view horizontally, exact regex match for issue identifier (@mufeez-amjad)

v0.0.7

04 Nov 20:33
Compare
Choose a tag to compare

Changelog

v0.0.6

16 Oct 02:33
Compare
Choose a tag to compare

Changelog

v0.0.5

07 Oct 04:10
Compare
Choose a tag to compare

Changelog

v0.0.4

04 Oct 01:46
Compare
Choose a tag to compare

Changelog

v0.0.3

01 Oct 00:17
Compare
Choose a tag to compare

Changelog

v0.0.2

29 Sep 03:10
Compare
Choose a tag to compare

Changelog

v0.0.1

20 Sep 02:50
Compare
Choose a tag to compare

Changelog

  • e91b750 update github action
  • 664eb1e set default graphql endpoint
  • fed2e5b fix release github action
  • f6d71b9 fix list rendering artifacts issue and issue view
  • 4edf802 add schema
  • d945ab8 Create README.md
  • 1a5ceff add release workflow
  • edc37e8 added custom list delegate
  • 71766f0 add checkout alias, disable completion cmd
  • de5cf47 add checkout subcommand
  • c80e852 move cache to cachedir
  • f65b6f4 pagination for query working
  • ba91445 working loading cache
  • 79ce45e working config
  • c44c308 shift active selection when pressing tab
  • f928d77 add split view
  • c7c3170 remove rpc server, use graphql instead – working except for cache
  • f82efe6 refactor with cobra cmds
  • ef13837 separate client init logic, allow refresh
  • d8e5665 non-blocking rpc client connection
  • d6827de more cleanup
  • f3cc6f3 cleanup
  • 6c51c55 reading from cache working
  • 80aab82 wip parallelize startup, cache issues response
  • 236d11a cleanup
  • bed4493 working checkout branch + open issue
  • be71118 showing assigned issues
  • da8b5ae generating go proto types
  • bcca290 starting point for grpc server
  • 027d426 Initial commit