Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put the functions into seperate files & fix compile time error | Andinus | 2020-03-19 | 1 | -0/+1 |
| | | | | | | | Splitting the program into seperate programs will cause the binary size to double if the end user wants both services. Instead splitting the functions in seperate files will keep the binary size small for both services combined & also the program will be maintainable. | ||||
* | Add support for other desktop environments | Andinus | 2020-03-19 | 1 | -5/+19 |
| | |||||
* | Check local cache before downloading background | Andinus | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add download function | Andinus | 2020-03-19 | 2 | -0/+34 |
| | |||||
* | Remove package cetus | Andinus | 2020-03-19 | 4 | -17/+5 |
| | | | | Moved req.go to request package & version to main.go | ||||
* | Initial commit for Cetus v0.5.0 v0.5.0 | Andinus | 2020-03-18 | 9 | -70/+164 |
| | |||||
* | Restructure for Cetus v0.5 | Andinus | 2020-03-18 | 2 | -34/+1 |
| | | | | | This version aims for a cleaner code, better documentation & to adopt better practices. | ||||
* | Bump version to v0.4.11 v0.4.11 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.4.10 v0.4.10 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Add Wallhaven support | Andinus | 2020-03-16 | 1 | -0/+20 |
| | |||||
* | Export struct fields v0.4.9 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | | | | | | | 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 |
| | |||||
* | Rewrite apod response retrival | Andinus | 2020-03-16 | 2 | -63/+21 |
| | |||||
* | Add dump option & rewrite bpod response retrieval function | Andinus | 2020-03-16 | 2 | -65/+55 |
| | |||||
* | Remove license text from headers | Andinus | 2020-03-15 | 4 | -56/+0 |
| | |||||
* | Bump version to v0.4.6 v0.4.6 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump cetus version to v0.4.5 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.4.4 v0.4.4 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Support Bing Photo of the Day | Andinus | 2020-03-15 | 2 | -0/+95 |
| | |||||
* | Bump version to v0.4.3 v0.4.3 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.4.2 v0.4.2 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Fix cetus.Version function | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.4.1 v0.4.1 | Andinus | 2020-03-14 | 1 | -1/+3 |
| | |||||
* | Add version flag | Andinus | 2020-03-14 | 2 | -0/+22 |
| | |||||
* | Add cetus-nasa program v0.4.0 | Andinus | 2020-03-14 | 1 | -0/+109 |
| | | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day. | ||||
* | Split project into multiple programs | Andinus | 2020-03-14 | 1 | -89/+0 |
| | | | | Re-initialization to split project into multiple programs | ||||
* | Add support for random photo as background v0.3.1 | Andinus | 2020-03-14 | 1 | -0/+43 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Add photoID support | Andinus | 2020-03-14 | 2 | -0/+39 |
| | | | | photo-id flag can be used to set a specific photo as background | ||||
* | Add background package & Set function | Andinus | 2020-03-14 | 1 | -0/+25 |