discordrpc/CHANGELOG.md

50 lines
1.7 KiB
Markdown
Raw Permalink 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]
2022-03-14 18:52:55 +00:00
2022-05-22 13:48:27 +00:00
## [0.2.2] - 2022-05-22
- bump dependencies
2022-03-14 18:52:55 +00:00
## [0.2.1] - 2022-03-14
2022-03-09 17:39:33 +00:00
- added manpage
2022-03-14 18:52:55 +00:00
- change license to GPL3
2022-03-09 17:25:31 +00:00
## [0.2.0] - 2022-03-09
2022-02-13 17:32:17 +00:00
### CLI
- added completions
- update short aliases
2022-03-09 17:25:31 +00:00
- added option --timeout
2022-02-13 17:32:17 +00:00
### Other
2022-02-13 15:58:38 +00:00
- Added README
2022-02-13 12:12:33 +00:00
## [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 -->
2022-05-22 13:48:27 +00:00
[Unreleased]: https://github.com/MedzikUser/discordrpc/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/MedzikUser/discordrpc/commits/v0.2.2
2022-03-14 18:52:55 +00:00
[0.2.1]: https://github.com/MedzikUser/discordrpc/commits/v0.2.1
2022-03-11 20:05:47 +00:00
[0.2.0]: https://github.com/MedzikUser/discordrpc/commits/v0.2.0
[0.1.0]: https://github.com/MedzikUser/discordrpc/commits/v0.1.0