Skip to content

Releases: Varneon/VUdon-Logger

0.4.0-alpha.5 - Improvements, Fixes

05 Jan 04:36
ddd7453
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Serialize window's root RectTransform as reference by @Varneon in #34
  • Use graphic masking instead of TMP text truncation by @Varneon in #38
  • Add range constraints to entry count fields by @Varneon in #39
  • Add missing UdonConsole class attributes by @Varneon in #40

Full Changelog: 0.4.0-alpha.4...0.4.0-alpha.5

⚠️ DEPENDENCY NOTICE:

Starting from version 0.4.0-alpha.1 the previous dependencies, V-Inspector and Neon-Inspector are obsolete, they have been replaced by VUdon - Editors.

0.4.0-alpha.4 - UdonSharp dependency migration

12 Oct 08:20
Compare
Choose a tag to compare

Changes

  • UdonSharp dependency has been migrated to com.vrchat.worlds >=3.4.0 <4.0.0 (#30, #31)
  • Fixed max log entries not applying to UI on build (#25, 11d73f5)
  • Removed proxyEntriesToLogs option (#28, #29)

0.4.0-alpha.3 - Dependency Fix

24 May 08:57
52f0e4c
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.4.0-alpha.2...0.4.0-alpha.3

0.4.0-alpha.2 - Fixes, Improvements

24 May 08:20
68f8eab
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.4.0-alpha.1...0.4.0-alpha.2

0.4.0-alpha.1 - UdonConsole Overhaul, TextMeshPro Migration, VUdon Editors Migration

23 May 18:53
9253b51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0-alpha.1

0.3.0 - Fixes, Improvements

23 May 12:00
e517920
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.3.0-beta.4 - Fixes

23 May 10:11
fe4ca69
Compare
Choose a tag to compare
0.3.0-beta.4 - Fixes Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.0-beta.3...0.3.0-beta.4

0.3.0-beta.3 - UdonConsole Build Initialization

11 May 09:37
Compare
Choose a tag to compare

Changes

  • UdonConsole will now initialize on build instead of Start() (#9 , a4b4d21)

0.3.0-beta.2 - Timestamp Format Customization and Dependency Fixes

04 Apr 06:36
a1648d8
Compare
Choose a tag to compare

Changes

  • Added option to change the timestamp format #1 (abe967c)
  • Added missing package dependency to the manifest #8 (992f039) (Reported by: @techanon)

0.3.0-beta.1 - Prefix customization, documentation improvements, console namespace fix

09 Jan 12:38
a1648d8
Compare
Choose a tag to compare

Changes

  • Fixed UdonConsole namespace: #6
  • Added options to customize system prefixes #7
  • Improved UdonConsole field documentation and tooltips (c420562)
  • Renamed Console prefab to UdonConsole for consistency (52e9fe4)