Skip to content

Commit e67f259

Browse files
chore(release): 67.0.0 [skip ci]
# [67.0.0](v66.2.1...v67.0.0) (2021-03-04) ### Bug Fixes * **weaver:** adding missing errors when Attributes are used in monobehaviour ([64b580b](64b580b)) * add comments and backing field for time ([MirageNet#618](https://github.com/James-Frowen/Mirage/issues/618)) ([da74e11](da74e11)) * add missing properties to interface ([MirageNet#617](https://github.com/James-Frowen/Mirage/issues/617)) ([e45920e](e45920e)) * add summaries to event classes ([MirageNet#623](https://github.com/James-Frowen/Mirage/issues/623)) ([e6b9354](e6b9354)) * bug in tanks sample ([MirageNet#575](https://github.com/James-Frowen/Mirage/issues/575)) ([d82efea](d82efea)) * clientObjectManager was not using its interface ([MirageNet#615](https://github.com/James-Frowen/Mirage/issues/615)) ([d2b07ea](d2b07ea)) * drop support for older versions ([5dc12b5](5dc12b5)) * mirage icon missing in welcome window ([MirageNet#637](https://github.com/James-Frowen/Mirage/issues/637)) ([6c4dc9e](6c4dc9e)) * move interfaces into their own files ([MirageNet#613](https://github.com/James-Frowen/Mirage/issues/613)) ([432005b](432005b)) * multi scene example nre and event errors ([MirageNet#649](https://github.com/James-Frowen/Mirage/issues/649)) ([8c4c352](8c4c352)) * no longer true. spawnableobjects populated by FindObjectsOfTypeAll ([MirageNet#622](https://github.com/James-Frowen/Mirage/issues/622)) ([5692709](5692709)) * passing NetworkBehaviors in RPC works with IL2PP ([MirageNet#630](https://github.com/James-Frowen/Mirage/issues/630)) ([87becee](87becee)), closes [MirageNet#629](https://github.com/James-Frowen/Mirage/issues/629) * passing NetworkBehaviors in syncvars work with il2pp ([MirageNet#631](https://github.com/James-Frowen/Mirage/issues/631)) ([cd7317f](cd7317f)), closes [MirageNet#630](https://github.com/James-Frowen/Mirage/issues/630) [MirageNet#629](https://github.com/James-Frowen/Mirage/issues/629) * revert preprocessor change ([b89c454](b89c454)) * show selected tab when welcome screen is opened ([MirageNet#628](https://github.com/James-Frowen/Mirage/issues/628)) ([f6cae98](f6cae98)) * simplify checking if client is host ([MirageNet#602](https://github.com/James-Frowen/Mirage/issues/602)) ([dbf5784](dbf5784)) * static not needed ([MirageNet#604](https://github.com/James-Frowen/Mirage/issues/604)) ([879ba01](879ba01)) * stopping `: ` being at the start of all log messages ([MirageNet#606](https://github.com/James-Frowen/Mirage/issues/606)) ([8efe7ce](8efe7ce)) * welcome window icon not being found ([MirageNet#635](https://github.com/James-Frowen/Mirage/issues/635)) ([263a7b2](263a7b2)) * welcome window layout ([MirageNet#634](https://github.com/James-Frowen/Mirage/issues/634)) ([2bceedb](2bceedb)) ### Code Refactoring * move LocalPlayer to ClientObjectManager ([MirageNet#619](https://github.com/James-Frowen/Mirage/issues/619)) ([df1e379](df1e379)) * remove unnecessary assembly definition ([MirageNet#599](https://github.com/James-Frowen/Mirage/issues/599)) ([89ffc7c](89ffc7c)) ### Features * add events to interfaces ([MirageNet#614](https://github.com/James-Frowen/Mirage/issues/614)) ([4d1a772](4d1a772)) * add more control over player spawning ([MirageNet#626](https://github.com/James-Frowen/Mirage/issues/626)) ([e0dd626](e0dd626)) * adding assert extension method to logger ([MirageNet#642](https://github.com/James-Frowen/Mirage/issues/642)) ([1df6081](1df6081)) * install/uninstall modules from welcome window ([MirageNet#593](https://github.com/James-Frowen/Mirage/issues/593)) ([53ac404](53ac404)) * support generic network behaviors ([MirageNet#574](https://github.com/James-Frowen/Mirage/issues/574)) ([715642c](715642c)) * welcome window shows active tab ([MirageNet#616](https://github.com/James-Frowen/Mirage/issues/616)) ([1411d0a](1411d0a)) ### Styles * renaming NumPlayers to NumberOfPlayers ([MirageNet#646](https://github.com/James-Frowen/Mirage/issues/646)) ([27b99be](27b99be)) ### BREAKING CHANGES * Use NetworkServer.NumberOfPlayers instead of NetworkServer.NumPlayers * removed NetworkClient.LocalPlayer, use ClientObjectManager.LocalPlayer instead * removed MirageNG.asmdef, change your assembly to use Mirage.asmdef instead
1 parent ba71552 commit e67f259

File tree

7 files changed

+60
-6
lines changed

7 files changed

+60
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("69.1.2")]
3+
[assembly: AssemblyVersion("67.0.0")]

Assets/Mirage/CHANGELOG.md

+54
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
# [67.0.0](https://github.com/James-Frowen/Mirage/compare/v66.2.1...v67.0.0) (2021-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **weaver:** adding missing errors when Attributes are used in monobehaviour ([64b580b](https://github.com/James-Frowen/Mirage/commit/64b580bb15048e60ba96de843ba47ffdc1a9fd0b))
7+
* add comments and backing field for time ([#618](https://github.com/James-Frowen/Mirage/issues/618)) ([da74e11](https://github.com/James-Frowen/Mirage/commit/da74e11066f1a6782ec1304f855b79840c7058f3))
8+
* add missing properties to interface ([#617](https://github.com/James-Frowen/Mirage/issues/617)) ([e45920e](https://github.com/James-Frowen/Mirage/commit/e45920ebd375b382f48e11bba7e73549efb58c6c))
9+
* add summaries to event classes ([#623](https://github.com/James-Frowen/Mirage/issues/623)) ([e6b9354](https://github.com/James-Frowen/Mirage/commit/e6b9354665294dc11140a560bfc661ef6bfbb3b9))
10+
* bug in tanks sample ([#575](https://github.com/James-Frowen/Mirage/issues/575)) ([d82efea](https://github.com/James-Frowen/Mirage/commit/d82efea9015cf2db9436f12deaa9a7dd65ba862d))
11+
* clientObjectManager was not using its interface ([#615](https://github.com/James-Frowen/Mirage/issues/615)) ([d2b07ea](https://github.com/James-Frowen/Mirage/commit/d2b07ea46ef1e5e0dbc4685b39c4cd24a7c2fc36))
12+
* drop support for older versions ([5dc12b5](https://github.com/James-Frowen/Mirage/commit/5dc12b5e8553f5689833af5b71a936615514b021))
13+
* mirage icon missing in welcome window ([#637](https://github.com/James-Frowen/Mirage/issues/637)) ([6c4dc9e](https://github.com/James-Frowen/Mirage/commit/6c4dc9ee9639503631da43f74f92f0394fadab29))
14+
* move interfaces into their own files ([#613](https://github.com/James-Frowen/Mirage/issues/613)) ([432005b](https://github.com/James-Frowen/Mirage/commit/432005bea62a83d50416aa7760ee15881ac68d00))
15+
* multi scene example nre and event errors ([#649](https://github.com/James-Frowen/Mirage/issues/649)) ([8c4c352](https://github.com/James-Frowen/Mirage/commit/8c4c352bd226e12324f851218d6a9d56be894662))
16+
* no longer true. spawnableobjects populated by FindObjectsOfTypeAll ([#622](https://github.com/James-Frowen/Mirage/issues/622)) ([5692709](https://github.com/James-Frowen/Mirage/commit/5692709b62095a08e25172d6a4dfba51e47355f5))
17+
* passing NetworkBehaviors in RPC works with IL2PP ([#630](https://github.com/James-Frowen/Mirage/issues/630)) ([87becee](https://github.com/James-Frowen/Mirage/commit/87becee8fdc028ca86abd6aa13a55396ea202567)), closes [#629](https://github.com/James-Frowen/Mirage/issues/629)
18+
* passing NetworkBehaviors in syncvars work with il2pp ([#631](https://github.com/James-Frowen/Mirage/issues/631)) ([cd7317f](https://github.com/James-Frowen/Mirage/commit/cd7317f368bd65c6bd594c337de4bdc676fe2805)), closes [#630](https://github.com/James-Frowen/Mirage/issues/630) [#629](https://github.com/James-Frowen/Mirage/issues/629)
19+
* revert preprocessor change ([b89c454](https://github.com/James-Frowen/Mirage/commit/b89c45489755a9fa598ec804e8d71b35cfc8f438))
20+
* show selected tab when welcome screen is opened ([#628](https://github.com/James-Frowen/Mirage/issues/628)) ([f6cae98](https://github.com/James-Frowen/Mirage/commit/f6cae984f1dfb2941a35cd4bfd1dd0050ce06873))
21+
* simplify checking if client is host ([#602](https://github.com/James-Frowen/Mirage/issues/602)) ([dbf5784](https://github.com/James-Frowen/Mirage/commit/dbf5784884012bd08a46d823452f8f9d95009721))
22+
* static not needed ([#604](https://github.com/James-Frowen/Mirage/issues/604)) ([879ba01](https://github.com/James-Frowen/Mirage/commit/879ba018feed89d12b217e273f66b0fe75a447d5))
23+
* stopping `: ` being at the start of all log messages ([#606](https://github.com/James-Frowen/Mirage/issues/606)) ([8efe7ce](https://github.com/James-Frowen/Mirage/commit/8efe7cea0eb8536335f46bf412a8ba71be74ae96))
24+
* welcome window icon not being found ([#635](https://github.com/James-Frowen/Mirage/issues/635)) ([263a7b2](https://github.com/James-Frowen/Mirage/commit/263a7b21c36357f8e6a7fa48f9ea74d1e6233216))
25+
* welcome window layout ([#634](https://github.com/James-Frowen/Mirage/issues/634)) ([2bceedb](https://github.com/James-Frowen/Mirage/commit/2bceedb0baa0dd5d5767e440deea74077469fd11))
26+
27+
28+
### Code Refactoring
29+
30+
* move LocalPlayer to ClientObjectManager ([#619](https://github.com/James-Frowen/Mirage/issues/619)) ([df1e379](https://github.com/James-Frowen/Mirage/commit/df1e379e064cdea01309fbf9ada0bab1f3bbd7dd))
31+
* remove unnecessary assembly definition ([#599](https://github.com/James-Frowen/Mirage/issues/599)) ([89ffc7c](https://github.com/James-Frowen/Mirage/commit/89ffc7c9cc9a37650c998381bf97c148b2f1cfd9))
32+
33+
34+
### Features
35+
36+
* add events to interfaces ([#614](https://github.com/James-Frowen/Mirage/issues/614)) ([4d1a772](https://github.com/James-Frowen/Mirage/commit/4d1a77263dfbca0f631ded85a5f772ce6e4e4343))
37+
* add more control over player spawning ([#626](https://github.com/James-Frowen/Mirage/issues/626)) ([e0dd626](https://github.com/James-Frowen/Mirage/commit/e0dd626d5bd23e6c555730c6a4c3517694ea3bba))
38+
* adding assert extension method to logger ([#642](https://github.com/James-Frowen/Mirage/issues/642)) ([1df6081](https://github.com/James-Frowen/Mirage/commit/1df6081e5d1244a1f780b9945f5bd3c0a10387f0))
39+
* install/uninstall modules from welcome window ([#593](https://github.com/James-Frowen/Mirage/issues/593)) ([53ac404](https://github.com/James-Frowen/Mirage/commit/53ac40492ade8059338436ad15b69e3573ad1482))
40+
* support generic network behaviors ([#574](https://github.com/James-Frowen/Mirage/issues/574)) ([715642c](https://github.com/James-Frowen/Mirage/commit/715642ceb5de02dc500d8ba3f4cda883431decb7))
41+
* welcome window shows active tab ([#616](https://github.com/James-Frowen/Mirage/issues/616)) ([1411d0a](https://github.com/James-Frowen/Mirage/commit/1411d0ae4dd3b83c44ce27800e4117f00211f092))
42+
43+
44+
### Styles
45+
46+
* renaming NumPlayers to NumberOfPlayers ([#646](https://github.com/James-Frowen/Mirage/issues/646)) ([27b99be](https://github.com/James-Frowen/Mirage/commit/27b99be272ef4f6df73717d877385981e7565259))
47+
48+
49+
### BREAKING CHANGES
50+
51+
* Use NetworkServer.NumberOfPlayers instead of NetworkServer.NumPlayers
52+
* removed NetworkClient.LocalPlayer, use ClientObjectManager.LocalPlayer instead
53+
* removed MirageNG.asmdef, change your assembly to use Mirage.asmdef instead
54+
155
## [69.1.2](https://github.com/MirageNet/Mirage/compare/v69.1.1...v69.1.2) (2021-03-03)
256

357

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("69.1.2")]
3+
[assembly: AssemblyVersion("67.0.0")]

Assets/Mirage/Runtime/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Runtime.CompilerServices;
22
using System.Reflection;
33

4-
[assembly:AssemblyVersion("69.1.2")]
4+
[assembly:AssemblyVersion("67.0.0")]
55

66
[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
77
[assembly: InternalsVisibleTo("Mirage.Tests")]
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("69.1.2")]
3+
[assembly: AssemblyVersion("67.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("69.1.2")]
3+
[assembly: AssemblyVersion("67.0.0")]

Assets/Mirage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.miragenet.mirage",
33
"displayName": "Mirage",
4-
"version": "69.1.2",
4+
"version": "67.0.0",
55
"unity": "2019.1",
66
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
77
"author": "Mirage",

0 commit comments

Comments
 (0)