We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d8fe7 commit b5db389Copy full SHA for b5db389
docs/docs/releases.md
@@ -11,6 +11,8 @@ language: 'en'
11
- Architecture support: AVX2/SSE4.2 (x86-64), NEON (ARM64), SIMD128 (WASM)
12
- Automatic optimization: Runtime detection selects fastest implementation available
13
- Support for XTGETTCAP (XTerm Get Termcap) escape sequence for querying terminal capabilities.
14
+- Font library is now under a RWLock instead of Mutex to allow multiple tabs readings same font data.
15
+- Fix: crash on openSUSE Tumbleweed [#1160](https://github.com/raphamorim/rio/issues/1160).
16
17
## 0.2.19
18
0 commit comments