v2.0.2
- Bug fix for overlapping logs.
v2.0.1
- Bug fix for not displaying logs on YouTube.
v2.0.0
- Change log displays, add better handling of displaying source code, create stacked logs option, and add log limit option.
v1.3.0
- Handle styled logs (%c, %s, etc.)
v1.2.0
- Remove Google OAuth login.
v1.1.1
- Display the name, message, and stack of errors as collapsible objects.
v1.1.0
- Add OAuth 2.0.
v1.0.1
- Revert back to older version. Issue with implementing OAuth 2.0.
v0.6.0
- Add URL whitelist to determine which domains to display console.log, console.info, console.debug, console.warn, console.error, and console.trace messages on.
v0.5.2
- Bug fix for server side log toggle switch working after service worker goes idle.
v0.5.1
- Bug fix for server side log toggle switch not working.
v0.5.0
- Add the ability to view server side logs in the browser as popups. This includes all languages (Node, Java, Python, etc.).
v0.4.0
- Add ability to position the developer logs from console.log, console.info, console.debug, console.warn, console.error, and console.trace calls.
v0.3.0
- Add ability to set the size of the developer logs from console.log, console.info, console.debug, console.warn, console.error, and console.trace calls.
v0.2.3
- Fix bug where enable/disable toggle switch doesn't work after navigating pages.
- Handle fetch API call failures when analyzing stack traces from console.log, console.info, console.debug, console.warn, console.error, and console.trace calls.
v0.2.2
- Fix bug where console.log, console.info, console.debug, console.warn, console.error, and console.trace messages are missed when the service worker is inactive.
v0.2.1
- Fix bug of initial values for opacity and timer being 0.
- Make console.log, console.info, console.debug, console.warn, console.error, and console.trace enabled on install.
v0.2.0
- Add slider to adjust how long the popups appear for.
- Add slider to adjust the opacity of the popups.
- Replace setTimeout call with extension messaging API.
v0.1.1
- Make the extension initially enabled when installed.
v0.1.0
- Add ability to enable/disable logging alerts from popup.
v0.0.2
- Change the overflow of the popup title so the icons don't disappear.
v0.0.1
- Make console.log, console.info, console.debug, console.warn, and console.error appear as popups.