All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- GH4 - Add support for different backends needing a different message format (via @ChrisLGardner)
- Ensure TLS 1.2 is used with calling XKCD API (via @DunlapOverbelt).
- Add -AltText switch parameter. When set, the function will emit Alt Text (formatted as quote via markdown) for each comic image output. (via @alexsalisbury)
- Add PoshBot dependency to module manifest.
-
Explicitly export function in module manifest
-
Renamed function to conform to PowerShell conventions (verb-noun) and set bot command name to "xkcd" via [PoshBot.BotCommand()] attribute.
- Initial commit