77a39b512c
The Ascension server appends a new progress line on every objective update instead of replacing it, so tooltips stacked 0/8 1/8 2/8 3/8 for one objective. New always-on DedupeAscensionProgressLines collapses each stack to its most-progressed line. It only hides a line when the same tooltip holds another progress line with the same objective text AND denominator, so other addons' lines and Questie's own single-line objectives are never touched. Separate from the opt-in full-strip option (#16). Unit-tested in Tests/QuestieTooltipDedupe_spec.lua.