Skip to content

Releases: alexchao26/oneterminal

v0.5.1

02 Jul 15:51
2f266de
Compare
Choose a tag to compare
  • updates to cobra v1.2 which provides completion command by default
  • additional tests including example tests for better go docs

v0.5.0

21 May 02:59
Compare
Choose a tag to compare

Changes

  • missing continue in test setup
  • add more cmdsync tests
  • refactor: use signal.NotifyContext

v0.4.1

07 May 18:19
308ac3b
Compare
Choose a tag to compare
  • feat/yaml cmd alias (#11)

v0.4.0

20 Apr 14:18
e93f582
Compare
Choose a tag to compare
  • use os instead of ioutil per go116 changes

  • !BREAKING: rename Cmd to ShellCmd

  • update command uses the fetched version exactly b/c go mod mirror/proxy takes some time to update

  • add RunContext method and call it from Run() w/ context.Background()

  • refactor tty colors to a simple package a la zap logging pkg

  • add list command to filter out built-in cmds

v0.3.4

26 Mar 16:57
c44b69e
Compare
Choose a tag to compare
  • update github actions

  • auto update version via goreleaser (#8)

  • re-add version for manual/from source builds

  • readme example image

v0.3.3

20 Mar 19:34
167b30e
Compare
Choose a tag to compare

auto update version via goreleaser #8

v0.3.2

20 Mar 18:46
Compare
Choose a tag to compare

Automated tag builds via Github Actions & goreleaser.

v0.3.1 patches cmds not receiving interrupt signal

17 Mar 21:35
Compare
Choose a tag to compare
small patch, ProcessState preventing interrupts from being sent

v0.3.0 patch a nil deref bug, refactors

13 Mar 22:21
Compare
Choose a tag to compare
  • Merge pull request #2 from alexchao26/tests

    adding more tests

  • Patch/nil deref on bad depends-on config (#4)

    • fixes nil pointer deref on bad depends-on in config

    • remove noisy log

    • cleanup and added some TODOs

    • patch cannot close closed channel

  • restructuring and renaming stuff (#5)

Refactor: removes a couple channels

31 Dec 19:30
Compare
Choose a tag to compare

Removes channels from the MonitoredCmd struct.