* Update to Droptracker 5.1.0
Fixes to Combat Achievements
Removed XP tracking (Only tracking levels)
Organized settings menu
Reworked PB Tracking
Support Delve Boss 1-8 now
Fixed DMs not properly hiding
Fixed tracking Yama Loot
* Fix System.err.println in DropTrackerApi class
* Update droptracker to version 5.2.0
* Removed System.out.println from submission manager
* Update flipping-copilot to v1.7.10
- Bugfix hardcoded display name.
- Make time frame transient.
* Non critical bugfix
* Non critical bugfix 2
* Non critical bugfix 3
I wish to takeover this plugin. It has several issues, some I already have fixes for. I created my first PR over a week ago and tried to contact the author with a comment on it and there has been no response.
Adds new UI tiering for the sidebar to allow for more flexible forms of sections.
Adds the ability to go back and look at quests you've already completed.
Modernisation and cleanup of some older helpers.
* Create friendly-guide
* Add friendly-guide to toml dependency list
* Update friendly-guide
* Update friendly-guide
Not sure where I'm using java.lang.system.out/err/in other than tests, but I removed from there as well.
* Update friendly-guide
* Update friendly-guide
Load the dialog conditions and requirements explicitly
* Update friendly-guide
Replace reflection with hardcoded map
* Update friendly-guide
* Update friendly-guide
address issues found in build
* feat: add kill count tracking and table editing
- Add ItemDataV2 with optional killcount field
- Automatic data migration from legacy format with backup creation
- Config options to show killcount/date in details table
- Config option to enable/disable kill count input field
- Double click any row to edit entry element
- Right click -> context menu to edit entire entry
- Separation of concerns for more maintainable code
- Enhanced tooltips
- Remove unused legacy code (ItemEntry, duplicate ImageRenderer)
- Cleaned up unused ColorScheme constants
* refactor: replace java.util.logging with Slf4j and downgrade info logs to debug