new-xkit / XKit

Fork of XKit, the extension framework for Tumblr
https://new-xkit-extension.tumblr.com
Other
460 stars 135 forks source link

v7.9.2: Fix XKit Patches on any future versions #2166

Open marcustyphoon opened 3 days ago

marcustyphoon commented 3 days ago

As in #2165, this improves the XKit Patches run_order logic a bit, such that versions not contained in the run_order array simply have no patches applied and it thus does not need to be updated for future releases. It also fixes the crash if one adds an entry to run_order without adding a corresponding (potentially empty) entry to patches that I triggered earlier, and pulls a whitespace change from the main branch.