Skip to content

Releases: Siyu1017/winbows-devtool

v1.4.2

Choose a tag to compare

@Siyu1017 Siyu1017 released this 09 Feb 08:27

Fixed

  • Resolved an issue where continuous high-volume log output could cause the console to stop updating.

v1.4.1

Choose a tag to compare

@Siyu1017 Siyu1017 released this 09 Feb 08:27

Fixed

  • Fixed an issue where the "Value" column was still created and resulted in empty rows when the first argument of console.table was an object whose properties were all objects.

v1.4.0

Choose a tag to compare

@Siyu1017 Siyu1017 released this 08 Jan 11:52

Added

  • Support for prototype properties

Fixed

  • Resolved issues with console.table when an Object is passed as the first argument
  • Fixed an issue where object viewers wrapped by console.error, console.warn, and similar methods would clip content when their width exceeded the container, preventing the full content from being displayed

v1.3.2

Choose a tag to compare

@Siyu1017 Siyu1017 released this 28 Sep 13:13

Fixed

  • The line break issue in console.log when applying styles

v1.3.1

Choose a tag to compare

@Siyu1017 Siyu1017 released this 21 Sep 08:53

Fixed

  • Refined the regular expression used for Local URL detection

v1.3.0

Choose a tag to compare

@Siyu1017 Siyu1017 released this 11 Sep 11:59

Added

  • Support Objects that use Symbols as keys

v1.2.1

Choose a tag to compare

@Siyu1017 Siyu1017 released this 03 Sep 12:16

Fixed

  • Refined the regular expression used for URL detection

v1.2.0

Choose a tag to compare

@Siyu1017 Siyu1017 released this 27 Aug 04:17

Added

  • Highlight URL

Fixed

  • Logs were considered duplicates based solely on content, ignoring their type.

v1.1.2

Choose a tag to compare

@Siyu1017 Siyu1017 released this 26 Aug 04:16

Fixed

  • Incorrect log item size measurement

v1.1.1

Choose a tag to compare

@Siyu1017 Siyu1017 released this 26 Aug 03:33

Fixed

  • Background styling for console.error icon and count
  • Issue where clicking on expandable objects in console.warn or console.error would also expand the stack trace