Skip to content

Increased compatibility with logs from modded + optimization.

Compare
Choose a tag to compare
@tintin10q tintin10q released this 16 Nov 09:57
· 23 commits to master since this release
  • Removed [ and ] from the regular expression that searches for logs.
    This way a lot more logging formats should be supported. Apparently modded formats can look like this: [10Okt2019 18:18:17.113] now we only look for 18:18:17

  • Fixed the freeze that happens if you have a large glob search

  • Added format strings

  • Changed how insert works to make more sense. Error is not replaced with scream and there is now end like print.

  • Tried to add further multithreading but failed.