Skip to content

Releases: mc-wiki/minecraft-mod-heywiki

v1.6.1+1.21.1

20 Aug 12:00
Compare
Choose a tag to compare

v1.6.1+1.21.1

Fixes

  • 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+1.21

20 Aug 10:31
Compare
Choose a tag to compare

v1.6.0+1.21.1

Changes

  • 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.
  • 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

  • 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

  • Fixes conflict with RRLS and Zoomify (#58)

v1.5.7+1.21

14 Aug 11:35
f8d9dc1
Compare
Choose a tag to compare

v1.5.7+1.21

Fixes

  • Fixes an issue that the zhVariant config is written an incorrect value.

v1.5.7+1.20.4

14 Aug 11:36
1ab17e5
Compare
Choose a tag to compare

v1.5.7+1.20.4

Fixes

  • Fixes an issue that the zhVariant config is written an incorrect value.

v1.5.6+1.21

04 Aug 08:05
Compare
Choose a tag to compare

v1.5.6+1.21

Changes

Fixes

  • Fix /whatstructure not detecting certain structures
  • Prevent pressing Esc in REI to be an infinite loop

v1.5.6+1.20.4: Add AoA Wiki

04 Aug 08:05
Compare
Choose a tag to compare

v1.5.6+1.20.4

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

Fixes

  • Fix /whatstructure not detecting certain structures
  • Prevent pressing Esc in REI to be an infinite loop

v1.5.5+1.21

30 Jul 04:16
Compare
Choose a tag to compare

v1.5.5+1.21

Changes

  • 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 and heywiki:translation_key
    in minecraft:custom_data component to provide custom namespace and name for an item.

Fixes

  • Fixed duplicate language entries in configuration screen.
  • Now handles variant redirect for Chinese wikis correctly.

v1.5.5+1.20.4

30 Jul 04:16
Compare
Choose a tag to compare

v1.5.5+1.20.4

Changes

  • 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 and heywiki:translation_key fields
    in NBT to provide custom namespace and name for an item.

Fixes

  • Fixed duplicate language entries in configuration screen.
  • Now handles variant redirect for Chinese wikis correctly.
    • This command is only available in singleplayer.

v1.5.4+1.21

22 Jul 12:36
Compare
Choose a tag to compare

v1.5.4+1.21

Changes

Fixes

  • 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.4+1.20.4: Add Create Wiki (#51, #53, #63)

22 Jul 12:37
Compare
Choose a tag to compare

v1.5.4+1.20.4

Note: 1.20.4 support will be dropped in 1.6.0

Changes

Fixes

  • 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