Skip to content

Releases: scenee/relax

v0.5.0 - Release Relfile v2 and improve performance with Go!

11 Sep 06:37
Compare
Choose a tag to compare

ChangeList

  • Upgrade Relfile to version 2.
  • Improve relax profile find and relax profile ls/relax ls-profiles
  • A whole new Relfile parser
  • No more cache old artifacts
  • Change the output destination from Releases to dist
  • relax validate supports an ipa including 'App Extensions'
  • Improve framework build command
  • Improve a error print in relax init

Release v0.3.7

07 Aug 09:34
Compare
Choose a tag to compare

Fix bugs on v0.3.6

Release Relax v0.3.6

15 May 14:09
Compare
Choose a tag to compare

Fix minor bugs

Release Relax v0.3.5

18 Apr 04:56
Compare
Choose a tag to compare

Features

  • keychain: Add ls command. e.g. relax keychain ls
  • export: Add --legacy option. e.g. relax export --legacy adhoc
  • Append a team name to CODE_SIGN_IDENTITY related to a specified provisioning profile

Bugfix

Fix some bugs

Relax Release v0.3.4

21 Mar 05:24
Compare
Choose a tag to compare

Feature

  • archive/build/export: Add --progress option
  • archive: Add --no-cache option
  • Add more tests

Bugfix

  • package command
  • die() with stdin

Release v0.3.3

02 Mar 05:48
Compare
Choose a tag to compare

This is "Hinamatsuri" Release!

New Features

  • relax symbolicate

Improvement

  • Bash completions
  • Add 2 options (--team ,--latest) in relax profile find

And it has many minor bugs.

Release v0.3.2

08 Feb 06:17
Compare
Choose a tag to compare

Features

  • export: Change the spec. If you don't specify version, bundle_version and bundle_identifier fields in a Relfile, Relax will apply properties in a exported xcarchive file.

Bugfix

  • fix a minor bug

Release v0.3.1

02 Feb 05:32
Compare
Choose a tag to compare

Fix minor bugs in v0.3.0

Release v0.3.0

30 Jan 10:14
Compare
Choose a tag to compare

This release has huge bugfixs and 2 new major features!

Now Relax has keychain and profile module commands.

Relax make it easy to maintain a keychain and provisioning profiles with these modules.

See $ relax help keychain and $relax help profile for detail.

And now you can install Relax without brew. Just run the following command.

$ curl -fsSL https://raw.githubusercontent.com/SCENEE/relax/master/install.sh | bash

Relax v0.2.0

26 Dec 03:04
Compare
Choose a tag to compare

Add keychain commands to support a Travis CI build
Add sample script for a Travis CI build