2.3.0 (2024-09-30)
- add loading indicator to setup while sdk is generating (#292) (9bb6841)
- add lobby status to bootstrap script (#298) (06e0c7d)
- pull game version from cloud api & prevent running client against undeployed env (#294) (7d5678d)
- remove sign in requirement for plugin (#288) (2448b94)
- dev: 404 on create env button (#277) (400231c)
- fix docs & feedback links (#301) (e34973e)
- fix release script in ci (#281) (00af98f)
- fix settings buttons (#302) (c782264)
- wait for stop task to finish before allowing starting new task panel task (#296) (c406a37)
- add auth checks (#300) (91e2a84)
- clarify multiplayer setup step (#293) (0a997ef)
- remove extra logging (#303) (872ecd4)
- simplfiiy sign in flow to remove popup (#304) (5c61307)
- strip rivet addon from server export config (#289) (bbe21a9)
- update toolchain (#280) (89d4f10)
- update toolchain (#305) (02a5185)
- update toolchain (2) (#307) (0baf4fe)
2.2.1 (2024-09-24)
- auto-start now works correctly (#274) (f36be1a)
- modules: correct build your own module link (#273) (32ee144)
- update toolchain to support aarch64 builders (#268) (cc1cd8d)
2.2.0 (2024-09-23)
- add back lockfile (#249) (8870abb)
- check for sdk updates to update autoload (#261) (55030ac)
- correctly handle task complete state on task popup (#256) (3e10e6f)
- layout: correct margins on setup tab (#252) (ddb5319)
- setup: fix setup step on windows by forcing absolute paths for copying resources (#264) (b3ce7b8)
- template: use new RivetMultiplayerManager (#251) (7d13eaa)
- update toolchain to support aarch64 builders (#268) (cc1cd8d)
- add better instal instructions in readme (#258) (45fae9b)
- develop: auto-rename buttons based on selected env (#254) (aa9c40d)
- main: release 2.2.0 (#263) (b2fff3e)
- rename Dockerfile -> game_server.Dockerfile (#257) (4ddd2e8)
- update demo configs (#259) (6ee03d5)
- update description (#248) (d6e0335)
- update links (#260) (4037ef0)
- update to latest gdext (#250) (143a3f6)
- update to merge develop & deploy tabs (#253) (7757b50)
2.1.0 (2024-09-19)
- add play section for client & server (#226) (6afc574)
- modules: automatically update module list (#227) (2d6b7bd)
- add yarn to build_cross.sh (#240) (eb79734)
- auto-scale theme overrides with dpi (#234) (117eee7)
- ci: fix passing password to release (#243) (21515ba)
- fix saving version & backend port saving & new sdk (#218) (8eb21bf)
- update dll path on windows (#207) (00f8d49)
- add back port & config update events (#229) (9cfd3af)
- add logging & disable logging for rust ext (#232) (33e8428)
- add modules tab & cleanup ui (#225) (256870d)
- add SERVER_HOSTNAME to default rivet config (#236) (fee3b39)
- add shared tokio runtime (#205) (67b6da2)
- ci: add ci cross-build (#241) (035e43d)
- clean up build_cross.sh script (#203) (1299b31)
- fix backend host on windows (#213) (0da7aec)
- handle task panel restarts gracefully (#235) (a8a4726)
- ignore native (#209) (b8a4aae)
- implement new process manager (#216) (6eafeaf)
- implement new process manager & add setup + shutdown handlers to tokio (#217) (aa165e3)
- main: release 2.0.7 (#220) (6f3c685)
- main: release 2.1.0 (#223) (26c9dbe)
- main: release 2.1.0 (#239) (deedba1)
- make build_cross.sh run without ty (#222) (f57074f)
- migrate output to read from output file (#201) (446808e)
- only load gdext under editor (#230) (868234e)
- remove unneeded dep (#215) (5a13d4e)
- remove use of global-error (#214) (a25d474)
- rename backend.json -> rivet.json (#224) (ded8107)
- replace blocking thread with RivetTask instances (#228) (3a6024f)
- switch from cli -> ffi (#202) (e796833)
- update build_dev to work cross platofrm (#206) (4b2fbd5)
- update client count to open native customize window (#231) (d2fb00b)
- update toolchain (#208) (3838c35)
- update windows symlink instructions (#204) (d5eb4d5)
2.0.6 (2024-08-31)
2.0.5 (2024-08-31)
- clean up cli installer code (#193) (7d3cf9a)
- switch to thread pool for running tasks (#194) (f1a272f)
- update cli to 2.0.0-rc.5 (#196) (c644b27)
- update description (#198) (6a885f8)
2.0.4 (2024-08-26)
- delete unneeded files before submitting to asset store (#192) (a79442a)
- upgrade to godot 4.3 (#191) (1ef1286)
2.0.3 (2024-08-24)
2.0.2 (2024-08-23)
2.0.1 (2024-08-23)
2.0.0 (2024-08-23)
- release 2.0.0 (f12b778)
2.0.0-rc.1 (2024-08-19)
- add backend env selector (#144) (9f9238c)
- add game server panel (#147) (130c547)
- add lobbies_server demo (#145) (c406b1a)
- add opengb generate sdk button (#141) (243d87d)
- add report bug button (#136) (777ae66)
- add setup tab (#154) (0bf2073)
- check system requirements (#162) (3c378be)
- clarify onboarding text (#137) (e6ba0ef)
- run backend server from within the plugin (#143) (f2db914)
- run game server from within the plugin (#139) (f7bea53)
- clean up file tree (#153) (b027315)
- move sidekick to gdext (#149) (9d071d6)
- rename playtest -> develop (#140) (e772049)
- replace raw api call with toolchain calls (#164) (449d8ff)
- add ffi and cli binaries (#175) (f0ba721)
- add icons (#155) (0e4cb4d)
- auto-restart backend daemon (#152) (b359466)
- auto-start backend (#151) (64f9868)
- collect remaining logs on task exit (#160) (9c64970)
- impl extended backend configs (#163) (d96fe3d)
- migrate from ghcr to docker hub (#165) (c67f6b1)
- move examples to separate sub-projects (#146) (aa0da3e)
- move github links to settings (#159) (5d03207)
- move json ser/de to main thread (#156) (4e6dd67)
- move start/stop for gs and backend back in to main dock (#150) (cb10156)
- release 2.0.0-rc.1 (eb5e076)
- remove godot project from root in favor of examples (#148) (1fd8774)
- remove rivet_api_endpoint (#168) (20b96a0)
- rename hub -> dashboard (#138) (d42e808)
- speed up loading spinner (#142) (6e65f0e)
- style panel cleaner (#157) (b2e44be)
- update env selection logic (#161) (e88f17b)
1.4.0 (2024-07-02)
1.3.7 (2024-06-27)
1.3.6 (2024-06-22)
1.3.5 (2024-06-21)
1.3.4 (2024-06-10)
- replace usage of the RivetPluginBridge identifier (c07f2a1)
1.3.3 (2024-06-06)
1.3.2 (2024-05-31)
1.3.1 (2024-05-29)
1.3.0 (2024-05-29)
1.2.1 (2024-05-16)
1.2.0 (2024-05-15)
- Save scripts as well on check (44bc1e9)
1.1.4 (2024-03-11)
1.1.3 (2024-03-08)
- Fix icon url (3a81613)
1.1.2 (2024-03-08)
- Run deploy workflow in release please workflow (e0dba08)
1.1.1 (2024-03-08)
- Release to trigger CI to asset store (465e36c)