Skip to content

Commit 2c48fb5

Browse files
chore(main): release 2.1.0-rc.1
1 parent 54219d1 commit 2c48fb5

3 files changed

Lines changed: 50 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-rc.1"
2+
".": "2.1.0-rc.1"
33
}

Assets/Rivet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.rivet.rivet",
33
"displayName": "Rivet",
4-
"version": "{{VERSION}}",
4+
"version": "2.1.0-rc.1",
55
"unity": "2022.0",
66
"description": "Open-Source Multiplayer Tooling",
77
"keywords": [

CHANGELOG.md

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

3+
## [2.1.0-rc.1](https://github.com/rivet-gg/plugin-unity/compare/v2.0.0-rc.1...v2.1.0-rc.1) (2024-10-08)
4+
5+
6+
### Features
7+
8+
* enable using plugin without auth ([#55](https://github.com/rivet-gg/plugin-unity/issues/55)) ([04d8d7a](https://github.com/rivet-gg/plugin-unity/commit/04d8d7af125361a7ba519cb9a3013cd801407027))
9+
10+
11+
### Bug Fixes
12+
13+
* docker deploy ([#68](https://github.com/rivet-gg/plugin-unity/issues/68)) ([701befe](https://github.com/rivet-gg/plugin-unity/commit/701befeddacfc565ee9d424b659361bd6c5d1f15))
14+
* don't focus logs windows unintentionally ([#61](https://github.com/rivet-gg/plugin-unity/issues/61)) ([23e1820](https://github.com/rivet-gg/plugin-unity/commit/23e1820d6c635037ccea246f60f8d8ed7b1a2a16))
15+
* expose backend endpoint and game version to local game server via env ([#59](https://github.com/rivet-gg/plugin-unity/issues/59)) ([b1a73b9](https://github.com/rivet-gg/plugin-unity/commit/b1a73b9fabfa2f3f424e47a134270c94a539468a))
16+
* fix build_dev.ts & run_dev.ts on windows ([#70](https://github.com/rivet-gg/plugin-unity/issues/70)) ([14d351d](https://github.com/rivet-gg/plugin-unity/commit/14d351da74ef1b807d505e251fbfac8b7eeda648))
17+
* fix path for client executable on windows ([#73](https://github.com/rivet-gg/plugin-unity/issues/73)) ([54219d1](https://github.com/rivet-gg/plugin-unity/commit/54219d18d3efafab49722c19e0264701b9cffd2a))
18+
* ignore rivet dylibs ([#71](https://github.com/rivet-gg/plugin-unity/issues/71)) ([362facb](https://github.com/rivet-gg/plugin-unity/commit/362facbfc7064e515c29c5bbab75197d93e3198f))
19+
* pass correct build slug to game server ([#64](https://github.com/rivet-gg/plugin-unity/issues/64)) ([3630cac](https://github.com/rivet-gg/plugin-unity/commit/3630cac465de77acaebc4bd6156e85fd10fc69cd))
20+
* update bootstrap type ([#41](https://github.com/rivet-gg/plugin-unity/issues/41)) ([0814650](https://github.com/rivet-gg/plugin-unity/commit/08146509f069507e8e25796c9e501f807949cee6))
21+
* update steps dropdown name ([#69](https://github.com/rivet-gg/plugin-unity/issues/69)) ([a43473b](https://github.com/rivet-gg/plugin-unity/commit/a43473beb355366191a7dbfd4eff5c75cbf2daf4))
22+
23+
24+
### Chores
25+
26+
* add cli binaries ([#47](https://github.com/rivet-gg/plugin-unity/issues/47)) ([24bd9c9](https://github.com/rivet-gg/plugin-unity/commit/24bd9c936869fda8fc39be91a8ab0672df46eecb))
27+
* add current build to env list ([#66](https://github.com/rivet-gg/plugin-unity/issues/66)) ([08eaf84](https://github.com/rivet-gg/plugin-unity/commit/08eaf84409fd050db9217af466fab9b7e734695b))
28+
* add native toolchain libs ([#40](https://github.com/rivet-gg/plugin-unity/issues/40)) ([a2d80b0](https://github.com/rivet-gg/plugin-unity/commit/a2d80b07704a2fda3a06a997bfb477456fb441f9))
29+
* add release script ([#72](https://github.com/rivet-gg/plugin-unity/issues/72)) ([c6bd5c5](https://github.com/rivet-gg/plugin-unity/commit/c6bd5c5a1e3b671962376032c40ad2f95718af58))
30+
* add spawning clients ([#44](https://github.com/rivet-gg/plugin-unity/issues/44)) ([3fb0fb7](https://github.com/rivet-gg/plugin-unity/commit/3fb0fb7d7fc683d63ba50a485aa06a03901ca3cc))
31+
* allow hooking existing game server process ([#62](https://github.com/rivet-gg/plugin-unity/issues/62)) ([d98702f](https://github.com/rivet-gg/plugin-unity/commit/d98702f7afd2d7ce11a42abaca2fc1d6febe1806))
32+
* disable modules tab ([#63](https://github.com/rivet-gg/plugin-unity/issues/63)) ([ef6623c](https://github.com/rivet-gg/plugin-unity/commit/ef6623c74f363345cc2f6a3d70f8bccc8bef57cc))
33+
* fix dpeloy ([#67](https://github.com/rivet-gg/plugin-unity/issues/67)) ([c3ef972](https://github.com/rivet-gg/plugin-unity/commit/c3ef9725aaf3adfba4826a54c89e52ec3af8d8c4))
34+
* get deploys working ([#48](https://github.com/rivet-gg/plugin-unity/issues/48)) ([a712701](https://github.com/rivet-gg/plugin-unity/commit/a712701ec977d19a2520204d32debd73de1a2c7e))
35+
* handle alerts better ([#49](https://github.com/rivet-gg/plugin-unity/issues/49)) ([ce0704a](https://github.com/rivet-gg/plugin-unity/commit/ce0704a5f6c12680cee0e7fab20a5da7ba0a5bab))
36+
* impl play type selector ([#57](https://github.com/rivet-gg/plugin-unity/issues/57)) ([28329b2](https://github.com/rivet-gg/plugin-unity/commit/28329b23be039133ffbfffabe40b0d9cb34c2175))
37+
* implement polling toolchain task events instead of pushing ([#60](https://github.com/rivet-gg/plugin-unity/issues/60)) ([5b9b75d](https://github.com/rivet-gg/plugin-unity/commit/5b9b75d2cd9be334dc30e780f6f7829d967e4017))
38+
* make task outputs more legible ([#58](https://github.com/rivet-gg/plugin-unity/issues/58)) ([8e53346](https://github.com/rivet-gg/plugin-unity/commit/8e533460d5880123e1675e225dec9ec2e351a3fe))
39+
* re-impl deploys ([#45](https://github.com/rivet-gg/plugin-unity/issues/45)) ([b3f4a81](https://github.com/rivet-gg/plugin-unity/commit/b3f4a814e3e323e25de8e36a8cf128ae25620565))
40+
* refactor global code in to RivetGlobal ([#54](https://github.com/rivet-gg/plugin-unity/issues/54)) ([49dc983](https://github.com/rivet-gg/plugin-unity/commit/49dc9838ce0f15a52ce6d35d958b5b7110e7852e))
41+
* remove committed dylibs ([#56](https://github.com/rivet-gg/plugin-unity/issues/56)) ([d0f1f53](https://github.com/rivet-gg/plugin-unity/commit/d0f1f5353499bb7e61836f43fc7b70aadff58955))
42+
* remove deploy tab ([#52](https://github.com/rivet-gg/plugin-unity/issues/52)) ([16c5764](https://github.com/rivet-gg/plugin-unity/commit/16c5764129560091678e43188f15ea4ff0a1adc5))
43+
* restore backend & game server log panels ([#53](https://github.com/rivet-gg/plugin-unity/issues/53)) ([3c2b0fd](https://github.com/rivet-gg/plugin-unity/commit/3c2b0fdf99812b5e823462e8a05e3e32cee7c8d1))
44+
* rewrite config export ([#42](https://github.com/rivet-gg/plugin-unity/issues/42)) ([0415de2](https://github.com/rivet-gg/plugin-unity/commit/0415de247b00435e37e37b92b040d204c3fd6724))
45+
* switch back to show term for now ([#43](https://github.com/rivet-gg/plugin-unity/issues/43)) ([882ab04](https://github.com/rivet-gg/plugin-unity/commit/882ab046a914c13c112f19a943c3c04c82cae018))
46+
* tweak deploy ui ([#46](https://github.com/rivet-gg/plugin-unity/issues/46)) ([9feab8a](https://github.com/rivet-gg/plugin-unity/commit/9feab8aed566aeada25779cb8b13d0af5de8ed60))
47+
* update deploy + remote env buttons to match authed state ([#65](https://github.com/rivet-gg/plugin-unity/issues/65)) ([846734a](https://github.com/rivet-gg/plugin-unity/commit/846734af7d67b9f7fe92a2535b0dca9904afad44))
48+
* update develop & deploy & settings & modules ui to match new spec ([#51](https://github.com/rivet-gg/plugin-unity/issues/51)) ([1b6092d](https://github.com/rivet-gg/plugin-unity/commit/1b6092db1899fa2c2619ffa6ef8cd442ba84c2d2))
49+
* update ffi task interface ([#50](https://github.com/rivet-gg/plugin-unity/issues/50)) ([79c8fa7](https://github.com/rivet-gg/plugin-unity/commit/79c8fa7584aac59cf25ecb8de5ce4d061d018709))
50+
351
## [2.0.0-rc.1](https://github.com/rivet-gg/plugin-unity/compare/v1.0.3...v2.0.0-rc.1) (2024-08-13)
452

553

0 commit comments

Comments
 (0)