Releases: scenee/relax
Releases · scenee/relax
v0.5.0 - Release Relfile v2 and improve performance with Go!
ChangeList
- Upgrade Relfile to version 2.
- Improve
relax profile find
andrelax profile ls
/relax ls-profiles
- A whole new Relfile parser
- No more cache old artifacts
- Change the output destination from
Releases
todist
relax validate
supports an ipa including 'App Extensions'- Improve framework build command
- Improve a error print in
relax init
Release v0.3.7
Fix bugs on v0.3.6
Release Relax v0.3.6
Fix minor bugs
Release Relax v0.3.5
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
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
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
Features
- export: Change the spec. If you don't specify
version
,bundle_version
andbundle_identifier
fields in a Relfile, Relax will apply properties in a exported xcarchive file.
Bugfix
- fix a minor bug
Release v0.3.1
Fix minor bugs in v0.3.0
Release v0.3.0
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
Add keychain commands to support a Travis CI build
Add sample script for a Travis CI build