Skip to content

Releases: crescentrose/sunshine

v0.3.0

11 Jun 15:48
427b02e
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Additions

🌏 New name locator - query the sunrise and sunset times by name using the # prefix. Examples: sunshine "#Venice, US", sunshine "\!#Los Angeles"

⚙️ Name lookup cache - locations queried will be stored locally so that you only need internet access the first time you look up your favorite location.

Other

⚖️ Added license - Sunshine is now licensed under Apache-2.0, so you can fork it guilt-free.

Version 0.2.0

18 May 14:38
v0.2.0
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Additions

🌍 New GeoIP locator - calculates your location based on your public
IP address by polling an external API.

Bug fixes

Better error handling - errors will now return a proper status
code and the quality of errors has been improved

Other

🧹 General code refactoring and reformatting.