Skip to content

Commit f3b7a13

Browse files
authored
Merge pull request #23 from CyberAgentGameEntertainment/feature/release_v1.6.0
bump to v1.6.0
2 parents 0a3909e + dd897e3 commit f3b7a13

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Packages/jp.co.cyberagent.buildmagic/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.6.0]
4+
5+
### Added
6+
7+
- Build scheme can be inherited in multiple levels.
8+
- Add a task to copy Firebase configuration file.
9+
- Boolean parameters are now supported by `-override`.
10+
11+
### Changed
12+
13+
- Build report is now saved by default.
14+
- English comments and READMEs.
15+
16+
### Fixed
17+
18+
- Fixed equal sign `=` in `-override` parameter is not correctly parsed.
19+
- Fixed output path isn't set correctly when built through Build Settings window
20+
321
## [1.5.1]
422

523
- エディタがビルド時にクラッシュする場合があるのを回避するため、`BuildOptions.DetailedBuildReport``BUILDMAGIC_NO_DETAILED_BUILD_REPORT` シンボルで無効化できるようにしました。

Packages/jp.co.cyberagent.buildmagic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jp.co.cyberagent.buildmagic",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"displayName": "Build Magic",
55
"description": "Build Magic",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)