Skip to content

Releases: frondeus/fvtt-syrin-control

0.3.1-alpha1 v5

10 Aug 13:02
Compare
Choose a tag to compare
0.3.1-alpha1 v5 Pre-release
Pre-release

0.3.1-alpha1 v4

10 Aug 12:14
Compare
Choose a tag to compare
0.3.1-alpha1 v4 Pre-release
Pre-release

0.3.1-alpha1 v3

09 Aug 20:39
Compare
Choose a tag to compare
0.3.1-alpha1 v3 Pre-release
Pre-release

Fix the log message

0.3.1-alpha1 v2

09 Aug 20:29
Compare
Choose a tag to compare
0.3.1-alpha1 v2 Pre-release
Pre-release

Fixing workflow issue

0.3.1-alpha1

09 Aug 20:25
Compare
Choose a tag to compare
0.3.1-alpha1 Pre-release
Pre-release

Im trying to debug #35

0.3.0

05 Mar 12:37
Compare
Choose a tag to compare

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

29 Dec 21:46
Compare
Choose a tag to compare

Bugfixes

  • Fix loading CSV - the file was loaded but soundsets set was never updated - #26

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Dec 15:37
Compare
Choose a tag to compare

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

  • Fix #22 - CSV loading without uploading it to the foundry in #25

Full Changelog: 0.1.2...0.2.0

0.2.0-pre3

28 Dec 11:25
Compare
Choose a tag to compare
0.2.0-pre3 Pre-release
Pre-release

Bugfixes:

Revert minimum Core Version to 0.8.8

0.2.0-pre2

27 Dec 19:12
b3fa6a8
Compare
Choose a tag to compare
0.2.0-pre2 Pre-release
Pre-release
Merge pull request #23 from frondeus/stores

Stores