Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Releases: Crzyrndm/FilterExtension

Filter Extensions v2.5.0

23 Apr 21:28
Compare
Choose a tag to compare
  • Added support for a part module filter
  • Added support for part tags
  • Fixed improperly sized dds'ified icons
  • Icons now must be 32 px square.(I have seen no evidence of any other size being used and this makes the code neater. If this is an issue I can add some leeway back in)
  • Code cleanup

Filter Extensions v2.4.3

22 Apr 23:20
Compare
Choose a tag to compare
  • Fix equality checks breaking
  • Unpack dds icons and replace .pngs
  • Fix config errors

Filter Extensions v2.4.2

21 Apr 09:09
Compare
Choose a tag to compare

1.1 compatibility

Filter Extensions v2.4.1.3

15 Nov 04:57
Compare
Choose a tag to compare
  • Fix for accidentally destroying one original icon while compiling the icon library

Filter Extensions v2.4.1.2

14 Nov 08:09
Compare
Choose a tag to compare
  • Repackage to include all contributed .cfg's since 2.4.1 release that were accidentally not included in 2.4.1.1

Filter Extensions v2.4.1.1

10 Nov 08:09
Compare
Choose a tag to compare

v2.4.1.1

  • Recompile for KSP 1.0.5
  • Additional mod icons from user Nils277

Filter Extensions v2.4.1

23 Jul 09:19
Compare
Choose a tag to compare

Quick patch for missing subcategories
Fix for unpurchased override not being copied

Filter Extensions v2.4.0

21 Jul 08:17
Compare
Choose a tag to compare
  • kerbas_ad_astra: Added "square4" and "proc" bulkhead profiles
  • Changed: All shipped mod categories now include a subcategory for parts with "category = none"
  • Fixed: subcategory type check now has a depth limit and cannot result in an infinite loop
  • Fixed: Empty subcategories are now removed the first time the editor is entered
  • Fixed: Small memory leak triggered entering the main menu for the first time squashed
  • Improvement: Added a subcategory override for the global setting "show unpurchased parts"
  • Improvement: Added custom type filter for unpurchased parts
  • Improvement: Added a category override for applying the category template to subcategories
  • Improvement: General code polishing, optimisation, and improvement

Filter Extensions v2.3.1

12 Jul 21:51
Compare
Choose a tag to compare

Filter Extensions v2.3.0

28 Jun 04:02
Compare
Choose a tag to compare
Added subcategory check type

Moved subcategories to a more generic location to accommodate this