summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix logical error in execAPOD()Andinus2020-03-191-1/+1
* Add examples to readmeAndinus2020-03-192-1/+26
* Move apod & bpod blocks to their own functionAndinus2020-03-191-115/+148
* Remove package cetusAndinus2020-03-195-19/+8
* Fix gitlab ci yaml syntaxAndinus2020-03-181-8/+1
* Initial commit for Cetus v0.5.0 v0.5.0Andinus2020-03-1811-70/+387
* Restructure for Cetus v0.5Andinus2020-03-187-607/+25
* Bump version to v0.4.11 v0.4.11Andinus2020-03-161-1/+1
* cetus-wallhaven: Print additional information, fix logical errorAndinus2020-03-161-23/+24
* Add cetus-wallhaven to gitlab ciAndinus2020-03-161-0/+5
* Add cetus-wallhaven to readmeAndinus2020-03-161-0/+34
* Bump version to v0.4.10 v0.4.10Andinus2020-03-161-1/+1
* Add Wallhaven supportAndinus2020-03-162-0/+171
* Export struct fields v0.4.9Andinus2020-03-163-48/+47
* Fix logical error in ErrChk, bump version & remove RandAlNum v0.4.8Andinus2020-03-162-19/+5
* Add RandAlNum functionAndinus2020-03-161-0/+16
* Bump version to v0.4.7 v0.4.7Andinus2020-03-161-1/+1
* Add dump example in readmeAndinus2020-03-161-0/+7
* Rewrite apod response retrivalAndinus2020-03-164-120/+82
* Add dump option & rewrite bpod response retrieval functionAndinus2020-03-163-109/+114
* Remove license text from headersAndinus2020-03-156-84/+0
* Add demo video to readmeAndinus2020-03-151-0/+1
* Fix wording in readmeAndinus2020-03-151-1/+1
* Bump version to v0.4.6 v0.4.6Andinus2020-03-151-1/+1
* cetus-nasa: Fix compile time errorAndinus2020-03-151-1/+1
* Bump cetus version to v0.4.5Andinus2020-03-151-1/+1
* cetus-bing: Correct date format v0.4.5Andinus2020-03-151-1/+12
* Bump version to v0.4.4 v0.4.4Andinus2020-03-151-1/+1
* Port path-only to cetus-nasaAndinus2020-03-152-0/+10
* Support Bing Photo of the DayAndinus2020-03-155-1/+254
* Add github mirror to readmeAndinus2020-03-151-2/+3
* Explain behaviour on media image typeAndinus2020-03-151-0/+7
* Bump version to v0.4.3 v0.4.3Andinus2020-03-151-1/+1
* Clean up repeat variable declarationAndinus2020-03-151-13/+5
* Handle if block within printDetails functionAndinus2020-03-151-3/+4
* Fix url on media types other than imageAndinus2020-03-151-1/+1
* Split getting api response into a functionAndinus2020-03-151-7/+18
* Fix url when media type is not an imageAndinus2020-03-151-1/+5
* Check media typeAndinus2020-03-151-8/+18
* Bump version to v0.4.2 v0.4.2Andinus2020-03-151-1/+1
* Add v0.4.1 demoAndinus2020-03-151-0/+1
* Fix cetus.Version functionAndinus2020-03-151-1/+1
* Update binary informationAndinus2020-03-151-1/+3
* Run gitlab-cli on push to master & merge requestsAndinus2020-03-151-3/+6
* Fix binary instructionsAndinus2020-03-151-4/+3
* Add installation instructionsAndinus2020-03-151-0/+19
* Reconfigure gitlab-ciAndinus2020-03-151-1/+4
* Bump version to v0.4.1 v0.4.1Andinus2020-03-141-1/+3
* Add version flagAndinus2020-03-143-12/+43
* Build linux image with gitlab-ciAndinus2020-03-141-0/+2
5b5ef63b ^
5b5ef63b ^





c58e2368 ^
5a6645bc ^





74262581 ^

5a6645bc ^






06084095 ^
5a6645bc ^










795f5244 ^







91abd257 ^




795f5244 ^



f3760b0f ^







c58e2368 ^
08cf048f ^


c58e2368 ^
08cf048f ^


ac0e9db5 ^
b39ceb27 ^
385ff136 ^
d98e1a18 ^
385ff136 ^
b39ceb27 ^





385ff136 ^
b39ceb27 ^
10f415a6 ^
385ff136 ^
b39ceb27 ^
fd72ec75 ^

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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255