Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: collect 1.7.0 changelog #305

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Release v1.7.0 (2024-07)
---------------------------

### Feature Updates

- Added better naming for unknown (modded) item groups in GUIs

### Bug Fixes

- Fixed detection of unknown (modded) item groups in GUIs
- Fix the problem that camera look straight up/down keys don't work [#298](https://github.com/khanshoaib3/minecraft-access/issues/298)
- Fix the problem that mod keybindings aren't shown in settings menu

### Others

- Update good resource page to include TrueBlindGaming tutorial videos, update beginner guide
- Switch from `MinecraftForge` to `NeoForge` from now on

### Development Chores

- Add 1.21 mod compatibility doc
- Change `forge` text to `neoforge` in workflows
- Change `1.20` text to `1.21` in docs
- Add command to replace links in changelog-for-platform to github links (in release workflow)

Release v1.6.1 (2024-06)
---------------------------

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

### Feature Updates

- Added better naming for unknown (modded) item groups in GUIs

### Bug Fixes

- Fixed detection of unknown (modded) item groups in GUIs
- Fix the problem that camera look straight up/down keys don't work [#298](https://github.com/khanshoaib3/minecraft-access/issues/298)
- Fix the problem that mod keybindings aren't shown in settings menu

### Translation Changes

### Others

- Update good resource page to include TrueBlindGaming tutorial videos, update beginner guide
- Switch from `MinecraftForge` to `NeoForge` from now on

### Development Chores

-
- Add 1.21 mod compatibility doc
- Change `forge` text to `neoforge` in workflows
- Change `1.20` text to `1.21` in docs
- Add command to replace links in changelog-for-platform to github links (in release workflow)
Loading