Release 3.6.0 - Python 3.13 and numpy 2.x support, bugfixes
This quick release adds support for Python 3.13 and numpy 2.x, as well as features ans fixes since latest release including:
- Add text box width and height by @Xzonn to use non-monospaced fonts on text fields without "ghosting" effects
- Add line width option for Line graphs by @MAIKS1900
- Fix CPU temperature bar graph and radial graph inverted by @mathoudebine
- New "Total vRAM" sensor by @majormer
- New "SystemUptime" sensor by @NurNano
- Fix AMD GPU load sensor by @sutaburosu
- Use Nvidia GPU in priority with Python sensors by @mathoudebine
I also want to thank you all for your contributions wether it is PR, issues, themes...
This project has been an amazing journey and I'm glad to see a such a good spirit of support in the Discussions space
I wish I could have more time to answer to all of you individually
I will try to review and integrate as much PRs as I can during the following weeks
Happy end of year ! ✨
Full Changelog
- Update service file to remove root as user by @mathoudebine in #520
- Add text box width and height by @Xzonn in #487
- Add line width option for Line graphs by @MAIKS1900 in #509
- ⬆️ Update tkinter-tooltip requirement from ~=3.0.0 to ~=3.1.0 by @dependabot in #523
- Fix CPU temperature bar graph and radial graph inverted by @mathoudebine in #528
- ⬆️ Update pillow requirement from ~=10.3.0 to ~=10.4.0 by @dependabot in #529
- Correct TaskManager5inch net up/down display by @rWolstenholme in #532
- Do not monitor hardware sensors that are not used by the theme by @mathoudebine in #540
- Add Total vRAM by @majormer in #485
- New sensor: GPU total memory by @mathoudebine in #541
- SystemUptime by @NurNano in #492
- SystemUptime by @mathoudebine in #542
- Convert
amd_gpu.query_load()
value to a percentage by @sutaburosu in #544 - ⬆️ Update pyyaml requirement from ~=6.0.1 to ~=6.0.2 by @dependabot in #549
- ⬆️ Update babel requirement from ~=2.15.0 to ~=2.16.0 by @dependabot in #552
- Use Nvidia GPU in priority with Python sensors by @mathoudebine in #571
- ⬆️ Update pythonnet requirement from ~=3.0.3 to ~=3.0.5 by @dependabot in #617
- Update numpy to v2 by @hchargois in #615
- ⬆️ Update numpy requirement from ~=1.26.4 to ~=2.2.0 by @dependabot in #614
- Python 3.13 support by @mathoudebine in #618
- ⬆️ Update tkinter-tooltip requirement from ~=3.1.0 to ~=3.1.2 by @dependabot in #606
- ⬆️ Update psutil requirement from ~=5.9.8 to ~=6.1.0 by @dependabot in #589
New Contributors
- @Xzonn made their first contribution in #487
- @MAIKS1900 made their first contribution in #509
- @rWolstenholme made their first contribution in #532
- @NurNano made their first contribution in #492
- @sutaburosu made their first contribution in #544
Full Changelog: 3.5.0...3.6.0