Skip to content

Latest commit

 

History

History
112 lines (92 loc) · 8.82 KB

CHANGELOG.md

File metadata and controls

112 lines (92 loc) · 8.82 KB

Changelog

v1.2.1 (2021-01-10)

Fix

  • Fix admin message when a restricted user access the bot. (eab37f8)

v1.2.0 (2020-11-25)

Feature

  • Only show reply keyboard when needed (06760a3)
  • Add lista and libres commands (3da581c)

Fix

  • Changes in texts returned by the bot and better error handling (f138dbd)
  • IF any text is sent to the bot, it will look for free chargers (b887132)
  • Pop onlyAvailable info instead of getting it (9a68c98)
  • Remove reply keyboard when not needed (e6ef39b)
  • Conversation tests (0a71919)
  • Added needed charger statuses (a0e1833)
  • Debugging (ca4287c)
  • Added command buttons to reply keyboard (804fb68)
  • Inlcude offline chargers (976c8ec)
  • Fix fallback method (7300b41)
  • Markup errors in text (3d7716a)
  • Fix map link (53a01ff)
  • Texts corrections (40323d0)
  • Fix unit tests (5cf17fb)
  • Change parse mode to HTML (677cd62)
  • Escape markdown (7fd0a03)
  • Fix misspelling (3e4cb9a)

v1.1.0 (2020-11-19)

Feature

  • Add ADMIN_USER as a env variable instead of taking the first user in VALID_USERS as admin (3bc5f4b)

Fix

  • Changelog in english (ad0aa4b)
  • Improve readability of welcome message. (08a52b2)
  • Improve messages returned to users (fedfa30)
  • Fix test (e5a9230)
  • Fix misspelling in some messages (f2e999e)
  • If no ADMIN_USER env variable has been defined it takes the first user from VALID_USERS as the ADMIN_USER (526a401)
  • Remove date from logging (d4c0133)
  • Update method and conversation status names (2cf8a2f)
  • Add some logs (070484b)

v1.0.0 (2020-11-12)

Feature

  • Remove Google Cloud Functions support (bede341)

Breaking

  • With this change the bot will not be able to be deployed anymore as a Google Cloud Function (bede341)

v0.7.0 (2020-11-11)

Feature

Fix

  • Add new env variable to app.json (bf67f23)
  • Moooooore docuemtation updates (7875d52)
  • Documentation update (9e9bef3)
  • Better description app.son descriptions (2092258)
  • Skip conversation tests on non windows environments (2178072)
  • Fix app.json (4847dc3)

v0.6.0 (2020-11-11)

Feature

Fix

  • Added needed changes to be able to run bot in heroku (f1b66db)
  • Fix error executing bot on heroku (5c1f989)

v0.5.1 (2020-11-10)

Fix

  • Fix requirements.txt to work with Google Cloud (6d4a5cf)

v0.5.0 (2020-11-10)

Feature

Fix

v0.4.1 (2020-11-08)

Fix

v0.4.0 (2020-11-03)

Feature

  • Include bot version in help message (ab53a22)

Fix

  • Avoid to updload unneeded files to Cloud Functions (fbfb80d)

v0.3.0 (2020-11-03)

Feature

Fix