discordrpc/CHANGELOG.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

2022-02-13 12:12:33 +00:00
# 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/).
<!-- next-header -->
## [Unreleased]
## [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)
<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0