EpochTalk v1.20.0 Release Notes

Release Date: 2020-06-26 // almost 4 years ago
  • 1.20.0 (2020-06-26)

    🐛 Bug Fixes

    • 🐛 bug caused by missing comma in boards create (7c3e25b)
    • 🛠 fix for wrong default being selected when editing/creating new board (fa365b0)
    • issue with disable signature option being inverted (7d78728)
    • return boolean for disable_signature property on boards (dc1d7a2)

    🔋 Features

    • account for new board option disable self mod in board create route (adb21b3)
    • 💻 disable selfmod in ui when board disables it (f2e159f)
    • 🛠 hide signatures when they are disabled at the board level, fixes #751 (a65ddf6)
    • ⚡️ modify board update route to account for new disable selfmod board option (27f762a)
    • ⚡️ update allCategories to pull new property disable_signature (4ae8d11)
    • ⚡️ update board all query to pull disable_signature (62dcfba)
    • ⚡️ update board create route to accept disable_signature (1fe32a2)
    • ⚡️ update board update route to accept disable_signature (e82bd5a)
    • ⚡️ update boards all Categories to return disable selfmod option (a5ffeb5)
    • ⚡️ update boards all to return disable selfmod option (b36882f)
    • ⚡️ update boards find to bring back disable signature property (db2f2f9)
    • ⚡️ update boards find to return disable self mod option (151e31c)
    • ⚡️ update category editor directive to support new selfmod option (5cbace5)
    • ⚡️ update category editor html to support disable selfmod option for boards (f2e1188)
    • ⚡️ update category editor to account for new board option disable_signature (fabdc7b)
    • ⚡️ update html to add new toggle for enable/disable sig (3794a0e)
    • ⚡️ update nestable boards directive to account for new board option disable_signature (8294e15)
    • ⚡️ update nestable boards directive to account for new disable selfmod option (14ecd0f)
    • ⚡️ update nestable categories to account for new selfmod board option (00d8b7b)
    • ⚡️ update nestable categories to account for new board option disable_signatures (e0c8ebf)
    • ⚡️ update post controller to have variable indicating if selfmod is enabled or not (1a34827)
    • ⚡️ update threads create authorization to disallow moderated threads if board disables them (7c2e012)