CHANGELOG 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. [0.1.0]
  2. * Initial version
  3. [0.1.1]
  4. * Update screenshots
  5. [0.1.2]
  6. * NodeBB 1.1.2
  7. [0.1.3]
  8. * Use screenshots from s3
  9. [0.1.4]
  10. * Update description
  11. [0.1.5]
  12. * Add customAuth and post install message
  13. [0.2.0]
  14. * Update to NodeBB 1.2.0
  15. [0.2.1]
  16. * Update to NodeBB 1.2.1
  17. [0.2.2]
  18. * Remove redundant CustomAuth flag
  19. [0.3.0]
  20. * Update to NodeBB 1.4.0
  21. [0.4.0]
  22. * Update to NodeBB 1.4.3
  23. * Update base image to 0.10.0
  24. [0.4.1]
  25. * Update to NodeBB 1.4.6
  26. [0.4.2]
  27. * Re-update to NodeBB 1.4.6
  28. [0.5.0]
  29. * Update to NodeBB 1.5.0
  30. [0.5.1]
  31. * Update to NodeBB 1.5.1
  32. [0.5.2]
  33. * Update to NodeBB 1.5.1
  34. * Fix random build issues
  35. [1.0.0]
  36. * Update to NodeBB 1.5.3
  37. [1.1.0]
  38. * Update to NodeBB 1.6.1
  39. [1.2.0]
  40. * Update NodeBB to 1.7.0 (100th release!)
  41. * https://blog.nodebb.org/nodebb-1-7-0/
  42. * https://community.nodebb.org/topic/11465/1-7-0-breaking-changes
  43. [1.3.0]
  44. * Update NodeBB to 1.7.2
  45. [1.4.0]
  46. * Update NodeBB to 1.7.3
  47. [1.5.0]
  48. * Update NodeBB to 1.7.4
  49. [1.5.1]
  50. * Update NodeBB to 1.7.5
  51. * Fixes an [issue](https://github.com/NodeBB/NodeBB/issues/6306) where some bootswatch skins are broken
  52. [1.5.2]
  53. * Use NodeBB's built-in mailer for sending emails
  54. [1.5.3]
  55. * Use NodeBB's built-in mailer for sending emails
  56. [1.6.0]
  57. * Update NodeBB to 1.8.1
  58. * [Release blog](https://community.nodebb.org/topic/12073/nodebb-v1-8-1-released)
  59. * [Breaking changes](https://community.nodebb.org/topic/11864/1-8-0-breaking-changes/2)
  60. [1.6.1]
  61. * Update NodeBB to 1.8.2
  62. * [Release announcement](https://community.nodebb.org/topic/12159/nodebb-v1-8-2-released)
  63. [1.7.0]
  64. * Update NodeBB to 1.9.0
  65. * [Release announcements](https://community.nodebb.org/topic/12294/nodebb-v1-9-0-has-been-released)
  66. [1.7.1]
  67. * Update NodeBB to 1.9.1
  68. [1.7.2]
  69. * Update NodeBB to 1.9.2
  70. [1.7.3]
  71. * Update NodeBB to 1.9.3
  72. [1.8.0]
  73. * Update NodeBB to 1.10.0
  74. * [Release announcement](https://blog.nodebb.org/nodebb-1-10-0/)
  75. * Adding profile/cover photos can now be limited to users with a minimum reputation level
  76. * IP address of registered users are now recorded in chat messages, and can be seen by admins and moderators
  77. * An additional action hook has been added to the analytics increment event, making it easier to connect your forum to an external monitoring system
  78. * Additional data is now sent to filter:search.query hook for better search engine implementation downstream)