Releases: Brandawg93/PeaNUT
Releases · Brandawg93/PeaNUT
v3.0.0-beta.0
Breaking Changes
Environment variables no longer change settings directly, but instead can be used to populate settings on the first run. All settings are now handled via UI but can be modified directly by editing settings.yml
.
What's Changed
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #68
- InfluxDBv2 support by @Brandawg93 in #71
- Fixed bug that caused refresh to stop working
- Added support for direct connection to InfluxDBv2 instances via environment variables
- Added better grafana dashboard examples
- Reworked settings into settings.yml instead of environment variables
- Added new UI for connecting and disconnecting from nut-upsd instance
- Fixed bug that prevented theme from switching when system theme was changed
- Fixed bug that prevented device serial number from displaying properly
Full Changelog: v2.6.1...v3.0.0-beta.0
v2.6.1
What's Changed
- Bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #62
- Fix for UPS devices without serial numbers by @Brandawg93 in 03d1236
Full Changelog: v2.6.0...v2.6.1
v2.6.0
Breaking Changes
V1 API now attempts to resolve the proper type for each parameter. Some strings may now be numbers. This will help in porting data to InfluxDB
What's Changed
- New Crowdin translations by GitHub Action by @github-actions in #53
- Bump pnpm/action-setup from 3 to 4 by @dependabot in #51
- add copy command to package.json - fixes #35 by @vhsdream in #55
- Bump crowdin/github-action from 1 to 2 by @dependabot in #54
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #59
- Bump ws from 7.5.9 to 7.5.10 by @dependabot in #58
- Add support for Grafana & InfluxDB by @Brandawg93 in #61
New Contributors
Full Changelog: v2.5.2...v2.6.0
v2.5.2
What's Changed
- Fixed a bug where nothing was shown when the ups driver did not report model and manufacturer.
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- New Crowdin translations by GitHub Action by @github-actions in #34
- Bump ScribeMD/docker-cache from 0.3.7 to 0.4.0 by @dependabot in #43
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #42
- Bump undici from 5.28.2 to 5.28.3 by @dependabot in #38
- Bump pnpm/action-setup from 2 to 3 by @dependabot in #37
- Bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #36
- Add HOSTNAME env variable by @aazam476 in #44
- Bump ScribeMD/docker-cache from 0.4.0 to 0.5.0 by @dependabot in #45
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in #46
- Bump next from 14.1.0 to 14.1.1 by @dependabot in #49
New Contributors
Full Changelog: v2.5.0...v2.5.1
v2.5.0
NEW
- Swagger api docs are now available at
/api/docs
.
v2.4.0
NEW
- Better animations with support for reduced motion
- Switched to
usequery
for data handling - Changed device select to use nut description with manufacturer and model as fallback
v2.3.4
FIX
- Fix for not being able to change
$WEB_PORT
.
v2.3.3
FIX
- Fix broken page for devices with certain values.
v2.3.2
FIX
- Fix for page not loading.