Releases: crescentrose/sunshine
Releases · crescentrose/sunshine
v0.3.0
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
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.