Skip to content

Releases: galihrivanto/go-inkscape

Minor issue - remove logging

18 Jun 10:11
2c786b3
Compare
Choose a tag to compare

remove unused debug log

Add context to execution

18 Jun 08:22
4b08ee6
Compare
Choose a tag to compare

as suggested and patched by @euiko added context to command execution

fix race due shared verbose variable

17 Feb 15:14
Compare
Choose a tag to compare

when running multiple proxy using using verbose mode , race condition may occurred due shared global verbose variable
fix by using scoped variable instead

fix race and use better synchronization

15 Feb 07:50
a96462f
Compare
Choose a tag to compare
  • fix stdout and stderr race condition
  • use better synchronization between commands

fix data race due lack of synchronization for shared `stdin`

05 Feb 09:07
Compare
Choose a tag to compare

initial release

01 Feb 23:48
Compare
Choose a tag to compare
v0.1.0

feat: add action helpers