NEWS 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. This file lists the user-visible interesting changes between releases. For a
  2. full list of changes to the source, see the ChangeLog.
  3. funbot 0.3 -- 2015-10-17
  4. ========================
  5. General, build and documentation changes:
  6. * User options JSON state file
  7. * New !info topics
  8. New UIs, features and enhancements:
  9. * New repo event announcement controls: !add-repo, !delete-repo
  10. * Channel commands: !visit, !leave, !join
  11. * Support "please" prefix in bot references
  12. * Minimal quoting feature, !quote command
  13. * Channel history display and user option control commands
  14. * Accept private prefixed and ref+prefix commands
  15. * Respond to "thanks"
  16. * Support /me
  17. Bug fixes:
  18. * Warn when sending a memo from an untracked channel
  19. Dependency changes:
  20. * Add containers >= 0.5
  21. * Require irc-fun-bot >= 0.4
  22. * Require settings >= 0.2.1
  23. funbot 0.2 -- 2015-09-22
  24. ========================
  25. General, build and documentation changes:
  26. * Some config values moved to Config.hs from other files
  27. * Git repo details moved from Config.hs into JSON file
  28. New UIs, features and enhancements:
  29. * Git repo details have settings options and can be partially edited
  30. * Help command now includes settings options
  31. * New bot command !ctell
  32. * Settings and memos JSON files support version control
  33. * Report titles of URLs send into channels
  34. * New external event type, paste
  35. Bug fixes:
  36. * Gitlab MR update events not announced to IRC, it's too much channel spam
  37. * Memos are now reported if needed when a user changes their nickname
  38. Dependency changes:
  39. * Add funbot-ext-events
  40. * Add json-state
  41. * Require irc-fun-bot >= 0.3
  42. funbot 0.1 -- 2015-09-11
  43. ========================
  44. General, build and documentation changes:
  45. * (This is the first release, so everything is new)
  46. New UIs, features and enhancements:
  47. * (This is the first release, so everything is a new feature)
  48. Bug fixes:
  49. * (This is just the first release)
  50. Dependency changes:
  51. * (This is the first release)