WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

v1.6.1: Fix expression and favicon clearing errors

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.