Skip to content

Releases: ThothDroid/THOTH

14.05.2026@2.0.4.1

14 May 13:45

Choose a tag to compare

This Patch only updates the dependency URLs.

11.12.2025@2.0.3

14 May 10:53

Choose a tag to compare

  • 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.1 added:
    • 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 in MdC and with <br/> and <pbr/> in glyphX

16.02.2026@2.0.4

14 May 13:43

Choose a tag to compare

Now it uses the SignProvider-Library only.

23.11.2025@2.0.2

23 Nov 16:36

Choose a tag to compare

  • Function for directly passing GlyphX XML document to ThothView.java added. Also getGlyphXText() now returns a org.w3c.dom.Document.
    Now you can use:
    setGlyphXText(myXMLDocument);
    
    String content = getGlyphXTextString();
    Document content = getGlyphXText();
    
  • Support for SDK 23 added.

08.11.2025@2.0.1

08 Nov 10:48

Choose a tag to compare

Updated dependencies.

08.11.2025@2.0.0

08 Nov 10:09

Choose a tag to compare

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

06 Oct 15:56

Choose a tag to compare

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

05 Oct 12:40

Choose a tag to compare

This is the first release of the THOTH library.