Skip to content

Releases: mjkaufer/Messer

Require node >= 12 explicitly

19 Jun 00:11
Compare
Choose a tag to compare

Fix incoming messages bug

01 Jun 22:45
91892b2
Compare
Choose a tag to compare

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.

Helper text fixes

17 Dec 11:22
Compare
Choose a tag to compare

Fix help text for mute and unmute commands

Mute and unmute commands

17 Dec 11:20
301cc22
Compare
Choose a tag to compare

Mute and unmute commands

New commands and refactor

17 Nov 09:38
Compare
Choose a tag to compare
  • 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

Bug fixes

06 May 03:01
38abdb3
Compare
Choose a tag to compare

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

Lots of bug fixes

22 Apr 05:56
c694c61
Compare
Choose a tag to compare

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

Update internals; add cleanup command

10 Feb 03:52
e401dff
Compare
Choose a tag to compare

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

Add test suite

30 Mar 06:56
c0c7906
Compare
Choose a tag to compare

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.

Fix all Object.values bugs

15 Dec 00:12
5be28e6
Compare
Choose a tag to compare

Object.values polyfilled