File: io.github.cboxdoerfer.FSearch.appdata.xml.in

package info (click to toggle)
fsearch 0.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,252 kB
  • sloc: ansic: 16,749; xml: 18; makefile: 5
file content (107 lines) | stat: -rw-r--r-- 5,253 bytes parent folder | download | duplicates (3)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Christian Boxdörfer <christian.boxdoerfer@posteo.de> -->
<component type="desktop-application">
    <id>io.github.cboxdoerfer.FSearch</id>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>GPL-2.0+</project_license>
    <name>FSearch</name>
    <summary>A graphical file search application</summary>
    <description>
        <p>
            FSearch helps you to find files and folders as easy and fast as possible.
            Just type a few letters and search results will appear almost instantly.
        </p>
        <p>
            There are a lot of features which make searching as efficient and powerful
            as possible. Such as:
        </p>
        <ul>
            <li>Ignore case (e.g. searching for "fsearch" will match "FSearch" as well)</li>
            <li>Regular expressions</li>
            <li>Wildcard support</li>
            <li>Filter support (e.g. only search for audio files)</li>
            <li>Exclude certain files and folders</li>
            <li>Fast sort by name, path, size, modification time and extension</li>
        </ul>
        <p>
            Note: Due to Flatpak's sandboxing, FSearch can't find every file on your system.
        </p>
    </description>
    <screenshots>
        <screenshot type="default">
            <image width="848" height="477">
                https://raw.githubusercontent.com/cboxdoerfer/fsearch/master/data/screenshots/02-main_window_menubar.png
            </image>
            <caption>The default UI layout</caption>
        </screenshot>
        <screenshot>
            <image width="848" height="477">
                https://raw.githubusercontent.com/cboxdoerfer/fsearch/master/data/screenshots/01-main_window_headerbar.png
            </image>
            <caption>A layout more closely following GNOME HIGs</caption>
        </screenshot>
    </screenshots>
    <url type="homepage">https://github.com/cboxdoerfer/fsearch</url>
    <url type="bugtracker">https://github.com/cboxdoerfer/fsearch/issues</url>
    <url type="donation">https://github.com/sponsors/cboxdoerfer</url>
    <url type="help">https://github.com/cboxdoerfer/fsearch/wiki</url>
    <url type="translate">https://hosted.weblate.org/projects/fsearch/</url>
    <!-- Translators: please do NOT translate this. -->
    <developer_name>Christian Boxdörfer</developer_name>
    <update_contact>christian.boxdoerfer_at_posteo.de</update_contact>
    <translation type="gettext">fsearch</translation>
    <!-- Validate with `appstream-util validate io.github.cboxdoerfer.FSearch.appdata.xml.in`. -->
    <content_rating type="oars-1.0"/>
    <releases>
        <release date="2023-08-05" version="0.2.3">
            <description>
                <ul>
                    <li>Fix buffer overflow on systems with `time_t` being less than 8 bytes in size</li>
                </ul>
            </description>
        </release>
        <release date="2022-08-22" version="0.2.2">
            <description>
                <ul>
                    <li>Fix applications sometimes not getting started when FSearch closes immediately after activation</li>
                    <li>Add OBS build channels to build options</li>
                    <li>Remove debug output</li>
                    <li>Updated translations: Dutch, Chinese (Simplified), Turkish, Hebrew, Ukrainian, French</li>
                </ul>
            </description>
        </release>
        <release date="2022-08-17" version="0.2.1">
            <description>
                <ul>
                    <li>Fix crash when parsing a size range (e.g. size:1kb..2kb)</li>
                    <li>Fix always highlighting search terms</li>
                </ul>
            </description>
        </release>
        <release date="2022-08-15" version="0.2">
            <description>
                <ul>
                    <li>New search engine</li>
                    <li>Greatly improved highlighting of search terms</li>
                    <li>Custom filters</li>
                    <li>Improved sort peliformance</li>
                    <li>Improved scroll performance</li>
                    <li>Remember file selection after a database update</li>
                    <li>Invert selection with rubber band when 'Ctrl' is pressed</li>
                    <li>Add filter for applications (i.e. .desktop files)</li>
                    <li>Add option to launch applications directly instead of opening the .desktop files</li>
                    <li>Add menu items with links to the issue tracker, forum and donation pages</li>
                    <li>Add option to exit FSearch when Escape is pressed instead of minimizing the window</li>
                    <li>Exclude '/proc' and '/sys' by default</li>
                    <li>and tons of bug fixes, translation updates and smaller improvements</li>
                </ul>
            </description>
        </release>
        <release date="2021-09-25" version="0.1">
            <description>
                <p>Initial release.</p>
            </description>
        </release>
    </releases>
    <launchable type="desktop-id">io.github.cboxdoerfer.FSearch.desktop</launchable>
</component>