Releases: g4m3r7ag/DQT
1.8.27
1.8.26
1.8.25
1.8.24
Moved Cyrodiil quests to bottom of list to match https://en.uesp.net/wiki/Online:Repeatable_Quests since Whitestrake event has ended.
v1.8.23
1.8.22
1.8.21
Added High Isle
Condensed Upper/Lower Craglorn into just Craglorn with a Group PvE Quest Type
Moved Cyrodilic Collections in to Prologue Quest Type under Murkmire
Moved Northern Elsweyr Defense Force in to Prologue Quest Type under Northern Elsweyr
These changes allowed reverting the vertical spacing between the quest sections/types, so the only large vertical spacing for long quest names is contained in the quest type drop downs.
1.8.20
Reverted the horizontal dimension changes that were cutting off more than 16 characters
Increased the vertical dimensions in the layout to allow long names to wrap to a second line without overlapping the checkboxes
Updated the Pledges for Ascending Tide.
1.8.19
- 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.