Skip to content

Releases: Gelio/hubot-sheets-task-reader

Release v1.0.0

22 Mar 11:11
Compare
Choose a tag to compare

Features

  • Add "show all" command for showing task assignments from all worksheets

  • Add "show (worksheet name)" shorthand command

    Alias for "who is responsible for (worksheet name)?"

  • Improve bot output. Bot will respond differently when there is nobody assigned to a task

  • Improve error reporting when an unknown error was encountered

Engineering

  • Use ScriptExecutors for encapsulating high-level bot's logic
  • Simplify functions related to data processing
  • Make tsconfig.json stricter (does not allow unused variables and parameters)

Release v0.1.0

21 Mar 18:27
Compare
Choose a tag to compare
  • Use google-spreadsheet v3 - stops using deprecated Google Spreadsheets v3 API
  • Added partial and case-insensitive matching for worksheet titles
  • Improve error messages when cannot find matching worksheet
  • Delay the intermediate response ("Hold on, I'm checking...") for 2 seconds to avoid spamming the chat

Release v0.0.1

22 Mar 07:54
Compare
Choose a tag to compare

Initial release

Changelog

  • Add fetching tasks from Google Spreadsheet
  • Add "help" command
  • Add CI