NEWS 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.2 -- 2015-09-22
  4. ========================
  5. General, build and documentation changes:
  6. * Some config values moved to Config.hs from other files
  7. * Git repo details moved from Config.hs into JSON file
  8. New UIs, features and enhancements:
  9. * Git repo details have settings options and can be partially edited
  10. * Help command now includes settings options
  11. * New bot command !ctell
  12. * Settings and memos JSON files support version control
  13. * Report titles of URLs send into channels
  14. * New external event type, paste
  15. Bug fixes:
  16. * Gitlab MR update events not announced to IRC, it's too much channel spam
  17. * Memos are now reported if needed when a user changes their nickname
  18. Dependency changes:
  19. * Add funbot-ext-events
  20. * Add json-state
  21. * Require irc-fun-bot >= 0.3
  22. funbot 0.1 -- 2015-09-11
  23. ========================
  24. General, build and documentation changes:
  25. * (This is the first release, so everything is new)
  26. New UIs, features and enhancements:
  27. * (This is the first release, so everything is a new feature)
  28. Bug fixes:
  29. * (This is just the first release)
  30. Dependency changes:
  31. * (This is the first release)