Skip to content

Releases: lucasmetzen/foundryvtt-messenger

4.2.0: New Year's Edition

01 Jan 19:40
d38738f
Compare
Choose a tag to compare

What's Changed

✨ Improvements

  • Populate Messenger's in-memory history from world's messages when user logs in or reloads the browser page (triggered by the ready hook) in #81
  • Add world GM setting to exclude users as recipients #80
  • When history is populated, whispers not received today will display their respective date along with the time

Translations

  • whisper messages are now called Wisper in German instead of the unwieldy Flüsternachricht in #82

📖 Documentation

  • Add a link to the README to directly create a new filter request GitHub issue (in case you want to report a game system's private message that should be ignored by LAME Messenger) in #75
  • Add GitHub issue templates in #74

Full Changelog: 4.1.2...4.2.0

4.1.2

30 Dec 18:08
690b317
Compare
Choose a tag to compare

Improvements

  • Scroll history to bottom when receiving whisper in #68
  • Make playing notification sound optional in #69

Styling

  • Standardise scene control button's tooltip styling in #71

Full Changelog: 4.1.1...4.1.2

4.1.1: Add keybinding to open Messenger window

28 Dec 22:22
539d377
Compare
Choose a tag to compare

Improvement

  • Add customisable keybinding to open Messenger window via Foundry VTT's Configure Controls dialogue. It defaults to Ctrl+M and is fully editable (i.e. can also be deleted).

4.1.0: Add German localisation

28 Dec 11:16
0d402e4
Compare
Choose a tag to compare

Improvements

  • Add German localisation
  • Change prioritisation of error messages when trying to send an empty message while not having selected any recipients

4.0.4: Mystery of the corrupted binaries finally solved

26 Dec 21:33
de74e85
Compare
Choose a tag to compare

Edit 2025-01-02:

❗ This version is not fully compatible with Foundry VTT v13.

At the time of release, I omitted setting the maximum core version to v12. I wasn't aware the v13 preview introduces a big change to its UI - which in turn prevents the Messenger from adding the buttons to open its window.

Apologies for this oversight in the Messenger's inaugural release!

An updated version will be released very shortly. You can keep track of the progress via this milestone: https://github.com/lucasmetzen/foundryvtt-messenger/milestone/3


Original release note:

Thanks to #50, the issue is now fixed. Only took 2.5 hours and 11 merges.... Yet another thing learned!

What's Changed

  • Remove .gitattributes as it breaks binary files in #50
  • Remove broken audio file in #51
  • Re-add binaries broken after CRLF issue in #52

Full Changelog: 4.0.3...4.0.4

4.0.3: Trying to fix broken audio, take 3

26 Dec 20:42
61489d2
Compare
Choose a tag to compare
Merge pull request #49 from lucasmetzen/try-fix-audio-file

Re-add audio file after disabled `autocrlf`

4.0.2

26 Dec 19:37
c295f28
Compare
Choose a tag to compare

Still trying to fix broken audio file.

Full Changelog: 4.0.1...4.0.2

Release 4.0.1: Post-release check fixes

26 Dec 19:13
873a2ec
Compare
Choose a tag to compare

This mostly fixes the pst-pst audio file which got broken during upload like the WEBP previously. 🤷


  • Fix latest release URL in README in #42
  • Fix broken sound file in #43 and #44

Full Changelog: 4.0.0...4.0.1

Release 4.0.0: It's finally here!

26 Dec 17:58
5382e2c
Compare
Choose a tag to compare

It's official: After its very first beginnings back in March 2020 on Foundry VTT 0.5.1, I'm finally calling this the first public release! 🎉

Pre-release 3.0.0-theta: Mostly improve styling details

26 Dec 12:56
59da805
Compare
Choose a tag to compare

What's Changed

  • bcb0a72: Fix readability on light theme
  • b058663: Filter D&D award messages
  • Improve general styling
  • Add README, part 1
  • Continue code clean up

Also, the repository has been transferred to @lucasmetzen.

Full Changelog: 3.0.0-eta...3.0.0-theta

PS: The actual release version will be 4.0.0 to do away with all the confusing pre-release suffixes...