Releases: lucasmetzen/foundryvtt-messenger
4.2.0: New Year's Edition
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 calledWisper
in German instead of the unwieldyFlü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
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
Improvement
- Add customisable keybinding to open Messenger window via Foundry VTT's
Configure Controls
dialogue. It defaults toCtrl+M
and is fully editable (i.e. can also be deleted).
4.1.0: Add German localisation
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
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
Merge pull request #49 from lucasmetzen/try-fix-audio-file Re-add audio file after disabled `autocrlf`
4.0.2
Still trying to fix broken audio file.
Full Changelog: 4.0.1...4.0.2
Release 4.0.1: Post-release check fixes
This mostly fixes the pst-pst
audio file which got broken during upload like the WEBP previously. 🤷
Full Changelog: 4.0.0...4.0.1
Release 4.0.0: It's finally here!
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
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...