Skip to content

Releases: mjkaufer/Messer

Require node >= 12 explicitly

Choose a tag to compare

@tomquirk tomquirk released this 19 Jun 00:11
v0.7.3

0.7.3

Fix incoming messages bug

Choose a tag to compare

@tomquirk tomquirk released this 01 Jun 22:45
91892b2

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

Choose a tag to compare

@tomquirk tomquirk released this 17 Dec 11:22

Fix help text for mute and unmute commands

Mute and unmute commands

Choose a tag to compare

@tomquirk tomquirk released this 17 Dec 11:20
301cc22

Mute and unmute commands

New commands and refactor

Choose a tag to compare

@tomquirk tomquirk released this 17 Nov 09:38
  • 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

Choose a tag to compare

@tomquirk tomquirk released this 06 May 03:01
38abdb3

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

Choose a tag to compare

@tomquirk tomquirk released this 22 Apr 05:56
c694c61

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

Update internals; add cleanup command

Choose a tag to compare

@tomquirk tomquirk released this 10 Feb 03:52
e401dff

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

Choose a tag to compare

@tomquirk tomquirk released this 30 Mar 06:56
c0c7906

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

Choose a tag to compare

@tomquirk tomquirk released this 15 Dec 00:12
5be28e6

Object.values polyfilled