Skip to content

Releases: ccampbell/chromelogger

4.1.2

29 Sep 14:54
Compare
Choose a tag to compare
  • Updated options page styles to render correctly
  • Added donation links to options page
  • Fixed compatibility with FireFox (#73)
  • Fixed race condition where sometimes the logs did not show up at all (#72)

Apologies for skipping version 4.1.1. That version was uploaded directly to the Chrome Web Store, and I forgot to push the changes to GitHub.

4.1.0

24 Sep 02:27
Compare
Choose a tag to compare
  • Improve handling of tab events using newer chrome tab api
  • Simplify logic for determining tabs that the extension will not work on
  • Use hostname for determining tab activity instead of parts of the host

4.0.5

03 May 20:53
Compare
Choose a tag to compare
  • Use native os color picker for choosing colors

4.0.4

03 May 20:52
Compare
Choose a tag to compare
  • Use atob function for base64 decoding

4.0.3

09 Jul 01:05
Compare
Choose a tag to compare
  • Fixes race condition when background page runs before log.js is ready

    This issue seemed to cause issues in Chrome 28 on Linux. See #22