Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

v1.6.1: Fix expression and favicon clearing errors

Compare
Choose a tag to compare
@Andre601 Andre601 released this 09 Sep 21:36
· 1145 commits to master since this release

Fixes a few random errors that may appear under certain conditions.

Fixes

  • clearFaviconCache() throwing an exception when FaviconHandler instance has never been created
  • Random Double operator error when using something != something (Would see the =<space> as second expression)
    It should now just ignore any followup expressions if it found one.