Skip to content

Releases: dyedurham/PockyBot.NET

v1.0.3

22 Jan 23:48
Compare
Choose a tag to compare

1.0.3 (2020-01-22)

Bug Fixes

  • specify foreign key relationship of userlocation (9c2f95c)

v1.0.2

22 Jan 22:40
Compare
Choose a tag to compare

1.0.2 (2020-01-22)

Bug Fixes

v1.0.1

20 Jan 05:41
Compare
Choose a tag to compare

1.0.1 (2020-01-20)

Bug Fixes

  • move persistence into main project so it doesn't get referenced separately (f69b980)

v1.0.0

20 Jan 03:10
Compare
Choose a tag to compare

1.0.0 (2020-01-20)

Bug Fixes

  • add make sure collapse ids are unique and fix category results (49f8c9d)
  • bold usernames in status response (c4ded92)
  • configure awaited calls so that execution can continue on any thread (45a24a4)
  • fix peg comment validator (0a2989c)
  • fix peg request validation logic (8768aa5)
  • fix send penalty peg (9650a9c)
  • minor style issues (32eef23)
  • properly account for unmetered users (e956385)
  • some more minor style issues (e49f5f2)
  • status message should be PM'd to sender (a56af7c)
  • finish: fix build errors (7c5661b)
  • tweak database models (c1e4e82)
  • update db representation for foreign keys (be98e45)
  • use ordinal string comparison (5b36af8)
  • use string ignore case (2d5bcfc)

Features

  • add default trigger (c8b197c)
  • allow trigger to specify whether direct messaging is allowed (d3f7b57)
  • implement peg (0859a83)
  • implement reset (0443934)
  • implement status trigger (398fce8)
  • make creating pegs asynchronous (6905ad4)
  • scaffold out triggers and implement ping (0a45b46)
  • send direct messages to peg recipients on Finish (5173781)
  • send messages async (984371f)
  • update peg received text (eecbedb)