Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Releases: mawburn/foundry-user-latency

Remove v in version

30 Jul 23:14
Compare
Choose a tag to compare

The v didn't seem to do anything, so reverting. I believe it's a bug on their side.

foundryvtt/foundryvtt#9862

The Forge pulls the correct version.

Update the version in manifest

30 Jul 22:51
Compare
Choose a tag to compare

The version field in the manifest wasn't using v in the name.

Another Bump

30 Jul 20:52
Compare
Choose a tag to compare

Trying to address issue #11 where the version order is incorrect.

Version bump

17 Jun 16:44
Compare
Choose a tag to compare

Just bumping the version because there seems to be issues with 2.0.1

v2.0.1

13 Jun 22:44
Compare
Choose a tag to compare

Finally fixed it to a modern workflow and updated the code to be more readable. Functionality should be mostly the same.

Update Module.json

18 Jan 21:03
Compare
Choose a tag to compare

Update name in module.json to id

Take your time... take 2

29 Sep 16:07
Compare
Choose a tag to compare

Ok, so I had a lot of issues with trying to rush out some significant changes yesterday. My mistake. This module is super small and I didn't think I'd run into many issues.

But I have added 2 new settings:

  • Hide latency completely
  • Show only dots instead of numbers
    • This will show a + in a green circle for good and - in a red circle for bad, blank orange for neutral. The symbols are for the colorblind. This should be less distracting for some users. If you hover over the dot for a few seconds, a popup title should appear showing your ping number.

I also added the media query prefers-contrast: less which will remove the colors entirely. This is for users who have this set on their computer. If this isn't a setting you use, don't worry about this, it's set at the operating system or browse level not in Foundry.

I also added support for French and Mandarin Chinese thanks to some coworkers.

Moral of this release is, if you are leaving the house for the night in 20 minutes, don't try to rush some "simple" updates. 🤣

Take your time

29 Sep 15:52
Compare
Choose a tag to compare

Ok, so I had a lot of issues with trying to rush out some significant changes yesterday. My mistake. This module is super small and I didn't think I'd run into many issues.

But I have added 2 new settings:

  • Hide latency completely
  • Show only dots instead of numbers
    • This will show a + in a green circle for good and - in a red circle for bad, blank orange for neutral. The symbols are for the colorblind. This should be less distracting for some users. If you hover over the dot for a few seconds, a popup title should appear showing your ping number.

I also added the media query prefers-contrast: less which will remove the colors entirely. This is for users who have this set on their computer. If this isn't a setting you use, don't worry about this, it's set at the operating system or browse level not in Foundry.

I also added support for French and Mandarin Chinese thanks to some coworkers.

Moral of this release is, if you are leaving the house for the night in 20 minutes, don't try to rush some "simple" updates. 🤣

Don't code in a rush folks

29 Sep 15:37
Compare
Choose a tag to compare
v1.3.6

don't code in a rush

Typos Typos

29 Sep 15:29
Compare
Choose a tag to compare
v1.3.4

fix languages again