1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
Procedure when bumping the version number:
- Update dependencies in a separate commit
- Set version number in
Cargo.toml - Add new section in this changelog
- Commit with message
Bump version to X.Y.Z - Create tag named
vX.Y.Z - Push
masterand the new tag
Unreleased
Added
botfeatureeuphoxide::botmodule (enable thebotfeature to use)euphoxide::Emojifor finding, replacing and removing colon-delimited emoji in texteuphoxide::api::Time::neweuphoxide::nick_hue_without_removing_emoji- Debug logging using the
logcrate testbot_instanceexample using the neweuphoxide::bot::instance::Instance- VSCode project settings
Changed
euphoxide::connmodule redesigned and rewritten (backwards-incompatible)euphoxide::nick_huetakes emoji into account (backwards-incompatible)euphoxide::nick_hue_without_removing_emojihas the old behaviour
- Renamed
testbotexample totestbot_manual
Removed
euphoxide::connect(seeeuphoxide::conn::Conn::connect)euphoxide::wrap(seeeuphoxide::conn::Conn::wrap)
v0.2.0 - 2022-12-10
Added
euphoxide::connect
Changed
- Updated dependencies (backwards-incompatible)
v0.1.0 - 2022-10-23
Initial release