summary refs log tree commit diff stats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to v0.4.2 v0.4.2Andinus2020-03-151-1/+1
|
* Fix cetus.Version functionAndinus2020-03-151-1/+1
|
* Bump version to v0.4.1 v0.4.1Andinus2020-03-141-1/+3
|
* Add version flagAndinus2020-03-142-0/+22
|
* Add cetus-nasa program v0.4.0Andinus2020-03-141-0/+109
| | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day.
* Split project into multiple programsAndinus2020-03-141-89/+0
| | | | Re-initialization to split project into multiple programs
* Add support for random photo as background v0.3.1Andinus2020-03-141-0/+43
|
* Unexport GetPathFromID & further break it in 2 functionsAndinus2020-03-141-12/+16
| | | | | appendSizeToPath will get repeated later so seperated it into a different function
* Break SetFromID in 2 functions v0.3.0Andinus2020-03-141-8/+13
| | | | | GetPathFromID returns the path of the photo & SetFromID first gets the path from GetPathFromID then uses background.Set to set the background
* Fix SetFromID & add usage in readmeAndinus2020-03-141-1/+1
|
* Add photoID supportAndinus2020-03-142-0/+39
| | | | photo-id flag can be used to set a specific photo as background
* Add background package & Set functionAndinus2020-03-141-0/+25
2' href='#n242'>242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316