Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit fa322d9

Browse files
committed
Make everything ready for the next release
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent 364a8fb commit fa322d9

6 files changed

Lines changed: 20 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
on: [ pull_request, push ]
2+
on: [ pull_request ]
33

44
jobs:
55
build:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish to Modrinth
22
on:
33
push:
4-
branches:
5-
- main
4+
tags:
5+
- v*
66

77
jobs:
88
build:

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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)

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ minecraft_version=1.17.1
2222
yarn_mappings=1.17.1+build.39
2323
loader_version=0.11.6
2424
# Mod Properties
25-
mod_version=1.0.1-alpha
25+
mod_version=1.0.1+1.17-alpha
2626
maven_group=xyz.deathsgun
2727
archives_base_name=modmanager
2828
# Dependencies

0 commit comments

Comments
 (0)