-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcom.github.devalien.workspaces.appdata.xml.in
192 lines (182 loc) · 7.48 KB
/
com.github.devalien.workspaces.appdata.xml.in
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Goncalo Margalho <g@margalho.info> -->
<component type="desktop">
<id>com.github.devalien.workspaces</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Workspaces</name>
<summary>Always be ready for work</summary>
<description>
<p>Make working on different projects easy again!</p>
<p>Workspaces lets you configure and quickly launch all you need to work on a project. It can open in a second different instances of code, a specific website and a directory</p>
</description>
<provides>
<binary>com.github.devalien.workspaces</binary>
</provides>
<developer_name>Goncalo Margalho</developer_name>
<url type="homepage">http://github.com/DevAlien/workspaces</url>
<url type="bugtracker">http://github.com/DevAlien/workspaces/issues</url>
<url type="help">http://github.com/DevAlien/workspaces/issues</url>
<screenshots>
<screenshot type="default">
<image>https://github.com/devalien/workspaces/raw/master/data/screenshots/workspaces-quick-launcher-light.png</image>
</screenshot>
<screenshot>
<image>https://github.com/devalien/workspaces/raw/master/data/screenshots/workspaces-quick-launcher-dark.png</image>
</screenshot>
<screenshot>
<image>https://github.com/devalien/workspaces/raw/master/data/screenshots/workspaces-preferences-light.png</image>
</screenshot>
<screenshot>
<image>https://github.com/devalien/workspaces/raw/master/data/screenshots/workspaces-preferences-editing-light.png</image>
</screenshot>
<screenshot>
<image>https://github.com/devalien/workspaces/raw/master/data/screenshots/workspaces-preferences-add-item-dark.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="3.1.0" date="2020-09-14">
<description>
<p>Fixes</p>
<ul>
<li>Fix run in terminal</li>
<li>Fix Open quick launcher via the knob menu</li>
<li>Fix crash when clicking on link on about dialog by max246</li>
<li>Close quick launcher when selecting an item, unless you press CTRL by Philip-Scott</li>
<li>Fixes visual issues on Switches, they were squashed</li>
</ul>
<p>Improvements</p>
<ul>
<li>Save or don't save latest position by max246</li>
<li>Make the workspaces in the left list sortables with drag and drop</li>
<li>Make the items in the left list sortables with drag and drop</li>
<li>Items can be moved in another workspace just with drag and drop</li>
<li>Workspaces are editable</li>
<li>Workspaces are deletable (should display a warning message)</li>
<li>Workspaces will display an image in the list, if they have one</li>
<li>Items now have a blue dot indicating that they are part of the auto-run</li>
</ul>
<p>Translations</p>
<ul>
<li>German translation by meisenzahl</li>
<li>Dutch Translation by Vistaus</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2020-09-01">
<description>
<p>Release 3.0 for AppCenter</p>
</description>
</release>
<release version="1.3.1" date="2020-08-23">
<description>
<p>Fixes</p>
<ul>
<li>Fixed typo</li>
</ul>
</description>
</release>
<release version="1.3.0" date="2020-08-23">
<description>
<p>New Features</p>
<ul>
<li>Run commands in terminal</li>
</ul>
<p>Improvements</p>
<ul>
<li>App selection is now a popover</li>
<li>Icon selection is now a popover</li>
<li>Quick launcher now has a better keyboard handling</li>
</ul>
<p>Fixes</p>
<ul>
<li>Fixed theme for other gtk themes</li>
<li>Fixed icon critical message</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2020-08-21">
<description>
<p>Bug Fixes</p>
<ul>
<li>Fixed shortcut for flatpak</li>
<li>Fixed load apps for flatpak</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2020-08-21">
<description>
<p>Features</p>
<ul>
<li>Added default shortcut to launch the app and a way to modify it</li>
<li>Add missing icons</li>
<li>Add URL type</li>
<li>Add Application type</li>
<li>Add Application + Directory type</li>
<li>Add Directory type</li>
<li>Add Custom type</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>When closing preferences, if you were in the quick launcher, it will open back that one</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2020-08-17">
<description>
<p>Improvementes</p>
<ul>
<li>Improved Icon</li>
<li>Add missing icons</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Set text color of the search icon on the header</li>
</ul>
<p>Fixes</p>
<ul>
<li>Fix control file for deb packaging</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2020-08-17">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
<custom>
<value key="x-appcenter-color-primary">#ffb017</value>
<value key="x-appcenter-color-primary-text">#000</value>
<value key="x-appcenter-suggested-price">0</value>
</custom>
</component>