Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bug Fixes
- Corrected need_task_update in main()
(ececd69) ~LisieAdded `triggers.` as it was moved into the triggers table.
Commits
(391544d) ~LisieRemoved update_done which is no longer used
(e46ac8d) ~LisieRemoved shutdown method that is no longer used
(2057a40) ~LisieRemoved debug print messages from update_event
(bc89872) ~LisieRemoved extra items from the 'END_SCRIPT' message
(aac9174) ~LisieChanged generate_content function name
changed to "update_tasks"
(0765ba5) ~LisiePR # [2](https://github.com/yb-f/taskhud/pull/2): fixes and tweaks
(15f6470) ~LisieUpdate init.lua
Minor stylistic changes to the PR.
(7f579ee) ~grimmier378Some fixes and tweaks
* Fixed a crash bug
* cleaned up some tuff and put them into functions
* moved get_tasks call out of the actors callback. using a flag instead and processing during the loop.
* some minor tweaks where i noticed.
Commits
(2f528b5) ~LisieV0.14.0
Another full rewrite. No longer requires dannet to run, however having dannet loaded will allow you to click on the names of characters with different task progress and bring that character to the foreground.
This should greatly help the issues with characters hanging up and not sending their task data. I have noticed that occasionally updates triggered by the update task event messages sometimes do fail to trigger updates from some characters. I will look more into this issue as time allows.
This is a rather massive rewrite, and may still have some undiscovered bugs. If you encounter any problems please report them.
Commits
(9c5e121) ~LisieV0.9.2
new release
(7c3abf3) ~LisieAdded list of characters that have NOT completed update
To make it easier to identify problems, and figure out who is not sending their update.
(3d47047) ~LisieAdded auto-update functionality and cleaned up shutdown
The window will now auto-update when one of the characters in your selected peer group receives a quest update.
Also cleaned up the method by which the script shuts itself down.
Commits
(f8541fc) ~LisieTooltips and size
feat: Added tooltips
style: Adjusted size of name and peer group drop boxes
--Clicking the names of the other characters in the missing or task objectives list will bring that character to the foreground
--Added command: /th
--Hopefully squashed the line ~309 bug
- /th help -- command usage
- /th exit -- shut down the script
- /th show -- show UI
- /th hide -- hide UI