Skip to content

Releases: cushenst/Azure-Cloud-Debugger

Updated styling

05 Jul 15:55
7134efc
Compare
Choose a tag to compare
Merge pull request #17 from cushenst/features/cleanup

Removed Bootstrap and updates styling, cleaned up code, separated into multiple files.

Bug Fix

02 Jul 08:48
1ac0a58
Compare
Choose a tag to compare

Fixed bug where connection status would fail to show if there is no messages in the Azure message buffer.

Firefox rate-limit fix

27 Jun 15:56
75bdfdf
Compare
Choose a tag to compare
Merge pull request #15 from cushenst/bug-fixes/firefox-autofill

Stops firefox from saving endpoint after refresh and connecting...

Close connection to Azure when socket closes avoiding hitting the rate limit

26 Jun 12:22
205ae76
Compare
Choose a tag to compare
Merge pull request #14 from cushenst/features/azure-disconnect

Close connection to Azure when socket closes avoiding hitting the rate limit

Small visual changes to reconnecting messages.

20 Jun 11:10
d631724
Compare
Choose a tag to compare
Merge pull request #12 from cushenst/bug-fixes

Improved logs and error messages

v1.3: Merge pull request #11 from cushenst/features/reconnection

06 Jun 13:09
c8941fa
Compare
Choose a tag to compare
Added Error messages and reconnection ability when websocket closes. …