Skip to content

Releases: augmentable-dev/tickgit

v0.0.14

15 Jun 01:34
d0cf849
Compare
Choose a tag to compare

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

04 Jun 02:53
b111d60
Compare
Choose a tag to compare

Changelog

b111d60 Merge pull request #48 from augmentable-dev/add-elixir
7832838 add elixir single line comments

v0.0.12

30 May 23:45
3044bfb
Compare
Choose a tag to compare

Changelog

3044bfb Merge pull request #47 from augmentable-dev/add-julia
c4ce6c6 add a note
9ad97e9 add basic julia language support
9602f18 update enry
7a07a71 upgrade deps

v0.0.11

05 May 01:22
d880f61
Compare
Choose a tag to compare

Changelog

d880f61 Merge pull request #46 from augmentable-dev/add-kotlin
852c3a3 add some basic support for kotlin
61cd9ad remove an extra line
477c892 updates to the goreleaser file
9e365fa upgrade some dependencies

v0.0.10

12 Mar 01:29
4d4e9d6
Compare
Choose a tag to compare

Changelog

4d4e9d6 Merge pull request #44 from augmentable-dev/more-match-phrases
7040cf4 first pass at some work to support more match phrases
184d42a while we're here, add some simple test cases

v0.0.9

18 Feb 02:09
fa7055a
Compare
Choose a tag to compare

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

29 Dec 01:35
Compare
Choose a tag to compare

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

08 Dec 15:42
Compare
Choose a tag to compare

Changelog

1f4d311 copy blame to new var and use that pointer to fix bug

v0.0.6

08 Dec 00:00
672b0c4
Compare
Choose a tag to compare

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

13 Nov 13:29
Compare
Choose a tag to compare

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