-
Notifications
You must be signed in to change notification settings - Fork 0
/
flatpak.xml
102 lines (100 loc) · 3.77 KB
/
flatpak.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
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2024 Leo Hanney -->
<component type="desktop-application">
<id>com.leohanney.Volaris</id>
<name>Volaris</name>
<summary>Sleek file Ciphering</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-2-Clause</project_license>
<developer id="com.leohanney">
<name>Leo Hanney</name>
</developer>
<description>
<p>Volaris is a modern file encryption and decryption tool built with Svelte and Tauri, offering a sleek, user-friendly interface. It simplifies the process of securing files using seamless key file management. Users can easily create new key files or select existing ones, all within a responsive design. Part of the larger Volaris project, this tool streamlines encryption workflows. </p>
</description>
<branding>
<color type="primary" scheme_preference="light">#af7faf</color>
<color type="primary" scheme_preference="dark">#241f31</color>
</branding>
<launchable type="desktop-id">com.leohanney.Volaris.desktop</launchable>
<icon type="remote">https://volaris.leohanney.com/AppLogo.png</icon>
<url type="bugtracker">https://github.com/volar-is/volaris-gui/issues</url>
<url type="homepage">https://volaris.leohanney.com/</url>
<url type="contribute">https://github.com/volar-is/volaris-gui</url>
<screenshots>
<screenshot type="default">
<image type="source">https://volaris.leohanney.com/screenshots/1.png</image>
<caption>Volaris Opening Page</caption>
</screenshot>
<screenshot>
<image type="source">https://volaris.leohanney.com/screenshots/2.png</image>
<caption>Volaris File Selection</caption>
</screenshot>
<screenshot>
<image type="source">https://volaris.leohanney.com/screenshots/3.png</image>
<caption>Volaris Keyfile Selection</caption>
</screenshot>
<screenshot>
<image type="source">https://volaris.leohanney.com/screenshots/4.png</image>
<caption>Volaris Encryption Settings</caption>
</screenshot>
<screenshot>
<image type="source">https://volaris.leohanney.com/screenshots/5.png</image>
<caption>Volaris Start Encryption</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="0.6.0" date="2024-11-05">
<url type="details">https://github.com/volar-is/volaris-gui/releases/tag/app-v0.6.0</url>
<description>
<p>Release description</p>
<ul>
<li>Add new logos!</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2024-10-19">
<url type="details">https://github.com/volar-is/volaris-gui/releases/tag/app-v0.5.0</url>
<description>
<p>Release description</p>
<ul>
<li>Add multiple file encryption / decryption!</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2024-10-07">
<url type="details">https://github.com/volar-is/volaris-gui/releases/tag/app-v0.4.0</url>
<description>
<p>Release description</p>
<ul>
<li>Fix Version for Github Action</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2024-10-07">
<url type="details">https://github.com/volar-is/volaris-gui/releases/tag/app-v0.3.0</url>
<description>
<p>Release description</p>
<ul>
<li>Add macOS native-style icon by @iLynxcat in https://github.com/volar-is/volaris-gui/pull/1</li>
<li>Fix Windows Builds</li>
</ul>
<p>New Contributors</p>
<ul>
<li>@iLynxcat made their first contribution in https://github.com/volar-is/volaris-gui/pull/1</li>
</ul>
</description>
</release>
</releases>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<recommends>
<display_length compare="ge">200</display_length>
</recommends>
</component>