Skip to content

Releases: jdoiro3/dagit

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 22:29

Changelog

  • fd983a4 handle case when head's ref doesn't exist; only get commits once and pass pointer for goroutines
  • c09028e highlight nodes and edges on hover
  • c01224b only show what is stored in the git object when viewing

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 16:09

Changelog

  • 7d2009b fixed x and y caching, used switch statement, making node pointer interaction better

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 22:22

Changelog

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 12:39
5ec15ac

Changelog

  • db6c13c Update README.md
  • 587b01f Update README.md
  • 5ec15ac Update release.yml
  • 2f8a095 add back onNodeDragEnd
  • f9faa29 after adding gitgo as a dep we can only build for 64bit machines
  • f88032c doing some refactoring and improving performance time for writing data to sqlite db
  • f2675fe don't reset node positions if they already exist in the graph
  • c064904 output repo as json using channels and goroutines
  • c28e771 refactoring some logic out into functions for ui
  • de82211 removed old data files
  • 888ed4b updated go.mod
  • dc509fc updated goreleaser file format
  • 18f85c4 updated goreleaser version to 2
  • d87c35a updated goreleaser.yaml
  • a986a53 working on a few things
  • 7a40aa8 working on d3 graph laypout
  • 335ab7d working on force graph
  • 1dc3275 working on using Go features to improve git utils

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 19 Apr 01:01

Changelog

  • 6eea734 changed logging; removed branches cli command; updated CLI docs/command name

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 19 Apr 00:25

Changelog

  • 61121fe infra: updated brew config
  • 1058c15 infra: updated brew config

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 19 Apr 00:03

Changelog

  • 3c657ba infra: updated brew config

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 18 Apr 17:48

Changelog

  • 95c645e infra: working on homebrew upload

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 18 Apr 17:38

Changelog

  • ab40c97 infra: login into docker hub in CI