Skip to content

Commit b9f3ecd

Browse files
WIP CHANGELOG for 1.3.0, cleaned up a few things
1 parent 15e0c70 commit b9f3ecd

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9-
## [Unreleased] - yyyy-mm-dd
9+
## [v1.3.0-pre UNRELEASED] - yyyy-mm-dd
1010

1111
### Added
12-
feat: bad network conditions warning [MTT-3242] (#632)
13-
feat: adding RNSM (Runtime Network Stats Monitor) to boss room [MTT-3267] (#621)
14-
Added basic automated testing and CI (#484) (#487) (#639)
15-
feat: connection feedback + IP connection window [MTT-2315] [MTT-3234] (#613)
16-
First import of all the vandal imp artwork (#637)
17-
feat: other players loading progress in loading screen [MTT-2239] (#580)
18-
feat: auto reconnect [MTT-2617] (#611)
19-
feat: bumping relay version so we now have auto region selection (with the QoS package). This allows selecting the right relay region instead of the default us-central and should reduce latency for non-central folks. (#657)
12+
* Adding RNSM (Runtime Network Stats Monitor) to boss room [MTT-3267] (#621)
13+
* Other players loading progress in loading screen [MTT-2239] (#580)
14+
* Auto reconnect [MTT-2617] (#611)
15+
* Bumping relay version so we now have auto region selection (with the QoS package). This allows selecting the right relay region instead of the default us-central and should reduce latency for non-central folks. (#657)
16+
* Bad network conditions warning [MTT-3242] (#632)
17+
* Added basis for automated testing and CI (#484) (#487) (#639)
18+
* Connection feedback + IP connection window [MTT-2315] [MTT-3234] (#613)
19+
* First import of all the vandal imp artwork (#637)
20+
* Updated boss room's root scene to automatically load child scenes at editor time (#653)
2021

2122
### Changed
22-
fix: remove initial ugs popup [MTT-3563] (#650) --> Users who do not use UGS will no longer receive a popup when starting the application telling them how to set it up. It is replaced with a tooltip that appears when hovering on the "Start with Lobby" button with the cursor.
23-
chore: bump NGO to pre.9 (#643)
24-
chore: bump boss room to 2021 [MTT-3022] (#620)
25-
fix: folders and assemblies refactor MTT-2623, MTT-2615 (#628)
26-
feat: updated boss room's root scene to automatically load child scenes at editor time (#653)
23+
* Bump NGO to pre.9 (#643)
24+
* Bump Boss Room to Unity 2021 [MTT-3022] (#620)
25+
* Remove initial ugs popup [MTT-3563] (#650) --> Users who do not use UGS will no longer receive a popup when starting the application telling them how to set it up. It is replaced with a tooltip that appears when hovering on the "Start with Lobby" button with the cursor.
26+
* Folders and assemblies refactor MTT-2623, MTT-2615 (#628) --> work in progress
2727

2828
### Removed
29-
chore: remove UNET [MTT-3435] (#638) --> removed deprecated UNET transport from Boss Room
29+
* Remove UNET [MTT-3435] (#638) --> removed deprecated UNET transport from Boss Room
30+
31+
## [Unreleased] - yyyy-mm-dd
3032

33+
### Added
34+
### Changed
35+
### Removed
3136
### Fixed
3237

3338
## [1.2.0-pre] - 2022-04-28

0 commit comments

Comments
 (0)