Releases: aMediocreDad/litm
Releases · aMediocreDad/litm
v27
What's Changed
- fix: Story tags window overflow by @aMediocreDad in #79
- feat: Add character link in moderation message by @aMediocreDad in #80
- Update cn.json by @0rac1e404 in #77
- fix: select option white on white text by @aMediocreDad in #82
Full Changelog: v26...v27
v26
What's Changed
- feat: Expose API for roll formula and resolver by @aMediocreDad in #73
- feat: Add backpack transfer feature by @aMediocreDad in #74
Full Changelog: v25...v26
v25
What's Changed
- fix: Bump compatibility, minor fixes by @aMediocreDad in #71
- feat: Update packs by @aMediocreDad in #72
Full Changelog: v24...v25
v24 - Oops I broke Challenges
v23 - V12 Deprecations
This fix was mainly necessitated by a V12 change that made the welcome journal not render. Once you open an existing game the welcome scene, journal and chat message will be rendered again. Deleting the "Legend in the Mist" scene no longer causes it to be created anew.
What's Changed
- fix: Welcome journal no content v12 by @aMediocreDad in #64
- fix: V12 Deprecations by @aMediocreDad in #65
- feat: Move documentTypes to system.json by @aMediocreDad in #66
Full Changelog: v22...v23
v22 - Create Tags directly from character sheet
What's Changed
- fix: Moderation settings not persisting correctly by @aMediocreDad in #62
- feat: Leaf to add tag/status from character sheet by @aMediocreDad in #63
Full Changelog: v21...v22
Alpha V21 — Some important fixes
Release contains some important fixes to oversights in how the roll dialog should work.
What's Changed
- fix: GMs added tags not showing by @aMediocreDad in #60
- fix: Moderation recipients are not correct by @aMediocreDad in #61
Full Changelog: v20...v21
Alpha V20 - German
Alpha V19 - Chinese & Norwegian
What's Changed
- feat:add Chinese translation by @0rac1e404 in #57
- feat: Norwegian Language by @aMediocreDad in #58
New Contributors
- @0rac1e404 made their first contribution in #57
Full Changelog: v18...v19
Alpha V18 - Configurable
- Settings: Both settings were made into client settings as opposed to world settings. In addition the "Skip GM Moderation" setting is now the authority on whether the "Skip GM Moderation"-box is ticked by default or not (regardless of whether you are a GM or Player).
- Challenges: Challenges now have the same suggestions as Themes do for Challenge types. These Challenge types are based on the ones in the Tinderbox Demo.
- Rolls: Rolls are now made by the correct player when the GM approves a roll (no longer rolled by the gm).
- Config: For those who like to mod stuff. The config object now takes a theme_src property as well that lets you config custom theme borders. E.g.
CONFIG.litm.theme_levels = {
...CONFIG.litm.theme_levels,
shadow: [
"civilization",
"wilderness",
"mixed",
"corrupted",
"utter-darkness"
]
}
CONFIG.litm.theme_src = {
shadow: 'modules/mists-of-symbar/assets/shadow'
}
- Other bug fixes and smaller improvements