Releases: techthoughts2/PoshGram
Releases · techthoughts2/PoshGram
PoshGram v3.0.1
Full Changelog: v3.0.0...v3.0.1
See CHANGELOG
PoshGram v3.0.0
What's Changed
- Enhancements by @techthoughts2 in #53
Full Changelog: v2.3.0...v3.0.0
See CHANGELOG for details.
PoshGram v2.3.0
PoshGram v2.2.2
PoshGram v2.2.0
PoshGram v2.0.0
PoshGram v1.16.0
- String literals throughout PoshGram now use single quotes (') instead of double quotes (")
- Send-TelegramDice
- Now supports bowling emoji
- Added FileName parameter to:
- Send-TelegramURLAudio
- Send-TelegramURLVideo
- Send-TelegramLocalAudio
- Send-TelegramLocalVideo
- Added custom and inline keyboard support for Send-TelegramTextMessage
- Added more examples for Send-TelegramTextMessage help
- Added additional documentation enhancements for emoji support and keyboards to FAQ.md
PoshGram v1.14.0
- Added Send-TelegramDice
- Updated help for all cmdlets to include splat examples
- Updated help examples for Send-TelegramTextMessage to include properly formatted MarkdownV2 examples
- Updated Send-TelegramPoll
- Added newly supported parameters:
- Explanation
- ExplanationParseMode
- OpenPeriod
- CloseDate
- New private function Test-Explanation created to validate provided Explanation
- Added newly supported parameters:
- Added help clarification to Get-TelegramStickerPackInfo for finding sticker pack name
PoshGram v1.12.0
- Added support for MarkdownV2
- Changed default Parse Mode for all functions from legacy Markdown to HTML
- Added support for Polls v2.0 features
PoshGram v1.10.1
- Fixed bug where DisableNotification had no effect when running Send-TelegramSticker