Skip to content

Releases: Odevio/Odevio-CLI

1.2.2

02 Feb 13:56
Compare
Choose a tag to compare

Changelog

  • Added API keys creation and management

Check out our new CI/CD repo

1.2.1

08 Dec 12:01
Compare
Choose a tag to compare

Changelog

  • Documentation update
  • Fixed build tunnel command

1.2.0

24 Nov 11:46
Compare
Choose a tag to compare

Changelog

  • Renamed Appollo to Odevio
  • Added real time log streaming when building
  • Added auto update when a new package version is available
  • Added post-build-command parameter
  • Small bug fixes

1.1.0

12 May 11:49
Compare
Choose a tag to compare

Changelog

  • Replaced flutter version warning with interactive menu
  • Added restrictions based on subscription plan
  • Added terminal menus for all commands
  • Documentation update

1.0.2

28 Mar 15:52
Compare
Choose a tag to compare

Changelog

  • Added .appolloignore support to specify files and directories to ignore when sending files to build
  • Added support for mode, target and flavor options during flutter build
  • Added local flutter version check when starting build with warning if it is different from the one of the build
  • Default deployment target is set to 11 if none is provided during build and it's set to 9 in xcode configuration
  • Fixes

1.0.0

21 Mar 12:23
Compare
Choose a tag to compare

Changelog

  • Added reverse SSH tunnel
  • Added QR code for IPA download
  • Added check of version and build number before starting build
  • Improved the performance of the build machines
  • Builds of type configuration have now a duration of 1 hour instead of 30 min. When arriving at 5 minutes of the end a prompt tells the user that the Appollo Remote will be closed
  • Changed the connection to the build machines from Spice to RustDesk
  • Made it possible to make a configuration build without an Apple Developer account. An Apple Developer account is still necessary for the creation of the IPA or for publication
  • Added a possibility to easily copy errors from Appollo to StackOverflow
  • Updated the documentation with the new Appollo features
  • First version of the screenshot editor : to user run appollo app screenshots
  • Bug fixes and improvements

0.2.4

01 Dec 14:33
Compare
Choose a tag to compare

Changelog

  • CLI: Fixed token refresh when it is too old
  • CLI: Fixed error in build selection menu when a build has no time

0.2.3

22 Sep 07:18
Compare
Choose a tag to compare

Changelog

  • CLI: Fixed build display when no start time

0.2.2

01 Sep 11:34
Compare
Choose a tag to compare

Changelog

  • CLI: Fixed remote desktop url

0.2.1

01 Sep 11:03
Compare
Choose a tag to compare

Changelog

  • CLI: Exclude unnecessary directories when sending code
  • CLI: Check if the directory to upload is a flutter directory
  • CLI: Bug fixes