Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: timwehrle/asana

Asana CLI 1.2.0

29 Sep 19:14

Choose a tag to compare

Release 1.2.0

For installation instructions, please visit our documentation.

Changelog

Features

Build process updates

Other updates

Full Changelog: v1.1.0...v1.2.0

Asana CLI 1.1.0

20 Jun 13:06
a866d44

Choose a tag to compare

Release 1.1.0

For installation instructions, please visit our documentation.

Changelog

Features

Bug fixes

Documentation updates

Other updates

Full Changelog: v1.0.1...v1.1.0

Asana CLI 1.0.1

14 May 19:17

Choose a tag to compare

Release 1.0.1

For installation instructions, please visit our documentation.

Changelog

Features

Bug fixes

  • 5104c47: fix: remove build date since we need custom version function for this by @timwehrle

Other updates

Full Changelog: v1.0.0...v1.0.1

Asana CLI 1.0.0

14 May 14:22

Choose a tag to compare

Release 1.0.0

For installation instructions, please visit our documentation.

Changelog

Features

Bug fixes

Documentation updates

Other updates

Full Changelog: v0.1.5...v1.0.0

Asana CLI 0.1.5

25 Apr 20:20

Choose a tag to compare

Release 0.1.5

For installation instructions, please visit our documentation.

Changelog

Features

  • : Add new sections flag to project tasks command (#19) by @timwehrle
  • : feat: update version template by @timwehrle

Bug fixes

  • : fix: disable colors when not tty by @timwehrle
  • : fix: remove writeable bin check since we use sudo in the next step by @timwehrle
  • : fix: update authentication validation by @timwehrle
  • : fix: update batch limit for projects and tasks by @timwehrle

Build process updates

  • : build(deps): bump step-security/harden-runner in /.github/workflows (#20) by @dependabot[bot]
  • : build: implement install bash script for installing binary by @timwehrle

Documentation updates

  • : docs: add bash installation option by @timwehrle
  • : docs: add description to bash installation by @timwehrle
  • : docs: add help for wsl users and keyring setup by @timwehrle
  • : docs: update source installation option by @timwehrle

Other updates

  • : chore: bump back to v1.23.0 since golangci wont work with 24 by @timwehrle
  • : chore: bump to go version 1.24.0 by @timwehrle
  • : chore: implement v2 of golangci lint and update issues by @timwehrle
  • : chore: update workflow and adjust version of golangci by @timwehrle
  • : refactor: enhance configuration handling and improve error messages (#22) by @gjohnhazel

Full Changelog: v0.1.4...v0.1.5

Asana CLI 0.1.4

18 Jan 20:35
4e040c5

Choose a tag to compare

Release 0.1.4

For installation instructions, please visit our documentation.

Changelog

Features

  • Add nfpms to GoReleaser for .deb and .rpm (#14) by @timwehrle
  • feat: add mock for keyring auth by @timwehrle
  • feat: add new tags list command with favorite flag by @timwehrle
  • feat: add workspace flag to login command by @timwehrle
  • feat: implement pagination and limiting for tasks list command by @timwehrle
  • feat: implement with-token flag (#16) by @timwehrle
  • feat: simplify factory client call by @timwehrle
  • feat: update factory handling and make cmds testable by @timwehrle
  • feat: update handling of args in cobra by @timwehrle

Bug fixes

  • fix: resolve bug where logout backs to keyring error by @timwehrle
  • fix: resolve naming issues within iostreams by @timwehrle
  • fix: resolve potential nil pointer dereference by @timwehrle
  • fix: update cmd execution errors by @timwehrle
  • fix: update login command to check if token is empty by @timwehrle

Build process updates

Documentation updates

Other updates

  • Update config handling & change binary location (#17) by @timwehrle
  • chore: update asana-api package by @timwehrle
  • refactor: resolve issue with io package and variable name by @timwehrle
  • refactor: update typo in project lists flag by @timwehrle

Full Changelog: v0.1.3...v0.1.4

Asana CLI 0.1.3

14 Jan 22:58

Choose a tag to compare

Release 0.1.3

For installation instructions, please visit our documentation.

Changelog

Features

Other updates

Full Changelog: v0.1.2...v0.1.3

Asana CLI 0.1.2

11 Jan 12:57

Choose a tag to compare

Changelog

Features

  • Add users and users list commands (#11) by @timwehrle
  • feat!: change structure for commands by @timwehrle
  • feat: add indent & dedent functions by @timwehrle
  • feat: add new sorting options for tasks list command by @timwehrle
  • feat: implement iostreams package by @timwehrle
  • feat: implement prompter in factory by @timwehrle
  • feat: improve help and usage templates by @timwehrle
  • feat: update projects list command to implement favorited projects by @timwehrle
  • feat: update prompter handling by @timwehrle
  • fix: update features regex to include different formats by @timwehrle

Bug fixes

  • fix(projects): resolve linting issues by @timwehrle
  • fix(prompter): resolve linting issues by @timwehrle
  • fix: implement new sorting functions into project listing by @timwehrle
  • fix: put token storing after api call to handle error cases by @timwehrle
  • fix: resolve issue that descriptions does not get uploaded by @timwehrle
  • fix: resolve lint issues by @timwehrle

Dependency updates

  • build(deps): get golang.org/x/exp package by @timwehrle
  • build(deps): remove color package by @timwehrle

Documentation updates

  • docs: update commands docs by @timwehrle
  • docs: update readme to include new commands by @timwehrle
  • docs: update source installation instructions by @timwehrle

Other updates

  • refactor: formatting imports by @timwehrle
  • refactor: simplify function parameters in showHelp by @timwehrle
  • refactor: update formatting for workspace listing by @timwehrle

Asana CLI 0.1.1

05 Jan 10:42
418cd51

Choose a tag to compare

Changelog

Features

  • feat: enhance formatting for tasks list command by @timwehrle
  • feat: introduce factory to commands by @timwehrle

Bug fixes

  • fix: move version package to internal by @timwehrle
  • fix: remove make commands by @timwehrle
  • fix: resolve formatting check in workflow by @timwehrle
  • fix: update config to store files in platform specific directories (#6 #3) by @timwehrle
  • fix: update packages in terms of go best practices by @timwehrle
  • fix: update typos in workflow by @timwehrle
  • fix: update workflow to just use one job by @timwehrle

Documentation updates

  • docs: update installation instructions by @timwehrle

Other updates

  • Add installation via Homebrew (#9) by @timwehrle
  • Add projects command for listing projects (#8) by @timwehrle
  • Introduce GitHub Action workflow by @timwehrle
  • chore(release): update version handling by @timwehrle
  • chore: update makefile commands by @timwehrle
  • refactor: enhance auth errors with error symbol by @timwehrle
  • refactor: enhance error handling in auth by @timwehrle
  • refactor: rename from formatter to format by @timwehrle
  • refactor: resolve lint issues by @timwehrle
  • refactor: resolve linting issues by @timwehrle

Asana CLI 0.1.0

03 Jan 10:58

Choose a tag to compare

Changelog

Features

  • feat: add new functionalities for updating tasks by @timwehrle
  • feat: add utility function to convert from string to date by @timwehrle
  • feat: implement editor prompter by @timwehrle

Bug fixes

Dependency updates

  • build(deps): bump github.com/timwehrle/asana-go to v0.1.0 by @timwehrle
  • build(deps): upgrade to own asana api wrapper by @timwehrle

Documentation updates

  • docs: add task update documentation by @timwehrle
  • docs: include contributing guidelines by @timwehrle

Other updates