Changelog History
Page 1
-
v0.0.14 Changes
June 15, 2020๐ Changelog
6157290 Delete .DS_Store
๐ e107b33 Merge pull request #50 from emmyhsohn/master
๐ b99e051 Merge pull request #51 from augmentable-dev/golangci-lint-action
๐ d0cf849 Merge pull request #52 from augmentable-dev/cmd
๐ 742c6e4 address lint issues
703bd75 changed main.go to tickgit.go
๐ 8b3f481 first pass adding the linter
f920513 fix spacing....
๐ fd35e2e move down to a separate job
795ab85 some re-org of the cmd folder -
v0.0.13 Changes
June 04, 2020 -
v0.0.10 Changes
March 12, 2020 -
v0.0.9 Changes
February 18, 2020๐ Changelog
๐ d3c5761 Merge pull request #40 from augmentable-dev/add-rust
๐ 4747800 Merge pull request #42 from augmentable-dev/add-file-preview
๐ fa7055a Merge pull request #43 from augmentable-dev/only-todos
โก๏ธ 8121b07 Update TODOs badge
โก๏ธ 0a90828 Update TODOs badge in README
๐ 6f8ea54 a bit of restructuring, and add support for rust
df5fb7d add badges
c4e8dbb clean up README
8a4ed57 don't fail on a git blame error
07be0a8 first step of removing extraneous functionality
e86cf31 preview file content when identifying language
โก๏ธ 4809ff1 update README
โก๏ธ f5594c1 update badge docs
โก๏ธ 50832fe update build
โก๏ธ fa85108 update the docs
โฌ๏ธ d1db82e upgrade some deps
8ffd270 use badgen for badge -
v0.0.8 Changes
December 29, 2019๐ Changelog
246aa28 Add some links to the README
๐ 1d32243 Merge branch 'master' into spelling
๐ 3b1112c Merge branch 'master' into spelling
๐ 5bd7d49 Merge branch 'master' of github.com:augmentable-dev/tickgit
๐ 6743ae5 Merge pull request #28 from augmentable-dev/gofmt--s
๐ 9d81e12 Merge pull request #29 from augmentable-dev/csv-output
๐ e6fe89b Merge pull request #30 from augmentable-dev/add-lisps
๐ 434bdb6 Merge pull request #31 from jsoref/spelling
๐ dbffa1b Merge pull request #33 from augmentable-dev/remove-vendor
๐ 31e3aae Merge pull request #34 from augmentable-dev/ignore-node_modules
๐ 39da671 Merge pull request #37 from augmentable-dev/add-R
โฌ๏ธ ce2ed37 Merge pull request #38 from augmentable-dev/upgrade-deps
โก๏ธ 34d552e Update link to TODO browser
4251886 add Common Lisp and Emacs Lisp
โ cbe67e5 add a case to the JS test to confirm ignoring node_modules
โ 653b65c add some simple test cases
๐ 24185d8 add support for R
d13db3a go mod tidy
00d6555 go mod tidy
4ab2750 gofmt
2776528 implement first pass at a csv output flag
c0112d5 include file path
ffea107 minor change to language, some spacing
โก๏ธ f7d58c9 minor updates to README
๐ d62bb33 remove vendored deps
โ 5f171f2 run the test workflow on PRs
4100341 spelling: particular
c49a608 spelling: todos
โก๏ธ 0433dc5 update the TODOs sample snippet
โก๏ธ 1450d19 update the Test action to test all packages
โฌ๏ธ 0f2a884 upgrade deps
โฌ๏ธ ccead19 upgrade some dependencies -
v0.0.7 Changes
December 08, 2019๐ Changelog
1f4d311 copy blame to new var and use that pointer to fix bug
-
v0.0.6 Changes
December 08, 2019๐ Changelog
๐จ 0cdf52a Merge pull request #23 from augmentable-dev/refactoring
๐ 672b0c4 Merge pull request #24 from augmentable-dev/exec-blame
bac1475 add TODO to handle todos added in the initial commit
9e35a44 add a note about previewing each file for enry
3602da0 don't pass the SHA in of the head, so that uncomitted todos get picked up as well
e9a1db2 implement blaming via exec of git command
๐จ f80ef25 some general refactoring
โก๏ธ 459696c some minor UX updates (spinner), and update how comment funcs return results (via cb)
eef7662 use a custom struct for a todo's commit
a4715a8 use a scanner to find todos in a commit
e91861d use godirwalk
545d663 use relative path (to directory) when storing where a comment is -
v0.0.5 Changes
November 13, 2019๐ Changelog
๐ bfcc111 Merge pull request #21 from augmentable-dev/cmds-cleanup
๐ 0cadba8 Merge pull request #22 from augmentable-dev/todo-history
โก๏ธ dd55f41 Update README.md
9092f80 add a TODO
๐ 3f2f8fc add ability to parse when a TODO was added, include in report
c1295b9 clean up error handling, abstract a validation, add a cmd desc phrase
๐ 5358b71 concurrent blaming, skip merge commits
6ed2e33 home grown blame for todos
1b7b8a8 implement blame on a set of todos, some clean up
f9ff939 make FindBlame cancellable via context, make ToDos sortable
05682eb only call cb if it's not nil
๐ bd0139d quick bugfix