Skip to content

Commit 0dd718c

Browse files
committed
1.5.0
1 parent f86a69c commit 0dd718c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.5.0:
2+
3+
- Added Spanish localization files. Thanks Rener-py for this.
4+
- Redesign of modlist diff. Should fix all problems with updated mods not working correctly when duplicated mods are present, some another issues.
5+
- Fixed stupid issue caused incorrect order of parsing mods.toml. Caused rare incorrect version in updated mods.
6+
- Added option modpack_modlist.add_modloader_jar_name, enabled by default, which will add the modloader jar name to the modlist, making it easier to track if the user changed the modloader version.
7+
- Added option modpack_modlist.force_add_full_modlist_as_log, which will add the full modlist.txt as a log. Enabled by default for individual downloads and disabled for modpacks; change to true to enable for modpacks.
8+
- Improved check for duplicated Crash Assistant mod.
9+
- Fixed issue where I forgot to update the license in mod data.
10+
- Added some logging.
11+
- Marked 1.21.5 as incompatible. I will port to 1.22, but 1.21.5 is not mainstream, will never be it and where too much changes. If you need it, feel free to open an issue, maybe I'll change my position.
12+
113
1.4.3:
214

315
- Fixed crash on forge. Caused by empty folder which I forgot to remove.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx2G
33
org.gradle.parallel=true
44
# Mod properties
5-
mod_version=1.4.3
5+
mod_version=1.5.0
66
release_type=beta
77
maven_group=dev.kostromdan.mods.crash_assistant
88
archives_name=crash_assistant

0 commit comments

Comments
 (0)