Skip to content

Commit

Permalink
preserve preparation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Feb 24, 2023
1 parent e4008d8 commit 8bc6ea0
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 159 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ChangeLog

---- preparing next update ------- v1.7.5

- Update README.md and requirements.txt to reflect use of Python `apt` library
- Add reporting of pending os updates (#71) See `ux_updates`
- Adjust cpu temp reporting to fall back to proc filesystem when vcgencmd not present (#72)
- Add reporting uptime in seconds (#53) See `up_time_secs`
- Incorporate network usage from @mcarlosro (#47) See `tx_data` and `rx_data` for each network IF
- Incorporate remote restart from @hobbypunk90 (#77, #80). Docs in README
- Filter @suffix from network interface names (happens when run from container) (#46)

This version has a new requirement that `python3-apt` be installed. If it is not installed
then you will see `ux_updates` reported as (-1). Note: for **Linux Arch** users this package is NOT avail. so you will always see (-1) for pending updates.


Sat, 18 Feb 2023 15:36:08 -0700 v1.7.4

- Update README.md and requirements.txt to reflect use of Python `requests` library (#78)
Expand Down
Loading

0 comments on commit 8bc6ea0

Please sign in to comment.