Skip to content

Releases: samr28/AgendaBot

Release 1.0.2

Choose a tag to compare

@samr28 samr28 released this 24 Dec 23:58

Release 1.0.1

Choose a tag to compare

@samr28 samr28 released this 22 Jan 05:38

This release is stable enough for production environments. All of the bugs found in release 1.0.0 have been fixed and I have been unable to make the bot crash.

  • Updated readme
  • Length of additional info boxes bug fixed
  • Update function now works with the new data structure
  • Update success/confirmation message now sends the correct id number
  • Fixed the schedule option bool
  • Changed the default web port from 8080 to 81
    • So that it won't require root access and won't conflict with other web services
  • Added the ability to turn off the schedule feature
  • Added documentation to most functions

*Note: this version of AgendaBot is compatible with 1.0.0 so you can safely upgrade without clearing out the redis database. All releases 0.x.x are only compatible with 0.x.x releases while 1.x.x releases are compatible with other 1.x.x releases.

Release 1.0.0

Release 1.0.0 Pre-release
Pre-release

Choose a tag to compare

@samr28 samr28 released this 14 Nov 19:58
  • Restructured list items
    • Now have the option to assign users to items with assign <id> <user>
    • Can set item importance/color set importance <id> <level>
    • More advanced features are planned and the framework is now in place to make them possible
  • Created the optional web view. Start it with node web.js
    • This view shows all of the items in the agenda for easy viewing during meetings

*Note: this is a pre-release/beta and may have bugs or issues.
*Note: this version is NOT compatible with previous versions. You will need to clear any data in redis before using this version.

Release 0.1.2

Choose a tag to compare

@samr28 samr28 released this 17 Oct 01:55
  • Fixed formatting in a few places
  • Added update command to change items

Release 0.1.1

Choose a tag to compare

@samr28 samr28 released this 22 Aug 20:00
  • Scheduling now works as expected
  • Updated help command message
  • Better logging
    • Now includes time, user, and full message
  • Optional agenda keyword for commands to reduce confusion when sending DMs to AgendaBot