Releases: mawburn/foundry-user-latency
Remove v in version
The v didn't seem to do anything, so reverting. I believe it's a bug on their side.
The Forge pulls the correct version.
Update the version in manifest
The version field in the manifest wasn't using v
in the name.
Another Bump
Trying to address issue #11 where the version order is incorrect.
Version bump
Just bumping the version because there seems to be issues with 2.0.1
v2.0.1
Update Module.json
Update name
in module.json to id
Take your time... take 2
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
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
v1.3.6 don't code in a rush
Typos Typos
v1.3.4 fix languages again