Releases: frondeus/fvtt-syrin-control
Releases · frondeus/fvtt-syrin-control
0.3.1-alpha1 v5
Full Changelog: 0.3.1-alpha1-4...0.3.1-alpha1-5
0.3.1-alpha1 v4
Full Changelog: 0.3.1-alpha1-3...0.3.1-alpha1-4
0.3.1-alpha1 v3
Fix the log message
0.3.1-alpha1 v2
Fixing workflow issue
0.3.1-alpha1
Im trying to debug #35
0.3.0
Breaking changes
- There is no CSV method any more! The Syrinscape Online Team fixed the CORS bug so now SyrinControl can use an online API everywhere. Hurray! 🎉
- The online API address is hidden as it should not be used. There is still a way to set it via browser console but 99% of users should not touch it.
game.settings.set('fvtt-syrin-control', 'address', 'path to online API');
Internal improvements
- The module has been rewritten in some parts to enable tests. Now the whole structure uses dependency injection so I can write tests for every component :)
- This release introduces the first End to End tests. Tests are running in an isolated environment with fake, static syrinscape API. For now, I covered:
- Setting authToken and fetching soundsets from API
- Selecting mood in the playlist
- Playing mood from the playlist
Of course there are plenty of features to test but its a nice start.
All tests are passing on chrome and firefox.
0.2.1
0.2.0
This version is FoundryVTT V9 compatible!
Features
- Refactor: Introduce Svelte framework in #16
This introduces a new framework for reactive components, it has been a major rewrite but now I have much better and easier to understand code. - Changing mood does not change dropdown option in playlist tab
- Revamped playlist tab - added info what mood plays currently & what mood is set to the scene
- Revamped elements one-shots application - there are tabs, separating global elements from soundset elements, each soundset gets separate tab.
- New elements button in the toolbox
- New Wiki with all necessary information how to use it, and how to setup this module
- Elements icons are much smaller
Bugfixes
Full Changelog: 0.1.2...0.2.0
0.2.0-pre3
Bugfixes:
Revert minimum Core Version to 0.8.8
0.2.0-pre2
Merge pull request #23 from frondeus/stores Stores