Skip to content

Releases: techthoughts2/PoshGram

PoshGram v3.0.1

15 Jan 05:05
Compare
Choose a tag to compare

PoshGram v3.0.0

14 Jan 17:47
5df2523
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v3.0.0

See CHANGELOG for details.

PoshGram v2.3.0

27 Nov 04:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.3.0

PoshGram v2.2.2

03 Jun 01:07
b2adac7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.2

PoshGram v2.2.0

05 Apr 01:28
55d3df4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.2.0

PoshGram v2.0.0

18 Oct 23:25
f106001
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v2.0.0

PoshGram v1.16.0

09 Apr 19:58
5c6ef32
Compare
Choose a tag to compare
  • 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

28 Aug 23:31
743a770
Compare
Choose a tag to compare
  • 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 help clarification to Get-TelegramStickerPackInfo for finding sticker pack name

PoshGram v1.12.0

25 Jan 04:56
5194e2f
Compare
Choose a tag to compare
  • 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

18 Dec 07:37
Compare
Choose a tag to compare
  • Fixed bug where DisableNotification had no effect when running Send-TelegramSticker