Skip to content

Latest commit

 

History

History
162 lines (74 loc) · 6.69 KB

CHANGELOG.md

File metadata and controls

162 lines (74 loc) · 6.69 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.1.0 (2024-11-01)

Features

1.0.1 (2024-11-01)

Bug Fixes

  • apps: --ios-min option was ignored (d2de664)
  • apps: --rollout option was ignored (5f1b2d8)

1.0.0 (2024-11-01)

Features

  • apps: add new --expires-in-days option to apps:bundles:create (5e83d14)

Bug Fixes

  • login: log error if email or password are not provided (844acc4)
  • manifests: ignore .DS_Store file (5e7ef8e)

0.0.17 (2024-10-24)

0.0.16 (2024-10-20)

Bug Fixes

  • manifests: exclude manifest file itself (afae1f2)

0.0.15 (2024-10-20)

Features

  • bundles: support artifact type manifest (#14) (5e92c5e)

Bug Fixes

  • error message on sign-in if client is offline (#13) (56404f6)

0.0.14 (2024-09-30)

Bug Fixes

0.0.13 (2024-08-20)

Features

  • print notice if new version is available (#7) (db88dc3), closes #2

0.0.12 (2024-07-25)

Bug Fixes

0.0.11 (2024-07-12)

Features

  • add support for signature verification (#6) (b82a190)

Bug Fixes

  • apps: throw error if empty path is provided (e5de25c)

0.0.10 (2024-07-10)

Features

  • add support for checksum verification (#5) (5dbe8af)

0.0.9 (2024-07-04)

Features

  • bundles: add url argument (bf7b213)

0.0.8 (2024-06-10)

Bug Fixes

  • improve error handling (e67e94b)
  • throw error if no app exists (930857c)

0.0.7 (2024-05-27)

Features

  • add apps:bundles:update command (9dbad37)
  • add rollout argument to apps:bundles:create command (30b892c)

0.0.6 (2024-05-04)

Features

  • bundles: add new min and max options (#1) (41d4bad)

0.0.5 (2024-05-02)

Features

  • login: add --token option (2cdd649)

Bug Fixes

  • allow execution of commands in ci (4ce7ea6)
  • read user config in ci (f404989)

0.0.4 (2024-04-30)

Bug Fixes

  • apps: improve error message for apps:bundles:create (79dc82c)

0.0.3 (2024-04-27)

Features

  • apps: return bundle ID on create (8a02925)
  • apps: return channel ID on create (afec871)

0.0.2 (2024-04-25)

Bug Fixes

  • add missing shebang line (a4c7b64)

0.0.1 (2024-04-25)

Initial release 🎉