Releases: samr28/AgendaBot
Releases · samr28/AgendaBot
Release 1.0.2
- Use LogJS library for logging (https://www.npmjs.com/package/@samr28/log)
- Fix bugs related to empty agenda
- Moved configuration to
config.js
Release 1.0.1
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
- 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
- Now have the option to assign users to items with
- 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
- Fixed formatting in a few places
- Added update command to change items
Release 0.1.1
- 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