This repository was archived by the owner on Dec 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- name : Feature request
3- about : Suggest an idea for this project
4- title : ' '
5- labels : ' '
6- assignees : ' '
2+ name : Feature request about: Suggest an idea for this project title: ''
3+ labels : ' enhancement' assignees: ''
74
85---
96
Original file line number Diff line number Diff line change 11name : build
2- on : [ pull_request, push ]
2+ on : [ pull_request ]
33
44jobs :
55 build :
Original file line number Diff line number Diff line change 11name : Publish to Modrinth
22on :
33 push :
4- branches :
5- - main
4+ tags :
5+ - v*
66
77jobs :
88 build :
Original file line number Diff line number Diff line change 1+ Bugs fixed:
2+
3+ - Fixed crash when opening ModMenu [ #13 ] ( https://github.com/DeathsGun/ModManager/issues/13 )
4+ - Fixed update error on Windows because of file locks [ #17 ] ( https://github.com/DeathsGun/ModManager/issues/13 )
5+ - Search only when enter key was hit for improved performance [ #7 ] ( https://github.com/DeathsGun/ModManager/issues/7 )
6+ - Fixed crash when ModManager loses connection while opening a more detailed
7+ view [ #16 ] ( https://github.com/DeathsGun/ModManager/issues/16 )
8+
9+ Improvements:
10+
11+ - Added Turkish translation (Special thanks to kuzeeeyk) [ #21 ] ( https://github.com/DeathsGun/ModManager/pull/21 )
12+ - Only show "Updatable mods" category when there are updatable
13+ mods [ #10 ] ( https://github.com/DeathsGun/ModManager/issues/10 )
Original file line number Diff line number Diff line change @@ -69,4 +69,5 @@ task publishModrinth(type: TaskModrinthUpload) {
6969 addGameVersion(project. minecraft_version)
7070 addLoader(' fabric' )
7171 addDependency(" E4QBMVtO" , Dependency.DependencyType . REQUIRED )
72+ changelog = file(" CHANGELOG.md" ). getText(' UTF-8' )
7273}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ minecraft_version=1.17.1
2222yarn_mappings =1.17.1+build.39
2323loader_version =0.11.6
2424# Mod Properties
25- mod_version =1.0.1-alpha
25+ mod_version =1.0.1+1.17 -alpha
2626maven_group =xyz.deathsgun
2727archives_base_name =modmanager
2828# Dependencies
You can’t perform that action at this time.
0 commit comments