Minecraft Wiki:Hey Wiki/Releases
This page documents changes of all releases of Hey Wiki.
v1.7.0[edit source]
Released on October 23, 2024 for versions 1.21 and 1.21.1 (current LTS), and 1.21.2 (current active).
Changes[edit source]
- Ported to 1.21.2. Please report any issues you may have!
- Now supports searching the AE2 guide
APIs[edit source]
- Now supports the
search_provider
field for wikis- Values can be
mediawiki
andalgolia
- All wikis that support autocompleted search should fill this field
- If the field is not filled, and both
search_url
andmw_api_url
are present, the search will default tomediawiki
. However, this is deprecated and will be removed in v2
- Values can be
search_url
is now optional for wikis that supports search, as long as they havesearch_provider
field filled- Added Agolia search support
- This requires you to configure the following fields in the
algolia
object:api_url
index_name
api_key
app_id
- This requires you to configure the following fields in the
v1.6.3[edit source]
Released on September 2, 2024 for versions 1.21 and 1.21.1 (current active).
Changes[edit source]
- Now works for hovering items in recipe book and trade menu (#71)
- The game now pauses when you open in browser while your inventory is open (#73)
- New wiki: Doggy Talents Next Wiki (#74)
Fixes[edit source]
- Fixes a crash when pressing enter in search screen before suggestions has been loaded (#70)
v1.6.2[edit source]
Released on August 22, 2024 for versions 1.21 and 1.21.1 (current active).
Changes[edit source]
- When you select a wiki when you search, it is now remembered for the next search.
- Now supports double-clicking a search result to open it in addition to pressing Enter.
APIs[edit source]
- The item stack component format now supports an additional
heywiki:fallback_title
field.heywiki:translation_key
is now optional. If it does not exist, theheywiki:fallback_title
will be used instead.- If both are missing, the path of
heywiki:identifier
will be used instead.
Fixes[edit source]
- Fixed an issue where using Enter on the input does not work when your search includes spaces.
- If a namespace is not supported,
/wiki
no longer hard fails.
APIs[edit source]
- In URLs, spaces are now replaced with
%20
instead of+
to match the behavior of the browser. We are not considering this a breaking change because the this was a regression from the previous behavior.
v1.6.1[edit source]
Released on August 20, 2024 for versions 1.21 and 1.21.1 (current active).
Fixes[edit source]
- Open wiki search key bind is now in control options
- Open wiki search key now uses a correct description instead of reusing the open wiki page key's description
v1.6.0[edit source]
Released on August 20, 2024 for versions 1.21 and 1.21.1 (current active).
Changes[edit source]
- New feature: wiki search screen.
- You can now search for wiki pages by pressing
B
in the game. - The search screen will show a list of pages that match the search query as you type.
- You can use arrow keys to navigate the list and press
Enter
to open the selected page. - You can switch between wikis using the button available. Note that not all wikis are available.
- You can now search for wiki pages by pressing
- Added a new option "Requires confirmation when using commands", in case you still want the preview screen when using the command. This option is off by default.
- Internal codebase refactor to improve maintainability.
API[edit source]
- BREAKING: The
id
field in the wiki family resource pack definition is now removed. It is now inferred from the directory name. This also means that they are now namespaced. - BREAKING: Wiki families are now translatable at
wiki_family.<namespace>.<family>
. - Adds a new
search_url
field in the wiki family resource pack definition. This field is used to search for pages in the wiki. If the field is not present, the search feature mentioned above will not be available for this wiki. - Wiki family resource pack definition is now stable. Any breaking changes will result in a major version bump.
Fixes[edit source]
- Fixes conflict with RRLS and Zoomify (#58)
v1.5.7[edit source]
Released on August 14, 2024 for versions 1.21 (current active) and 1.20.4 (LTS maintenance).
Fixes[edit source]
- Fixes an issue that the zhVariant config is written an incorrect value.
v1.5.6[edit source]
Released on August 4, 2024 for versions 1.21 (current active) and 1.20.4 (LTS active).
Support for Hey Wiki for 1.20.4 has now been downgraded to Maintenance. This version receives only bug fixes and security patches. Features are generally not backported.
Changes[edit source]
- Added support for JEI (#11)
- Added support for Voidscape Wiki (#66)
- Added support for Advent of Ascension Wiki (#67)
Fixes[edit source]
- Fix /whatstructure not detecting certain structures
- Prevent pressing Esc in REI to be an infinite loop
v1.5.5[edit source]
Released on July 29, 2024 for versions 1.21 (current active) and 1.20.4 (LTS active).
Changes[edit source]
- Now supports
/whatstructure
command to access wiki page of the structure you are in.- This command is only available in singleplayer.
- Data pack and custom server authors can now use
heywiki:identifier
andheywiki:translation_key
inminecraft:custom_data
component to provide custom namespace and name for an item. (1.21) - Data pack and custom server authors can now use
heywiki:identifier
andheywiki:translation_key
fields in NBT to provide custom namespace and name for an item. (1.20.4)
Fixes[edit source]
- Fixed duplicate language entries in configuration screen.
- Now handles variant redirect for Chinese wikis correctly.
v1.5.4[edit source]
Released on July 22, 2024 for versions 1.21 (current active) and 1.20.4 (LTS active).
Note: 1.20.4 support will be dropped in 1.6.0
Changes[edit source]
- New wiki: Stardust Labs Wiki
- New wiki: Create Wiki (#51, #53, #63)
- If a wiki family is not found, an error message will be displayed instead of using Minecraft Wiki as fallback
Fixes[edit source]
- No longer crashes when Hey Wiki, Zoomify and RRLS are installed together (#57)
- Note that this is a workaround and the root cause is still unknown
- No longer display the loading description placeholder when fetching the description fails
- Tooltip for open wiki key bind in the config menu is now correct
v1.5.3[edit source]
Released on June 29, 2024 for versions 1.21 (current active) and 1.20.4 (LTS active).
Changes[edit source]
- Added Applied Energistics 2 Wiki (#49)
Fixes[edit source]
- Fix lost text style in some cases (#57)
v1.5.2[edit source]
Released on June 20, 2024 for versions 1.21 (current active) and 1.20.4 (LTS active).
Changes[edit source]
- Optimized wiki resolution for better performance
- Added Chinese language variant option for Chinese users (#44)
- Added Mekanism Wiki (#43)
- Added The Twilight Forest Wiki (#50)
v1.5.1+1.21[edit source]
Release on June 14, 2024 for version 1.21 (current active) and 1.20.4 (LTS active).
Changes[edit source]
- 1.21 support
Note that 1.20.6 support has been dropped. 1.20.4 support is still available.
v1.5.1[edit source]
Released on June 9, 2024 for versions 1.20.6 (current active) and 1.20.4 (LTS active).
Changes[edit source]
- Now supports triggering open wiki by hovering over status effects in the inventory screen
- For now this does not work with EMI enabled
Fixes[edit source]
- Fixed
java.util.ConcurrentModificationException
when opening the confirm screen
v1.5.0[edit source]
Released on June 8, 2024 for versions 1.20.6 (current active) and 1.20.4 (LTS active).
Changes[edit source]
- Now shows an excerpt and image from the wiki article when asking for confirmation to open link.
random_article
forWikiIndividual
is no longer required. It defaults toSpecial:RandomPage
./imfeelinglucky
now shows error message when the wiki does not support the random article feature.
We plan to introduce no more breaking changes to the resource pack wiki_family
format starting the next minor version. This will stabilize the API for mod pack authors starting 1.6.0. This also means any backward-incompatible change will receive a major version bump.
Fixes[edit source]
- Fix incorrect links for Japanese Minecraft Wiki
v1.4.3+1.20.6[edit source]
Released on May 31, 2024 for versions 1.20.6 (current active).
Fixes[edit source]
- Introduce stricter constraints on dependency versions
v1.4.2[edit source]
Released on May 11, 2024 for versions 1.20.6 (current active) and 1.20.4 (LTS active).
Fixes[edit source]
- Fix Iris unable to read the shaderpack's language file (#31)
v1.4.1+1.20.6[edit source]
Released on May 1, 2024 for versions 1.20.6 (current active).
Note: Support for 1.20.5 is immediately dropped.
Changes[edit source]
- Supports Minecraft 1.20.6
Fixes[edit source]
- Fix performance issues with TitleScreen (Fabric)
v1.4.1+1.20.4[edit source]
Released on April 29, 2024 for versions 1.20.4 (LTS active).
Fixes[edit source]
- Fixes a critical bug where the mod attempts to open the wiki page every time something is being aimed at
v1.4.0[edit source]
Released on April 25, 2024 for versions 1.20.5 (current active) and 1.20.4 (LTS active).
Note: 1.20.4 is now a long-term support (LTS) version. This means that it will receive new bug fixes and some new features, even if it is not the latest Minecraft release. Note that the LTS does not have a minimum duration, and it may end at any time.
Changes[edit source]
- Supports Minecraft 1.20.5
- (1.20.5) Adds support for Aether wiki
- Alt+H or Opt+H now opens the wiki page of the current item in your main hand
- Now transforms
[[wiki link]]
syntax into a clickable link in chat - Fabric: You can now click on the version in title screen to open the wiki page of the current version
Fixes[edit source]
- (1.20.5) Fixes compatibility issue with EMI (#23)
v1.3.2+1.20.4[edit source]
Released on April 21, 2024 for version 1.20.4 (current active).
Changes[edit source]
- Add support for Aether wiki
Fixes[edit source]
- New configurations added in v1.3.1 are now saved properly
- Fixes compatibility issue with EMI (#23)
v1.3.2+1.20.5[edit source]
Released on April 17, 2024 for version 1.20.5 (snapshot active).
Changes[edit source]
- Supports Minecraft 1.20.5-pre3
- Update translations
- Now requires Java 21
Fixes[edit source]
- New configurations added in v1.3.1 are now saved properly
v1.3.1[edit source]
Released on April 9, 2024 for version 1.20.4 (current active).
Changes[edit source]
- Adds
/whatisthisitem offhand
/wiki
autocomplete is now cached locally to improve performance- Now prompts user when
H
is pressed but nothing is being aimed at - Added configuration options for reach distance and whether fluid is allowed
- Setting configurations other than wiki language no longer requires a resource reload
- Looking up item entities now leads to the page of the item
- Add possibility to overwrite translation keys to specific pages (Solves #14)
Fixes[edit source]
- Fixes
/wiki
autocomplete showing duplicate entries - Fixes bad debouncing in
/wiki
autocomplete - Fixes bad encoding in
/wiki
autocomplete requests. Now forced to UTF-8 - Fix inventory closes after dismissing the url prompt
v1.3.0[edit source]
Released on April 8, 2024 for version 1.20.4 (current active).
Changes[edit source]
- Adds possibility to support other wikis than Minecraft Wiki.
- Adds
/imfeelinglucky
command that takes you to a random page. - When using
/wiki
, page names are now autocompleted. - [Experimental] Added JSON config for wiki support at
wiki_family/*.json
in resource packs. Please note that the JSON schema is not stable and is not semantically versioned yet. We very well might break it in minor versions. - Added integration for Roughly Enough Items (REI).
- Added integration for EMI.
v1.2.2[edit source]
Released on April 3, 2024 for version 1.20.4 (current active).
Fixes[edit source]
- Fixes issue with version name.
v1.2.1[edit source]
Released on April 3, 2024 for version 1.20.4 (current active).
Fixes[edit source]
- Fixes issue with featured file on Modrinth.
- .jar file name now includes loader.
v1.2.0[edit source]
Released on April 3, 2024 for version 1.20.4 (current active).
Changes[edit source]
- Now supports NeoForge.
- Now depends on Cloth Config instead of YACL.
- Now depends on Architectury API.
- Added French (fr_fr) translation.
v1.1.0[edit source]
Released on April 2, 2024 for version 1.20.4 (current active).
Changes[edit source]
- Now defaults to
H
key. - Added
/whatcommand
to quickly open a command page on the wiki with redirect/whatcmd
. - Now reloads translation on resource reload to prevent reloading during key press.
- Language config now shows language name in addition to language code.
- Added redirect from
/whatis
to/wiki
. - Added
pt_br
translation.
Fixes[edit source]
- Fix case where language is set to auto and game language does not have a wiki.
- Language used is no longer always set to en now, if set to a value other than auto.
- Now no longer use map to store languages, improving performance.
v1.0.0[edit source]
Released on March 31, 2024 for version 1.20.4 (current active).
Initial release.