-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcherrypick.metainfo.xml.in
More file actions
181 lines (173 loc) · 6.49 KB
/
cherrypick.metainfo.xml.in
File metadata and controls
181 lines (173 loc) · 6.49 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.ellie_commons.cherrypick</id>
<name>Cherrypick</name>
<summary>Pick colors on your screen</summary>
<launchable type="desktop-id">io.github.ellie_commons.cherrypick.desktop</launchable>
<metadata_license>CC-BY-4.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>A modern and trusty color picker</p>
<p>Features:</p>
<ul>
<li>Choose different output formats (RGB, RGBA, HEX, CMYK, HSL, HSLA)</li>
<li>Remembers your preferred format</li>
<li>Color history remembers your last picked colors (hover to check their code)</li>
<li>Curious about a color? Copy paste it from your clipboard to preview it</li>
<li>You can set a keybind to immediately pick and copy to clipboard!</li>
</ul>
</description>
<provides>
<id>io.github.elly_code.cherrypick</id>
<binary>io.github.elly_code.cherrypick</binary>
</provides>
<replaces>
<id>io.github.elly_code.cherrypick</id>
</replaces>
<content_rating type="oars-1.1"/>
<translation type="gettext" source_locale="en_GB">io.github.ellie_commons.cherrypick</translation>
<recommends>
<control>pointing</control>
<control>touch</control>
</recommends>
<developer id="io.github.ellie-commons">
<name>PhoneyBadger + Stella and Charlie</name>
</developer>
<project_group>ellie-commons</project_group>
<url type="homepage">https://github.com/ellie-commons/cherrypick</url>
<url type="bugtracker">https://github.com/ellie-commons/cherrypick/issues</url>
<url type="help">https://github.com/ellie-commons/cherrypick/issues</url>
<url type="donation">https://ko-fi.com/teamcons</url>
<url type="vcs-browser">https://github.com/ellie-commons/cherrypick</url>
<screenshots>
<screenshot type="default">
<caption>Cherrypick's main window</caption>
<image>
https://github.com/ellie-commons/cherrypick/blob/main/data/screenshots/window-light.png?raw=true
</image>
</screenshot>
<screenshot>
<caption>Main window with dark theme</caption>
<image>
https://github.com/ellie-commons/cherrypick/blob/main/data/screenshots/window-dark.png?raw=true
</image>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#c6262e</color>
<color type="primary" scheme_preference="dark">#7a0000</color>
</branding>
<releases>
<release date="2026-01-13" version="2.3.0">
<description>
<ul>
<li>Organization change</li>
<li>Show a pasted color has alpha by displaying a checkerboard</li>
<li>Italian translation thanks to @albanobattistella!</li>
</ul>
</description>
</release>
<release date="2025-12-27" version="2.2.1">
<description>
<ul>
<li>Prevent Cherrypick from lingering in the background</li>
</ul>
</description>
</release>
<release date="2025-12-26" version="2.2.0">
<description>
<ul>
<li>Change branding colors to a nice cherry</li>
<li>All a glance: Preview tooltip shows all formats</li>
</ul>
</description>
<issues>
<issue url="https://github.com/ellie-commons/cherrypick/issues/21">Fix alpha not being restored properly</issue>
</issues>
</release>
<release date="2025-09-13" version="2.1.2">
<description>
<ul>
<li>Fix regression: Allow --immediately-pick when the window is already open</li>
<li>Not sure how to fix yet: the crosshair doesnt show...</li>
</ul>
</description>
</release>
<release date="2025-07-27" version="2.1.1">
<description>
<ul>
<li>Clean appdata for flathub release</li>
<li>Make sure the app doesnt crash at startup for flathub builds</li>
</ul>
</description>
</release>
<release date="2025-07-14" version="2.1.0">
<description>
<ul>
<li>App now works on ARM thanks to @ryonakano!</li>
<li>Add the ability to immediately pick and copy to clipboard</li>
<li>You can right-click on app icon and choose "Immediately pick"</li>
<li>Or set a keybind to "flatpak run io.ellie_commons.cherrypick --immediately-pick"</li>
<li>Updated deprecated widgets</li>
<li>Minute tweaks by @ryonakano thanks again!</li>
</ul>
</description>
</release>
<release date="2025-07-14" version="2.0.1">
<description>
<p>Remove minor artifacts</p>
</description>
</release>
<release date="2025-07-14" version="2.0.0">
<description>
<p>2.0.0: The revival!</p>
<ul>
<li>A new name, Cherrypick! Blessed by @adithyankv, the OG author. Thank you!</li>
<li>Port to modern tech (GTK4, Wayland, portals, elementary 8). Not broken anymore!</li>
<li>CMYK model available thanks to @DSLitvinov</li>
<li>HSL model available thanks to @ckruse's work on ColorMate</li>
<li>Also apparently HSLA is a thing so i added it</li>
<li>New feature: You can now paste a color from clipboard to preview it</li>
<li>New feature: Hover over history buttons to see their code in your preferred format</li>
</ul>
</description>
</release>
<release date="2022-07-03" version="1.1.0">
<description>
<p>Add command line flag to open directly in color picking mode</p>
</description>
</release>
<release date="2022-06-18" version="1.0.4">
<description>
<ul>
<li>Fix layout bug when opening multiple instances</li>
<li>Make pick color button the default focused widget</li>
<li>Remove payment option from appcenter</li>
</ul>
</description>
</release>
<release date="2022-06-08" version="1.0.3">
<description>
<ul>
<li>Update to elementary platform 7</li>
<li>Minor change to app description</li>
</ul>
</description>
</release>
<release date="2022-05-30" version="1.0.2">
<description>
<p>Fix inaccuracies in metadata</p>
</description>
</release>
<release date="2022-05-29" version="1.0.1">
<description>
<p>Add stripe key</p>
</description>
</release>
<release date="2022-05-29" version="1.0.0">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
</component>