Skip to content

Releases: CyberAgentGameEntertainment/BuildMagic

v1.9.1

21 Jan 03:23
Immutable release. Only release title and notes can be modified.
0947dfb

Choose a tag to compare

What's Changed

Changed

  • Automatic primary build scheme application is disabled in batch mode.

PRs

  • Disable automatic primary scheme application in batch mode by @ruccho in #53
  • bump to v1.9.1 by @ruccho in #54

Full Changelog: v1.9.0...v1.9.1

v1.9.0

22 Dec 10:17
Immutable release. Only release title and notes can be modified.
f93f87a

Choose a tag to compare

What's Changed

Added

  • Added a task to enable iOS Game Mode.

PRs

New Contributors

Full Changelog: v1.8.4...v1.9.0

v1.8.4

26 Nov 10:30
Immutable release. Only release title and notes can be modified.
0ae4ab3

Choose a tag to compare

What's Changed

Changed

  • Updated builtin tasks.

PRs

Full Changelog: v1.8.3...v1.8.4

v1.8.3

21 Nov 04:59
Immutable release. Only release title and notes can be modified.
750d8d5

Choose a tag to compare

What's Changed

Fixed

  • Fixed non-root schemes are not selectable as a base in create scheme modal window.
  • Fixed left pane scheme tree view fails to move a scheme to another place when the user doesn't drop a scheme over another scheme directly but into between schemes.

PRs

  • Fix non-root base schemes are not selectable in create scheme modal by @ruccho in #46
  • Fix scheme tree fails to reorder schemes by @ruccho in #47
  • bump to v1.8.3 by @ruccho in #48

Full Changelog: v1.8.2...v1.8.3

v1.8.2

25 Jun 02:13
fff0bae

Choose a tag to compare

What's Changed

  • Fix primary scheme doesn't run tasks on startup by @ruccho in #44
  • bump to v1.8.2 by @ruccho in #45

Full Changelog: v1.8.1...v1.8.2

v1.8.1

20 Jun 07:51
405d999

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

05 Jun 01:53
886d81f

Choose a tag to compare

What's Changed

  • Fix derived task type throws an exception when building add configuration window by @ruccho in #30
  • Improve configuration appearance by @ruccho in #32
  • set baseSchemeName at copy by @hkmt-mmy in #33
  • Fix ObjectDisposedException on configuration unbinding by @ruccho in #34
  • Abstraction of build scheme context menu actions by @ruccho in #35
  • Copy and paste configurations by @hkmt-mmy in #36
  • Add iOS URL schemes configuration to built-in build tasks by @yucchiy in #38
  • Fix compilation errors in AddiOSUrlSchemesTask. by @yucchiy in #39
  • Add a task to switch Build Profile by @ruccho in #37
  • Detect file changes outside the Unity editor. by @hkmt-mmy in #40
  • bump to v1.8.0 by @ruccho in #41

Full Changelog: v1.7.1...v1.8.0

v1.7.1

10 Mar 06:20
42fddf7

Choose a tag to compare

What's Changed

  • Fixed the issue that derived configurations and "Just before the build" configurations may be ignored in some situations.

PRs

  • Fix derived and "Just before the build" configurations are ignored by @ruccho in #28
  • bump to v1.7.1 by @ruccho in #29

Full Changelog: v1.7.0...v1.7.1

v1.7.0

04 Mar 09:24
f280fa6

Choose a tag to compare

What's Changed

Added

  • Make internal prepare phase visible with an option.
  • -override now supports numbers other than int and float.

Fixed

  • Fix API updater runs on built-in task sources and causes compilation errors.

PRs

  • Make internal prepare phase visible with an option by @ruccho in #21
  • Fix API updater runs on built-in task sources and causes compilation errors by @ruccho in #25
  • Add numeric build property deserializers by @ruccho in #26
  • bump to v1.7.0 by @ruccho in #27

Full Changelog: v1.6.0...v1.7.0

v1.6.0

12 Feb 09:03
f3b7a13

Choose a tag to compare

What's Changed

Added

  • Build scheme can be inherited in multiple levels.
  • Add a task to copy Firebase configuration file.
  • Boolean parameters are now supported by -override.

Changed

  • Build report is now saved by default.
  • English comments and READMEs.

Fixed

  • Fixed equal sign = in -override parameter is not correctly parsed.
  • Fixed output path isn't set correctly when built through Build Settings window

PRs

  • Fix override property with equals is not parsed correctly by @ruccho in #17
  • Add BoolBuildPropertyDeserializer by @ruccho in #18
  • Save build report by default by @ruccho in #12
  • Indirect build scheme overrides by @ruccho in #16
  • Add English version of README / comments by @ruccho in #19
  • Add switching firebase settings task by @ruccho in #15
  • Fix output path isn't set correctly when built through Build Settings window by @ruccho in #22
  • bump to v1.6.0 by @ruccho in #23

Full Changelog: v1.5.1...v1.6.0