Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 19:53
8a3fe79

Changelog

  • Can now configure program through config file and CLI at the same time (CLI
    takes precedence over the config file)
  • The schedule function will now print off a schedule depending on the options
    that are being used
  • The schedule function now takes no value, use it alongside the directory
    option
  • The schedule function cannot be set through the config file anymore
  • The use of the elevation option is now optional when setting it up to sync
    with the sun, only latitude and longitude are required
  • Can now use a custom backend command using the backend option
  • Refactored code, should be easier to read
  • Other optimizations and bug fixes
  • Moved from deprecated crate dirs to dirs-next