Releases: weizhenye/ass-compiler
Releases · weizhenye/ass-compiler
v0.1.14
New
- treat
\q
as global tag, add Dialogue.q
and CompiledASS.wrapStyle
v0.1.12
Fix
- add
\fsp
to animatable tags
v0.1.11
Fix
- Fixed rounding issue with timestamps, thanks @notorca for #16
v0.1.10
Fix
- make sure
\r
is before other tags, thanks @notorca for #15
v0.1.7
Fix
- #10 handle stringify and decompile with non-standard style and event format
v0.1.6
Fix
- #10 ignore upper case tags
- #10 ignore empty dialogues when decompiler
- #10 allow to ignore fields in Format
v0.1.5
Fix
- parse
\1a
same as \alpha
, #9