Releases: ThothDroid/THOTH
Releases · ThothDroid/THOTH
14.05.2026@2.0.4.1
This Patch only updates the dependency URLs.
11.12.2025@2.0.3
- Issue with multiple render requests solved (e.g. if you are changing the text two times shortly after each other)
- Support for
maat:1.5.1added:- adding Paddings between lines, signs, in groups or around the text as a whole is possible now
RTL-layout is supported and the signs are mirrored- multiline texts are possible with the
!and!!sign inMdCand with<br/>and<pbr/>inglyphX
16.02.2026@2.0.4
Now it uses the SignProvider-Library only.
23.11.2025@2.0.2
- Function for directly passing GlyphX XML document to ThothView.java added. Also
getGlyphXText()now returns aorg.w3c.dom.Document.
Now you can use:setGlyphXText(myXMLDocument); String content = getGlyphXTextString(); Document content = getGlyphXText(); - Support for SDK
23added.
08.11.2025@2.0.1
Updated dependencies.
08.11.2025@2.0.0
Support for brackets in MdC added. Now you can type in:
N17:i*(p:t)*(t:p)*i:N17
06.10.2025@1.0.1
Databases are updated.
Now it supports numbers as ids. This means you cant type in
<sign id="500"/>
instead of typing
<v><h><sign id="V1"/><sign id="V1"/><sign id="V1"/></h><h><sign id="V1"/><sign id="V1"/></h></v>
05.10.2025@1.0.0
This is the first release of the THOTH library.