Skip to content

Releases: Forien/foundryvtt-forien-quest-log

Release v0.3.3

23 Jun 11:34
f7b42bc
Compare
Choose a tag to compare
v0.3.3 (#36)

* Fixed editable inputs cutting off text after double quotation character
* Added popup when attempting to close the Quest Form window without submitting.
* Added option to link quests in rich text environments with `@Quest[id]` and `@Quest[quest name]`. Hacky way, might be unstable.
* Added Configuration setting that allows GM turn off displaying Welcome Screen to players. Enabled by default
* Added "Help" button in Quest Log's header that allows to open Welcome Screen at any time.

Release v0.3.2

21 Jun 17:23
ffc6c78
Compare
Choose a tag to compare
v0.3.2 (#29)

* Added French translation provided by Discord members rectulo and Naoki
* Abstract Rewards now are a little transparent (0.9 opacity) and their text is in italic

Release v0.3.1

20 Jun 22:55
242c1c9
Compare
Choose a tag to compare
v0.3.1 (#27)

* Added Korean translation provided by Discord member KLO
* Show GM information if players can't see shared quest

v0.3.0 (#24)

20 Jun 18:06
e40da51
Compare
Choose a tag to compare
* Added „Personal Quests”, a feature that allows GM to show any Quest to only specific player(s).
* Added Entity linking to Tasks (for example `@Actor[Vash]` or `@Item[Cursed Sword]`).
    * Fixed Entity linking in Description for players.
* Added „Available Tab” as an optional setting. Redone actions so they make more sense in their context.
* Added option allowing GM to hide any Task and Reward from players.
* Added "Abstract" type Rewards, which are not "Item" entities, are not draggable, but can have any name and image applied to them.
* Added optional Settings option that when checked, allows Players to drag Rewards onto their Actor sheets. (disabled by default)
* Added "Show Players" button for Quest Details, that will force open Quests Details for all players that have permission to see it.
* Hidden journal folder for quest data even for GM. Can be turned on back in settings.
* Changed some module settings to be client-side (centering titles, way of rendering bookmarks).
* Styling adjustments, including:
    * Fixed floating checkmarks for tasks when tasks overflow box.
    * Added visible indication of each Task to help players distinguish separate tasks.
    * Changed the way Quest Log is scrolling with many quests.
    * Added scrolling to Tasks and Rewards, because people are crazy.
* Created API at `game.quests` for use in Macros and Modules.
* Using API, allowed to drag&drop Quests from Quest Log onto Hotbar to create an "Open Quest" macro.
* Provided code comment blocks for most Functions. Not yet a Documentation, but could help those who peek at my module to learn.

v0.2.4

16 Jun 08:27
Compare
Choose a tag to compare
* Added German translation provided by Discord member Acd-Jake

v0.2.3 (#6)

16 Jun 06:17
a6984eb
Compare
Choose a tag to compare
  • Added Japanese translation provided by Discord member Brother Sharp
  • Added option to sort Quest Log
  • Hidden "add new task" from players
  • Added option to change rendering style of tabs
  • Added module setting for centering titles in Quest Log
  • Added Actor's name as a tooltip in Quest Log

v0.2.2 (#5)

15 Jun 20:17
79012fe
Compare
Choose a tag to compare
* Allowed to change quest giver to existing quest by draggin new actor onto preview
* Widened and squished Tasks and Rewards boxes respectively to allow better space management
* Added word wrapping for tasks
* Fixed distorted Quest Giver's images
* Moved window initialization to 'ready' hook to fix translation

v0.2.1 (#1)

15 Jun 11:49
9fab424
Compare
Choose a tag to compare
* Fully prepared module for translation - all strings should be translatable
* Added scroll for overflowing quest's description
* Added toggle between Actor's/Token's image for Quest Giver's image
* Added failed state for tasks
* Translated to Polish

v0.2.0

15 Jun 03:58
Compare
Choose a tag to compare

First release

v0.1.2-alpha

13 Jun 21:00
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release
hotfix