You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped version to 1.8.19 and API to 101033 (Ascending Tide PTS).
Added Timer for Shadowy Supplier.
Increased vertical spacing in UI so Quests/Checkboxes are not directly on top of each other.
Removed display names in favor of quest titles.
Increased indentation to first character column to account for long quest titles, some of the translations are especially long.
Replaced all manually defined and LibMultilingualName calls for quest titles in favor of new API call, GetQuestName(id), this will make translations work easier and more consistent.
Where possible, replaced manually defined names for sections/quest types with ZO strings and various API calls. This will make translations work easier, but has an unfortunate side effect. Some of the API calls add a ^ followed by a random character or two at the end of the name as far as I can tell in the fr and de languages. Not sure why, if anyone has some input on that I would appreciate it. This will likely also cause some sections that were previously enabled to become disabled because of the change in title, once re-enabled in settings they should remain that way.
Added the missing sections to ru/fr/de to make them consistent with en.lua.
Changed the default behavior for sections to show to be true rather than false. This doesn't seem to default to true on the renamed sections mentioned above, but I tested by removing my saved vars file and they then all defaulted to shown. I'm hoping new sections/quests added going forward will also default to shown. If I find that is not the case I'll increase the savedvars version in a later release, which will unfortunately reset everyone's settings.
I verified en/ru/fr/de do not have any overlapping quest titles/checkboxes, you may need to adjust your window size.