Skip to content

Releases: genyrosk/hilfmir

Minor fixes

05 Dec 18:51
2013bd3
Compare
Choose a tag to compare

[0.1.1] - 2022-12-05

Bug Fixes

  • Lowercase boolean env var to accept uppercase strings FALSE and TRUE

Documentation

  • Update badges

First release!

01 Dec 10:09
28d9333
Compare
Choose a tag to compare

[0.1.0] - 2022-12-01

Features

  • Add optional webhook to be passed to Telegram for push notifications to the bot
  • Load config from an optional config.toml file and overwrite config with env vars
  • Supported target languages: english, french, german, korean, russian, spanish

Refactor

  • Add clippy and fix all warnings
  • Remove unnecessary clone()s + use .name() on Language when logging
  • Replace unwrap() with expect() + add rustfmt config and reformat

Build

  • Add multistage Dockerfile and Dockerfile-with-chef deps caching
  • Add justfile

Chore

  • Add .gitignore

Ci

  • Add Rust build, test, lint, format workflow
  • Generate changelog with git-cliff