Releases: MaddyDev-glitch/iperf3-webui
Releases · MaddyDev-glitch/iperf3-webui
v1.4.0.1
Full Changelog: v1.4.0.0...v1.4.0.1
v1.4.0.0
v1.3.0.4
v1.3.0.3
v1.3.0.2
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.3.0.2
What's Changed
- Docker images are pushed with
latesttag moving forward :) - bug fixes
- Add requests to requirements.txt by @R0GGER in #12
- Multiple fixes by @R0GGER in #13
New Contributors
Full Changelog: v1.3.0.1...v1.3.0.2
v1.3.0.1
📦 Release v1.3.0.1
🎉 What's New in v1.3.0.1
- NEW FEATURE: Public Iperf3 server list integrated from (https://github.com/R0GGER/public-iperf3-servers)

- code refactor (state.js to keep easy track of variable state)
Container Images
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.3.0.1
docker pull srimadhaven05/iperf3-webui:v1.3.0.1
What's Changed
- FEAT: merge to main (public iperf server selection) by @MaddyDev-glitch in #10
Full Changelog: v1.2.0.1...v1.3.0.1
v1.2.0.1
📦 Release v1.2.0.1
🎉 What's New in v1.2.0.1
- 🎨 Custom iperf3 port
connect to any iperf3 port (previously only able to connect to default port 5201)
- Bug fixes
Thanks for using iPerf3-WebUI!
⭐️ Consider starring the repo if you like it.
Full Changelog: v1.1.0.1...v1.2.0.1
v1.1.0.1
📦 Release v1.1.0.1
🎉 What's New in v1.1.0.1
This release brings several enhancements to make your iPerf3-WebUI experience smoother and more customizable:
✨ New Features
- 🎨 Theming Support
Customize your Web UI appearance using the newenv.yamlfile — set your own colors, gradients, and styles without touching the code.
- 🐳 **Prebuilt Container Image** No need to build locally — pull and run the latest version directly from GitHub Container Registry: ```bash docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.1.0.1 - 🐳 OR pull from Docker Hub : `docker pull srimadhaven05/iperf3-webui:v1.1.0.1`
Thanks for using iPerf3-WebUI!
⭐️ Consider starring the repo if you like it.
What's Changed
-
added theming via
env.yaml -
add containerfile by @redbeardymcgee in #1
New Contributors
- @redbeardymcgee made their first contribution in #1
Full Changelog: https://github.com/MaddyDev-glitch/iperf3-webui/commits/v1.1.0.1