Messer Versions Save

:speech_balloon: Command-line messaging for Facebook Messenger

v0.7.3

3 years ago

v0.7.2

4 years ago

This release fixes issue where incoming messages were not visible. This is due to the library's dependency on facebook-chat-api, which is having issues with it's .listen() method.

v0.7.1

4 years ago

Fix help text for mute and unmute commands

v0.7.0

4 years ago

Mute and unmute commands

v0.6.0

4 years ago
  • delete command
  • Secret mode
  • threads command
    • List actual threads
  • file command
    • upload file and send to a chat
  • autocomplete
  • recent with --history option
    • list recent threads, with option to list them with some history
  • user settings

fixes #109 #108 #54 #38 #26 #15 #65 #113

Majorly improve codebase friendliness with easier methods to make contributions

v0.5.2

5 years ago

messen updates included:

  • fix cleanup command
  • don't log errors

Messer updates included:

  • piping command responses to stdout/err
  • remove logging of attachments and displaying some attachments better
  • ability to send newlines in messages with \n

v0.5.1

5 years ago

New version of messen integrated which should fix a lot of bugs. Also fix tests

v0.5.0

5 years ago

This release adds:

  • messen as a dependency to handle low-level facebook-chat-api interaction. Note - this may mean some bugs in the early days. If you're having issues, roll back to a previous version and report the bug <3
  • a cleanup command

v0.3.0

6 years ago

This minor release sees the addition of a test suite with the aim of providing contributors a means of ensuring their changes didn't break existing functionality. This addition should also allow us to iron out the existing bugs. The current suite does not provide complete coverage. We will aim to increase this with each bug fix, to eventually achieve the highest reasonable coverage possible

The history bug was sort-of fixed in this release. There is an issue with the name key not being populated on some endpoints from the facebook-chat-api. This will be investigated for a future release.

v0.2.2

6 years ago

Object.values polyfilled