# YetAnotherConfigLib v3.1.1 for 1.19.4 ## Rewrote gui-scope `ImageRenderer` API The `ImageRenderer` API has been rewritten internally to use a dual-thread initialization. Before, GL calls were made on a separate thread, which silently threw errors. Sodium 0.5 introduced an option called `No Error Context`, which turned these warnings into complete JVM crashes. Because of this, […]