# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [0.2.2] - 2022-05-22 - bump dependencies ## [0.2.1] - 2022-03-14 - added manpage - change license to GPL3 ## [0.2.0] - 2022-03-09 ### CLI - added completions - update short aliases - added option --timeout ### Other - Added README ## [0.1.0] - 2022-02-13 ### CLI - options - -c, --client-id <*string*> Discord application Client ID (required) - -d, --details <*string*> Details (required) - -s, --state <*string*> State (optional) - -N, --large-image <*string*> Large Image name (optional) - -I, --large-image-text <*string*> Large Image text (optional) - -n, --small-image <*string*> Small Image name (optional) - -i, --small-image-text <*string*> Small Image text (optional) - -B, --button-1-text <*string*> Button 1 Text (optional) - -T, --button-1-url <*string*> Button 1 URL address (optional) - -b, --button-2-text <*string*> Button 2 Text (optional) - -t, --button-2-url <*string*> Button 2 URL address (optional) - -e, --timer Enable timer (counted from the current time) (optional) [Unreleased]: https://github.com/MedzikUser/discordrpc/compare/v0.2.2...HEAD [0.2.2]: https://github.com/MedzikUser/discordrpc/commits/v0.2.2 [0.2.1]: https://github.com/MedzikUser/discordrpc/commits/v0.2.1 [0.2.0]: https://github.com/MedzikUser/discordrpc/commits/v0.2.0 [0.1.0]: https://github.com/MedzikUser/discordrpc/commits/v0.1.0