Skip to content

Releases: eXaminator/kanka-foundry

5.0.2

02 Nov 19:14

Choose a tag to compare

5.0.2 (2025-11-02)

Bug Fixes

  • change base URL seeting to a blank value if public Kanka should be used (416c8ce)
  • Improve error handling and message when getting an authorization error from Kanka (63c9055)

5.0.1

23 May 15:14

Choose a tag to compare

5.0.1 (2025-05-23)

Bug Fixes

  • handle pagination in API when fetching all campaigns (004a00c), closes #153

5.0.0

10 May 12:38

Choose a tag to compare

5.0.0 (2025-05-10)

Bug Fixes

  • Fix a typo in english translations (cc05aac)

  • Replace deprecated globalThis.getProperty method by supported foundry.utils.getProperty (87bc2d7)

  • feat!: Update entity browser to use ApplicationV2 framework from Foundry (ab53daf), closes #149

BREAKING CHANGES

  • This raises the minimum foundry version from v11 to v12. The whole entity browser
    was basically recreated to work with the new ApplicationV2 framework. This changes
    the styles and tries to keep close to base foundry styles. It should work with
    light and dark themes - and hopefully others too.
    One feature thatw as removed is the overview of linked but since in Kanka deleted
    journal entries. You'll have too keep track of those yourselfes from now on.

4.2.0

22 Feb 17:38

Choose a tag to compare

4.2.0 (2025-02-22)

Bug Fixes

  • make changes to comply with some upcoming Kanka API changes (250d331), closes #146
  • rename "items" to "objects" to be in line with Kankas UI (af33bfc)

Features

  • add location to quests and add support for all instigator types (803a3f0)
  • add price, size and weight properties to objects (25c1b75)
  • Display if Creatures, Families, Races or Locations ar dead, extinct or destroyed respectively. (5f0aba3)

4.1.5

17 Nov 11:54

Choose a tag to compare

4.1.5 (2024-11-17)

Bug Fixes

  • add a fallback mechanism for new or changed types of entity attributes (d2c2e0d), closes #144

4.1.4

12 Oct 14:35

Choose a tag to compare

4.1.4 (2024-10-12)

Bug Fixes

  • don't crash on calendars when linking all entities at once (eeba233), closes #142

4.1.3

06 Sep 17:52

Choose a tag to compare

4.1.3 (2024-09-06)

Bug Fixes

  • don't omit entity entry if it has no other posts (48aa1f7), closes #141

4.1.2

13 Aug 18:45

Choose a tag to compare

4.1.2 (2024-08-13)

Bug Fixes

  • add missing founded date for organisations (efcea45)

4.1.1

11 Aug 20:18

Choose a tag to compare

4.1.1 (2024-08-11)

Bug Fixes

  • add missing founded date for locations (01fd51b)

4.1.0

11 Aug 20:14

Choose a tag to compare

4.1.0 (2024-08-11)

Bug Fixes

  • fix init hook hot reloading for development environment (b42bfd4)

Features

  • add birthday and day of death to character overview (29da8f4), closes #99