-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.codeberg.dnkl.foot.metainfo.xml
51 lines (51 loc) · 1.96 KB
/
org.codeberg.dnkl.foot.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.codeberg.dnkl.foot</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<developer_name>dnkl</developer_name>
<name>foot</name>
<summary>The fast, lightweight and minimalistic Wayland terminal emulator.</summary>
<description>
<ul>
<li>Fast</li>
<li>Lightweight, in dependencies, on-disk and in-memory</li>
<li>Wayland native</li>
<li>DE agnostic</li>
<li>Server/daemon mode</li>
<li>User configurable font fallback</li>
<li>On-the-fly font resize</li>
<li>On-the-fly DPI font size adjustment</li>
<li>Scrollback search</li>
<li>Keyboard driven URL detection</li>
<li>Color emoji support</li>
<li>IME (via text-input-v3)</li>
<li>Multi-seat</li>
<li>True Color (24bpp)</li>
<li>Synchronized Updates support</li>
<li>Sixel image support</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<caption>Foot with sixel graphics</caption>
<image>https://codeberg.org/dnkl/foot/media/branch/master/doc/sixel-wow.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.16.2" date="2023-10-17"/>
<release version="1.16.1" date="2023-10-12"/>
<release version="1.16.0" date="2023-10-11"/>
<release version="1.15.3" date="2023-08-07"/>
<release version="1.15.2" date="2023-07-30"/>
<release version="1.15.1" date="2023-07-21"/>
<release version="1.15.0" date="2023-07-14"/>
<release version="1.14.0" date="2023-04-03"/>
<release version="1.13.1" date="2022-08-31"/>
<release version="1.13.0" date="2022-08-07"/>
</releases>
<launchable type="desktop-id">org.codeberg.dnkl.foot.desktop</launchable>
<url type="homepage">https://codeberg.org/dnkl/foot</url>
<url type="bugtracker">https://codeberg.org/dnkl/foot/issues</url>
<content_rating type="oars-1.1"/>
</component>