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

Commit d4af048

Browse files
committed
Bump version & update CHANGELOG.md
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent f08d6c5 commit d4af048

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
**IMPORTANT: ModManager v1.2.0-alpha+1.17 uses Fabric-Loader 0.12 you can't use 0.11**
2+
Please update ModManager first and then your Fabric installation
3+
14
Bugs fixed:
25

3-
- Old versions not being deleted (Now really) [#51](https://github.com/DeathsGun/ModManager/issues/51)
4-
- Fix whitespaces producing errors [#70](https://github.com/DeathsGun/ModManager/issues/70)
5-
- Fix tabs producing errors [#67](https://github.com/DeathsGun/ModManager/issues/67)
6+
- Delete mods on preLaunch which should avoid the update
7+
problem [#91](https://github.com/DeathsGun/ModManager/issues/91)
68

79
Improvements:
810

9-
- Added updated turkish translation (thanks to kuzeeeyk) [#75](https://github.com/DeathsGun/ModManager/pull/75)
11+
- Updated to Fabric-Loader 0.12
12+
- Added a back button [#87](https://github.com/DeathsGun/ModManager/issues/87)
13+
- New browsing experience by allowing more detailed filters [#79](https://github.com/DeathsGun/ModManager/issues/79)
14+
- Hide mods being shown in the updatable mods section [#77](https://github.com/DeathsGun/ModManager/issues/77)

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
# Done to increase the memory available to gradle.
1716
org.gradle.jvmargs=-Xms2G -Xmx4G
1817
# Fabric Properties
1918
# check this on https://modmuss50.me/fabric.html
2019
minecraft_version=1.17.1
2120
yarn_mappings=1.17.1+build.61
2221
loader_version=0.12.1
2322
# Mod Properties
24-
mod_version=1.1.1-alpha+1.17
23+
mod_version=1.2.0-alpha+1.17
2524
maven_group=xyz.deathsgun
2625
archives_base_name=modmanager
2726
# Dependencies

0 commit comments

Comments
 (0)