summaryrefslogtreecommitdiff
path: root/res/fi.skyjake.Lagrange.appdata.xml
blob: 8c303856074c4594cba314bc61e733b85245d366 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Jaakko Keränen <jaakko.keranen@iki.fi> -->
<component type="desktop-application">
    <id>fi.skyjake.Lagrange</id>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>BSD-2-Clause</project_license>
    <name>Lagrange</name>
    <summary>A Beautiful Gemini Client</summary>
    <description>
        <p>
            Lagrange is a desktop GUI client for browsing Geminispace. 
            It offers modern conveniences familiar from web browsers, 
            such as smooth scrolling, inline image viewing, multiple 
            tabs, visual themes, Unicode fonts, bookmarks, history, and
            page outlines.
        </p>
        <p>
            Like the Gemini protocol, Lagrange has been designed with
            minimalism in mind. It depends on a small number of essential
            libraries. It is written in C and uses SDL for 
            hardware-accelerated graphics. OpenSSL is used for secure
            communications.
        </p>
    </description>

    <launchable type="desktop-id">fi.skyjake.Lagrange.desktop</launchable>

    <screenshots>
        <screenshot type="default">
            <image>https://gmi.skyjake.fi/lagrange/flathub_screenshot.jpg</image>
        </screenshot>
    </screenshots>

    <url type="homepage">https://gmi.skyjake.fi/lagrange</url>
    <url type="bugtracker">https://github.com/skyjake/lagrange/issues</url>

    <developer_name>Jaakko Keränen</developer_name>

    <provides>
        <binary>lagrange</binary>
    </provides>

    <update_contact>jaakko.keranen@iki.fi</update_contact>

    <releases>
        <release version="1.1.1" date="2021-02-03">
            <description>
                <p>Miscellaneous fixes for bugs and other incorrect behavior:</p>
                <ul>
                    <li>Monitor DPI will now affect UI scaling.</li>
                    <li>Input focus can no longer be cycled outside an open dialog.</li>
                    <li>Missing cursor and invalid data in the New Identity "Valid until" field.</li>
                    <li>Missing frames in the Import Identity dialog.</li>
                    <li>Word wrapping slightly off in unread feed entry titles.</li>
                    <li>URI fragments should not be stripped from all links.</li>
                    <li>Allow reloading the same URL when clicking on a link or bookmark, 
                        or pressing Enter in the navbar.</li>
                    <li>Existing bookmark URLs are normalized like all other URLs.</li>
                    <li>"Import Links as Bookmarks" can be used on an active bookmark source page.</li>
                    <li>Fixed default values for preferences: line width, Downloads directory.</li>
                    <li>Store files in XDG user directories.</li>
                </ul>
            </description>
            <url>https://github.com/skyjake/lagrange/releases/tag/v1.1.1</url>
        </release>
        <release version="1.1" date="2021-01-28">
            <description>
                <p>
                    This version adds new features to enhance user experience 
                    and fixes incorrect behavior.
                </p>
                <ul>
                    <li>Import existing X.509 client certificates via the UI.</li>
                    <li>Setting for maximum cache size.</li>
                    <li>Option to show full URL when hovering mouse over a link.</li>
                    <li>Support for Finger links.</li>
                    <li>More keybindings: e.g., opening and closing tabs.</li>
                    <li>Visual UI improvements.</li> 
                    <li>Fix for history timestamps that were shifting on every launch.</li>
                </ul>
            </description>
            <url>https://github.com/skyjake/lagrange/releases/tag/v1.1.0</url>
        </release>
        <release version="1.0.3" date="2021-01-12">
            <description>
                <p>This release contains bug fixes and performance improvements.</p>
                <p>Version 1.0 is the first stable release of Lagrange.</p>
            </description>
            <url>https://github.com/skyjake/lagrange/releases/tag/v1.0.3</url>
        </release>
    </releases>
</component>