V5.3.0
- Use 4.8 instead of 4.8.1 as the default .net version
- Fix the problem that the ReceiveHint patch causes crush
- Add string builder pool to improve performance
- Improve NW API compatibility
- Minor naming update
V5.3.1
- Add RemoveAfter and HideAfter to PlayerDisplay and AbstractHint
- Rewrite update management code in PlayerDisplay
V5.3.2
- Fix the bug that causes CompatibilityAdapter to not work correctly
- Fix the bug that causes update management to not work correctly
V5.3.3
- Fix the bug that cause CompatibilityAdapter to not work correctly
- Fix the bug that cause update management to not work correctly
V5.3.4
- Fix a bug in COmpatibilityAdapter that appears when a negative duration is passed
- Fix a thread safety issue in TaskScheduler
- Fix an issue in FontTool
V5.3.5
- Fix a bug that can cause the update rate to be higher than expected
- Improve stability of compatibility adaptor
- Improve performance
- Fix some bugs in the extension
- Fix some thread safety issues in the Hint Collection
- Add more customizable properties in PlayerDisplay
- Minor change in code quality
- Fix the bug that causes a crush on the Linux system
V5.3.6
- Improve code quality
- Add delay time in TextUpdateArg
- Fix some issues
- Fix a thread safety issue in PlayerDisplay
V5.3.7
- Add error handling issue in PlayerDisplay.StartParserTask
- Add support for
tag in text
V5.3.8
- Use MainThreadDispatcher to replace MultiThreadTool
- Fix an issue in StringBuilderPool that could cause a memory leak
V5.3.9
- Fix a issue in RichTextParser that caused
line break tag not working correclty - Add support for \n (pure text) to break the line
V5.3.10 - Fix a bug that cause the hint to stuck on the screen
- Standardize the code style
- Re-implemented API for the plugin frameworks
- Minor adjustment to improve performance