File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## General Changes
2+
3+ ### Economy
4+ * Added new service established event to signify when a service has been selected, allowing for dynamic registration against the service
5+ * Networking reliability improved
6+
7+ ## Bug Fixes
8+
9+ ### Common
10+ * Fixed an issue with the mysql dependency not actually being bundled with Impactor
11+ * Auto downloaded translations now defaults to disabled due to an issue with connectivity
12+ * For existing configs, you'll want to disable this yourself to avoid the startup warning associated with this issue
13+ * Implement service file merging for shadowed dependencies, fixes some compatibility issues (Thanks Stampede)
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ fabric-loader=0.16.9
99fabric-api =0.107.0+1.21.1
1010
1111# Is the project currently in a snapshot state?
12- snapshot = true
12+ snapshot = false
1313release-candidate = 0
You can’t perform that action at this time.
0 commit comments