Skip to content

Releases: pwr22/covbot

v0.1.5

25 Apr 17:58
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Add regional data for Finland, Wales, Northern Ireland and Scotland thanks to @bertiebaggio.
  • Get UK and England regions from a new source as the PHE CSV data is no longer available thanks to @bertiebaggio.
  • Send m.notice instead of m.text now I've made a PR for the WhatsApp bridge handing them.
  • Make logging more consistent.

v0.1.4

10 Apr 15:43
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • When there are a lot of matches ask the user to be more specific rather than sending a huge list.
  • Let user know if we can't make sense of the age given to !risk.
  • Fix formatting of !compare tables on old Riot for android.
  • Refactor into separate files for bot and data sourcing.

v0.1.3

27 Mar 08:35
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Add !risk thanks to @dctremblay!

v0.1.2

26 Mar 13:24
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Add !compare - thanks to @bertiebaggio for this!
  • Make !help more readable on mobile.

v0.1.1

23 Mar 19:50
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Add Public Health England data for more granular stats in the UK.
  • Available on WhatsApp and Telegram.
  • Send a welcome message to new rooms.
  • Improve !help messages.
  • Add !announce to notify all rooms.
  • Gracefully handle rate limiting.
  • Cleanup empty rooms once per day.
  • Send m.text instead of m.notice so it plays nicely with WhatsApp bridge.

v0.0.10

19 Mar 00:48
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • Handle searching by country code.
  • Better handle potential problems in the data.
  • Do more things using asyncio.

v0.0.9

12 Mar 18:11
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Search through both country and area which means everything can be unambiguously reached now.
  • Don't drop the index if a data update fails so that search keeps working right.

v0.0.8

12 Mar 12:47
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Format numbers nicely for humans to read.
  • Add sick, actual recovery and deaths as well as percentages.
  • Add a help command to show usage.
  • Add a source command which links to the source and the data the bot uses.
  • Handle empty string as a valid value (meaning zero) in upstream data.

v0.0.7

11 Mar 21:37
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Handle empty strings in case data as zero.

v0.0.6

11 Mar 20:51
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Better handle failure to update data.