Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Wallhaven support | Andinus | 2020-03-16 | 2 | -0/+171 |
| | |||||
* | Export struct fields v0.4.9 | Andinus | 2020-03-16 | 3 | -48/+47 |
| | | | | | | | Only exported structs and fields are visible to other packages, including the encoding/json package. So you must capitalize the field names of the structs to export those fields so the Marshal func can see them | ||||
* | Fix logical error in ErrChk, bump version & remove RandAlNum v0.4.8 | Andinus | 2020-03-16 | 2 | -19/+5 |
| | |||||
* | Add RandAlNum function | Andinus | 2020-03-16 | 1 | -0/+16 |
| | |||||
* | Bump version to v0.4.7 v0.4.7 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Add dump example in readme | Andinus | 2020-03-16 | 1 | -0/+7 |
| | |||||
* | Rewrite apod response retrival | Andinus | 2020-03-16 | 4 | -120/+82 |
| | |||||
* | Add dump option & rewrite bpod response retrieval function | Andinus | 2020-03-16 | 3 | -109/+114 |
| | |||||
* | Remove license text from headers | Andinus | 2020-03-15 | 6 | -84/+0 |
| | |||||
* | Add demo video to readme | Andinus | 2020-03-15 | 1 | -0/+1 |
| | |||||
* | Fix wording in readme | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.4.6 v0.4.6 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | cetus-nasa: Fix compile time error | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump cetus version to v0.4.5 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | cetus-bing: Correct date format v0.4.5 | Andinus | 2020-03-15 | 1 | -1/+12 |
| | |||||
* | Bump version to v0.4.4 v0.4.4 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Port path-only to cetus-nasa | Andinus | 2020-03-15 | 2 | -0/+10 |
| | |||||
* | Support Bing Photo of the Day | Andinus | 2020-03-15 | 5 | -1/+254 |
| | |||||
* | Add github mirror to readme | Andinus | 2020-03-15 | 1 | -2/+3 |
| | |||||
* | Explain behaviour on media image type | Andinus | 2020-03-15 | 1 | -0/+7 |
| | |||||
* | Bump version to v0.4.3 v0.4.3 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Clean up repeat variable declaration | Andinus | 2020-03-15 | 1 | -13/+5 |
| | |||||
* | Handle if block within printDetails function | Andinus | 2020-03-15 | 1 | -3/+4 |
| | |||||
* | Fix url on media types other than image | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Split getting api response into a function | Andinus | 2020-03-15 | 1 | -7/+18 |
| | |||||
* | Fix url when media type is not an image | Andinus | 2020-03-15 | 1 | -1/+5 |
| | |||||
* | Check media type | Andinus | 2020-03-15 | 1 | -8/+18 |
| | | | | | | | Today's media type was video & that broke the program, currently this will check the media type & set background only if it's an image. It exits if media type is not an image, this behaviour might change later. | ||||
* | Bump version to v0.4.2 v0.4.2 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Add v0.4.1 demo | Andinus | 2020-03-15 | 1 | -0/+1 |
| | |||||
* | Fix cetus.Version function | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Update binary information | Andinus | 2020-03-15 | 1 | -1/+3 |
| | |||||
* | Run gitlab-cli on push to master & merge requests | Andinus | 2020-03-15 | 1 | -3/+6 |
| | |||||
* | Fix binary instructions | Andinus | 2020-03-15 | 1 | -4/+3 |
| | |||||
* | Add installation instructions | Andinus | 2020-03-15 | 1 | -0/+19 |
| | |||||
* | Reconfigure gitlab-ci | Andinus | 2020-03-15 | 1 | -1/+4 |
| | |||||
* | Bump version to v0.4.1 v0.4.1 | Andinus | 2020-03-14 | 1 | -1/+3 |
| | |||||
* | Add version flag | Andinus | 2020-03-14 | 3 | -12/+43 |
| | |||||
* | Build linux image with gitlab-ci | Andinus | 2020-03-14 | 1 | -0/+2 |
| | |||||
* | Fix gitlab-cli error | Andinus | 2020-03-14 | 1 | -3/+5 |
| | |||||
* | Beautify readme | Andinus | 2020-03-14 | 1 | -2/+2 |
| | |||||
* | Add gitlab-ci build files | Andinus | 2020-03-14 | 1 | -0/+21 |
| | |||||
* | Add project related links to readme | Andinus | 2020-03-14 | 1 | -1/+5 |
| | |||||
* | Add css styles in heading | Andinus | 2020-03-14 | 1 | -0/+2 |
| | |||||
* | Add cetus-nasa program v0.4.0 | Andinus | 2020-03-14 | 3 | -0/+245 |
| | | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day. | ||||
* | Split project into multiple programs | Andinus | 2020-03-14 | 3 | -173/+7 |
| | | | | Re-initialization to split project into multiple programs | ||||
* | Add v0.3.1 demo video to readme | Andinus | 2020-03-14 | 1 | -0/+1 |
| | |||||
* | Add support for random photo as background v0.3.1 | Andinus | 2020-03-14 | 3 | -1/+62 |
| | |||||
* | Unexport GetPathFromID & further break it in 2 functions | Andinus | 2020-03-14 | 1 | -12/+16 |
| | | | | | appendSizeToPath will get repeated later so seperated it into a different function | ||||
* | Break SetFromID in 2 functions v0.3.0 | Andinus | 2020-03-14 | 1 | -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 readme | Andinus | 2020-03-14 | 2 | -2/+9 |
| |