Skip to content

Mega Pint (v2 release)

Choose a tag to compare

@cmd430 cmd430 released this 29 Jul 11:36
· 33 commits to master since this release

This version is breaking

  • configs are now stored in .conf file and in xml
    • a separate project is included in the repo to convert old configs to the new format - a precompiled exe is also provided with this release
    • please note: the ini file must be in the same directory as the config migrator.exe and named Better Fullscreen,ini, this will produce a Better Fullscreen.conf for use with Better Fullscreen.exe
  • window title matching can be Full (the default), Starts With, or Includes to allow more flexible matching of windows
  • major optimizations of the main logic by removing the looping code and using a profile look up thanks to LINQ and the xml upgrades