|
| 1 | +# Created with komac v2.12.1 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: raphamorim.rio |
| 5 | +PackageVersion: 0.2.20 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Raphael Amorim |
| 8 | +PublisherUrl: https://github.com/raphamorim/rio |
| 9 | +PublisherSupportUrl: https://github.com/raphamorim/rio/issues |
| 10 | +Author: Raphael Amorim |
| 11 | +PackageName: Rio |
| 12 | +PackageUrl: https://github.com/raphamorim/rio |
| 13 | +License: MIT |
| 14 | +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE |
| 15 | +Copyright: Copyright 2024 Raphael Amorim |
| 16 | +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE |
| 17 | +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. |
| 18 | +Description: |- |
| 19 | + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. |
| 20 | + The supported platforms currently consist of BSD, Linux, MacOS and Windows. |
| 21 | +Moniker: rio |
| 22 | +Tags: |
| 23 | +- cross-platform |
| 24 | +- terminal |
| 25 | +- terminal-emulators |
| 26 | +ReleaseNotes: |- |
| 27 | + 0.2.20 |
| 28 | + - Performance: Implemented SIMD-accelerated UTF-8 validation throughout Rio terminal using the simdutf8 crate. |
| 29 | + - Architecture support: AVX2/SSE4.2 (x86-64), NEON (ARM64), SIMD128 (WASM) |
| 30 | + - Automatic optimization: Runtime detection selects fastest implementation available |
| 31 | + - Support for XTGETTCAP (XTerm Get Termcap) escape sequence for querying terminal capabilities. |
| 32 | + - Font library is now under a RWLock instead of Mutex to allow multiple tabs readings same font data. |
| 33 | + - Fix: crash on openSUSE Tumbleweed #1160. |
| 34 | + Changelog |
| 35 | + - 3a51a09 update lock files |
| 36 | + - 9a82477 update releases.md |
| 37 | + - b5db389 update release.md |
| 38 | + - 16d8fe7 use RWLock to font library instead |
| 39 | + - 2c0dc19 add xtgettcap support (#1157) |
| 40 | + - 4ba19a1 implement simd support for utf8 operations (#1159) |
| 41 | + - 72fa676 avoid use fixed format |
| 42 | + - 23e295a move 0.2.19 back to com.rioterm.Rio.metainfo.xml |
| 43 | +ReleaseNotesUrl: https://github.com/raphamorim/rio/releases/tag/v0.2.20 |
| 44 | +ManifestType: defaultLocale |
| 45 | +ManifestVersion: 1.10.0 |
0 commit comments