Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 7.51 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

🐛 Fixes

🚜 Refactor

  • (config) [breaking] Use clap derive API and figment for config parsing - (f449fdd) by (@alcroito)

    • BREAKING CHANGE: toml booleans and numbers in the config files can't be quoted anymore. Previously they had to be quoted strings due to implementation issues.
  • (config) Use std::time::Duration for update intervals - (6146957) by (@alcroito)

  • (tests) Install color_eyre when running tests - (92aa353) by (@alcroito) in #41

⚙️ Miscellaneous Tasks

Build