Skip to content

Latest commit

 

History

History
247 lines (148 loc) · 7.62 KB

File metadata and controls

247 lines (148 loc) · 7.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.1 - 2025-08-12

Changed

  • Update BepInEx to 5.4.2332.
  • Update Jotunn to 2.26.0.

0.8.0 - 2025-08-12

Added

  • Add warning popup when switching to another table, to prevent accidental pin loss.
  • Add special handling for empty tables, allowing to relocate tables more easily.

0.7.1 - 2025-03-09

Changed

  • Update GuildsAPI library to 1.4 (Guilds mod 1.1.11).

0.7.0 - 2025-03-07

Added

  • Add Chinese translation (@Calvaire #18).

0.6.1 - 2025-03-07

Changed

  • Support for 0.220.3.
  • Update Jotunn to 2.24.2.

0.6.0 - 2024-10-31

Changed

  • Support for 0.219.13 (The Bog Witch).
  • Update Jotunn to 2.21.2.

0.5.12 - 2024-07-19

Fixed

  • Fix public and guild pins being loaded from player save file multiple times due to respawns (for real this time 🤞).

0.5.11 - 2024-07-19

Fixed

  • Fix public and guild pins not being loaded from player save (duh).

0.5.10 - 2024-07-19

Changed

  • Local instances of a table pin are now removed when syncing with a table (e.g. a known boss pin was shared to the table).

Fixed

  • Fix guild tables not being accessible on after logging out / logging back in.
  • Fix public and guild pins being loaded from player save file multiple times due to respawns.
  • Fix incompatibility with Server devcommands's NoMap modifier override.
  • Fix removal warning popup displaying when trying to repair a table.
  • Fix table map being stuck open if another player destroys the table while it is open.

0.5.9 - 2024-06-24

Changed

  • Clarifications around server-side enforcement in README.
  • Recolored icon text outline.

0.5.8 - 2024-06-21

Fixed

  • Fix repeating ward flash when hovering a table protected by a ward.

0.5.7 - 2024-06-16

Added

  • Add warning popup when trying to destroy a table storing pins with the Hammer.

0.5.6 - 2024-06-14

Added

  • Replace Hugin cartography table tutorial vanilla text to be consistent with the mod's functionality.

Changed

  • Display cartography modifier key hint using actual Valheim key strings instead of raw key code.

0.5.5 - 2024-06-08

Changed

  • Remove microfreeze when opening / closing tables by greatly improving map exploration sharing handling.

0.5.4 - 2024-06-08

Changed

  • Add further compatibility for sharing private pins manually added by other mods.

0.5.3 - 2024-06-08

Fixed

  • Fix NullReferenceException errors due to keyhints UI update running when it should not.

0.5.2 - 2024-06-08

Fixed

  • Fix NullReferenceException errors due to table distance check running when it should not.

0.5.1 - 2024-06-07

Changed

  • Include missing Ashlands update tag for Thunderstore package.

0.5.0 - 2024-06-03

Added

  • Add config toggle for map exploration sharing.

0.4.3 - 2024-06-01

Changed

  • Document how to add new translations in the README.

0.4.2 - 2024-05-30

Fixed

  • Fix warnings Failed to find rpc method due to RPC methods not being registered immediately.
  • Fix NullReferenceException errors due to Minimap toggles not being fully initialized.
  • Fix shared map exploration toggle label not being replaced from its vanilla defaults.
  • Fix toggles visibility on game load.

0.4.1 - 2024-05-29

Changed

  • Improve README.

0.4.0 - 2024-05-29

Added

  • Automatically close map when moving too far away from the cartography table.

Changed

  • Support for 0.218.15 (Ashlands).
  • Improve compatibility with others mods that also interact with pins.
  • Forbid changing table sharing mode if any pins are stored on the table (instead of allowing it with a warning).
  • Switch to Jotunn for localization handling, instead of standalone LocalizationManager.

Fixed

  • Fix public player positions not always updating / displaying when more than 2 players are connected at once.
  • Fix pins toggles positioning so they are always properly ordered without gaps.

0.3.0 - 2024-04-12

Added

  • Support for NoMap world modifier: interacting with a cartography table will display the map.
  • Enforce mod to be installed on all clients if installed on the server (Jotunn version check).

Changed

  • Updated for Valheim 0.217.46.

Fixed

  • Fix NullReferenceException errors if shift-clicking a pin on the map without interacting with a cartography table.

0.2.0 - 2024-02-25

Added

  • Add limited one-way compatibility for public pins sharing from modded clients to vanilla non-modded clients.

Fixed

  • Fix shared pins disappearing if a cartography table is in use while a save occurs.
  • Fix NullReferenceException errors if hovering a cartography table while the game is shutting down.

0.1.1 - 2024-02-18

Fixed

  • Restrict map interactions to sharable pin types.
  • Remove debug logging.
  • Fix pin type filter toggling flooding logs with NullReferenceException errors.

0.1.0 - 2024-02-12

Added

  • Initial release.