Skip to content

Releases: Argus-Labs/world-cli

v1.3.1

22 Oct 10:15
84f5fb5
Compare
Choose a tag to compare

What's Changed

  • feat: change docker compose using docker api sdk by @zulkhair in #72
  • fix: docker api parallel exec, git config, wrong dir cardinal editor by @zulkhair in #74
  • feat: world engine telemetry setup and config by @rmrt1n in #79
  • fix: sentry version and message by @zulkhair in #80
  • fix: bug finding on ui/ux and docker built image issue by @zulkhair in #81

Full Changelog: v1.3.0...v1.3.1

Changelog

  • 88789d7 feat: world engine telemetry setup and config (#79)
  • 84f5fb5 fix: bug finding on ui/ux and docker built image issue (#81)
  • acd9f95 fix: sentry version and message (#80)

v1.3.1-Canary

17 Oct 04:02
Compare
Choose a tag to compare

Full Changelog: v1.3.1-Beta4...v1.3.1-Canary

Changelog

  • 338cc4b fix bug finding on ui/ux and docker built image issue

v1.3.1-Beta4

11 Oct 13:24
Compare
Choose a tag to compare

What's Changed

  • feat: world engine telemetry setup and config by @rmrt1n in #79

Full Changelog: v1.3.1-Beta2...v1.3.1-Beta4

Changelog

  • 88789d7 feat: world engine telemetry setup and config (#79)
  • 0ded692 fix sentry version and message

v1.3.1-Beta3

09 Oct 08:02
Compare
Choose a tag to compare

Full Changelog: v1.3.1-Beta2...v1.3.1-Beta3

Changelog

  • f8d2183 fix sentry version and message

v1.3.1-Beta2

30 Sep 18:57
Compare
Choose a tag to compare

What's Changed

  • feat: change docker compose using docker api sdk by @zulkhair in #72

Full Changelog: v1.3.0...v1.3.1-Beta2

Changelog

  • 69e78c9 ci: re-enable go test for release
  • 6eee015 feat: change docker compose using docker api sdk (#72)
  • 9888454 fix: check git configuration before exec world create (#74)

v1.3.1-Beta1

05 Sep 11:09
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1-Beta1

Changelog

  • c5b6dbe change docker compose using docker api sdk
  • 096d3c4 check git configuration before exec world create
  • 69e78c9 ci: re-enable go test for release
  • 16339e8 modify icon with standard char

v1.3.0

26 Jun 19:46
70267fd
Compare
Choose a tag to compare

What's Changed

  • fix: re enable debug mode by @zulkhair in #69
  • feat: use redis in docker compose, remove go mod vendor prepare step by @smsunarto in #71

Full Changelog: v1.2.9...v1.3.0

Changelog

  • 5605c32 chore: fix lint
  • 70267fd ci: disable go-test release dep
  • 00978ff feat: use redis in docker compose, remove go mod vendor prepare step (#71)
  • 1dbc6f3 fix: docker compose path and redis healthcheck
  • b0fefd8 fix: re-enable debug mode (#69)

v1.2.9

10 Jun 19:03
8685e76
Compare
Choose a tag to compare

What's Changed

  • feat: cardinal pretty logging, improve goroutine reliability, kill --watch by @smsunarto in #64
  • feat: world cli login for deployment by @zulkhair in #65
  • fix: adjust closing file to make world cli run on windows by @zulkhair in #67

Full Changelog: v1.2.8...v1.2.9

Changelog

  • 5fd07ae feat: world cli login for deployment (#65)
  • 8685e76 fix: adjust closing file to make world cli run on windows (#67)

v1.2.8

14 May 03:40
Compare
Choose a tag to compare

What's Changed

  • chore: add no-editor flag in dev mode by @zulkhair in #58
  • fix: quick hotfix to have a default/fallback value for cardinal editor versioning by @technicallyty in #59
  • fix: cardinal editor version mapping by @zulkhair in #60
  • fix(world-cli): Ensure the build flag defaults to true by @jerargus in #61
  • fix: world cardinal dev not exit on compilation error by @zulkhair in #63
  • fix: find world.tom on parent dir by @zulkhair in #62

New Contributors

Full Changelog: v1.2.7...v1.2.8

Changelog

  • 5351040 add common router key to example
  • c93e4f8 chore: add no-editor flag in dev mode (#58)
  • 034511d fix(world-cli): Ensure the build flag defaults to true (#61)
  • 4964b7c fix: cardinal editor version mapping (#60)
  • 03aa9eb fix: find world.tom on parent dir (#62)
  • 7a2d4a1 fix: quick hotfix to have a default/fallback value for cardinal editor versioning (#59)
  • 0ea5303 fix: world cardinal dev not exit on compilation error (#63)

v1.2.7

05 Apr 16:45
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade editor version if a new version is available by @zulkhair in #56
  • feat: run cardinal editor in world cardinal start by @zulkhair in #57

Full Changelog: v1.2.6...v1.2.7

Changelog

  • b1ac9e0 feat: run cardinal editor in world cardinal start (#57)
  • 06da068 feat: upgrade editor version if a new version is available (#56)