Skip to content

Commit 714d6b8

Browse files
committed
UPDATE: version 0.2.1
1 parent 9bb7171 commit 714d6b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.2.1 (04-08-2025)
2+
- Fixed bug where backslash ( \ ) is tokenized, so \n is not recognized as a newline character.
3+
14
# 0.2.0 (12-02-2025)
25
- Fixed bug where ThaiTextNurse GUI line drawing is not using transform's up direction.
36
- Added Word Detection Utility.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.phengine.thaitextcare",
33
"displayName": "Thai Text Care",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "A library that provides enhanced Thai language support for Unity's TextMeshPro such as Thai Word Segmentation and Thai Font Glyphs fixer for overlapped vowels/tone marks, significantly improving your experience when working with Thai language in Unity.",
66
"keywords": [],
77
"repository": {

0 commit comments

Comments
 (0)