Skip to content

Commit e3bddf7

Browse files
committed
chore: 0.4.0
1 parent 17b62e7 commit e3bddf7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
### Features
44

5+
- Infer some config strings (title, enum values) if a translation is not present.
6+
- Automatically agree to the EULA in development environments (can be disabled).
7+
- Automatically use offline mode in development environments (can be disabled).
8+
59
### Fixes
610

11+
- Fix networking crashing on dedicated servers.
12+
- Update to Loom 0.12 to fix issues with Netty dependencies.
13+
- Update all other dependencies to their latest versions.
14+
715
Closed issues: None.
816

9-
[Full Changelog](https://github.com/JamCoreModding/JamLib/compare/...)
17+
[Full Changelog](https://github.com/JamCoreModding/JamLib/compare/0.3.2...0.4.0)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ org.gradle.parallel=true
33

44
archive_base_name=jamlib
55

6-
mod_version=0.3.2
7-
release_name=V0.3.2 [1.19]
6+
mod_version=0.4.0
7+
release_name=V0.4.0 [1.19]
88
supported_versions=1.19
99

1010
github_user=JamCoreModding

0 commit comments

Comments
 (0)