Skip to content

Commit

Permalink
build(version): upgrade to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boholder committed Aug 12, 2024
1 parent fcd3d36 commit 2cbadca
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 16 deletions.
21 changes: 21 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.8.0 (2024-08)
---------------------------

### Bug Fixes

- Fix binding sprint to the `R` key isn't work [#310](https://github.com/khanshoaib3/minecraft-access/issues/310)
- Fix can't speak music discs name in inventory screen [#311](https://github.com/khanshoaib3/minecraft-access/issues/311)
- Improve vertical facing direction speaking [#313](https://github.com/khanshoaib3/minecraft-access/issues/313)
- Now the two methods of look straight up/down work like what manual says (single `.` and `0`, or hold `Right Alt` then press `Up` nad `Down`) . [#321](https://github.com/khanshoaib3/minecraft-access/issues/321)

### Others

- Game version upgrade to 1.21.1
- Add Braille Bennett's modpack to good resource page
- Update Windows Setup guide to catch up mod changes

### Development Chores

- Add new `CONTRIBUTING.md` doc


Release v1.7.0 (2024-07)
---------------------------

Expand Down
8 changes: 8 additions & 0 deletions doc/MOD_COMPATIBILITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Compatibility For 1.21.1
---------------------------

* Minecraft: 1.21 ([read setup guide](/doc/SET_UP.md))
* Fabric Loader: >=0.15.11 ([download Fabric Loader](https://fabricmc.net/use/installer/))
* NeoForge: 21.1.4 ([download NeoForge installer](https://maven.neoforged.net/releases/net/neoforged/neoforge/21.1.4/neoforge-21.1.4-installer.jar))
* Java: >=21 ([download x64 Windows installer](https://download.oracle.com/java/21/latest/jdk-21_windows-x64_bin.msi), [download page for all Operating Systems](https://www.oracle.com/java/technologies/downloads/#java21))

Compatibility For 1.21
---------------------------

Expand Down
10 changes: 0 additions & 10 deletions doc/changelogs/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,8 @@

### Bug Fixes

- Fix binding sprint to the `R` key isn't work [#310](https://github.com/khanshoaib3/minecraft-access/issues/310)
- Fix can't speak music discs name in inventory screen [#311](https://github.com/khanshoaib3/minecraft-access/issues/311)
- Improve vertical facing direction speaking [#313](https://github.com/khanshoaib3/minecraft-access/issues/313)
- Now the two methods of look straight up/down work like what manual says (single `.` and `0`, or hold `Right Alt` then press `Up` nad `Down`) . [#321](https://github.com/khanshoaib3/minecraft-access/issues/321)

### Translation Changes

### Others

- Add Braille Bennett's modpack to good resource page
Updated Windows Setup guide

### Development Chores

- Add new `CONTRIBUTING.md` doc
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=1.21
minecraft_version=1.21.1

# ":v2" means Tiny V2 mapping format
# ref: https://fabricmc.net/wiki/documentation:tiny2
Expand All @@ -12,12 +12,12 @@ minecraft_version=1.21
# when upgrading the yarn version:
# ref: https://fabricmc.net/wiki/tutorial:migratemappings
# https://fabricmc.net/develop/
fabric_yarn_version=1.21+build.9:v2
fabric_yarn_version=1.21.1+build.3:v2

enabled_platforms=fabric,neoforge

archives_base_name=minecraft-access
mod_version=1.7.0+1.21
mod_version=1.8.0+1.21.1
maven_group=com.github.khanshoaib3.minecraft_access

# https://fabricmc.net/develop/
Expand All @@ -30,11 +30,11 @@ fabric_loader_version=0.15.11
# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/
# then get corresponding versions from pom file.
# fabric-resource-loader-v0
fabric_resource_loader_version=1.2.0+7e687b32d1
fabric_resource_loader_version=1.3.0+565991296a
# fabric-key-binding-api-v1
fabric_key_binding_api_version=1.0.47+0af3f5a7d1
fabric_key_binding_api_version=1.0.47+0af3f5a76a

# https://maven.neoforged.net/#/releases/net/neoforged/neoforge
neoforge_version=21.0.135-beta
neoforge_version=21.1.4
# https://maven.architectury.dev/dev/architectury/yarn-mappings-patch-neoforge/
yarn_mappings_patch_neoforge_version=1.21+build.4

0 comments on commit 2cbadca

Please sign in to comment.