8000 Tags · markw3194/PADD · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: markw3194/PADD

Tags

v2.1.0

Toggle v2.1.0's commit message
Updated Version Number for Impending Release

v2.0.0

Update issue templates

v1.3.1

Toggle v1.3.1's commit message
Fixed Locale Bug

Fix:
- "Try/Catch" for setting the locale.
  - Tries US English, then C

v1.3

Toggle v1.3's commit message
Added Bar Graphs and Cleaned Up Pi-hole Stats, Network Info

Major:
- Added status bars
  - Blocked domains now show as a bar graph
  - CPU and memory use in system stats show with bar graphs
- Tweaked Pihole Stats and Network info
  - Added top domain to pi-hole stats
  - DHCP info is displayed in Network info, only if Pi-hole is the DHCP server
  - Additional Pi-hole stats shown if Pi-hole isn't the DHCP server
- Added BarGenerator() to support percentage bars
- Refactored CPUHeatmapGenerator to support interpretting a percentage or two numbers for CPU percentages

Minor:
-changed locale to en_us.utf8 so large numbers (domains blocked, etc.) look better
- start up wait time reduced to 3 seconds
- refactored and cleaned up code

v1.2.2

Toggle v1.2.2's commit message
Fixed Memory Use Display Bug

Major
- Corrected memory use bug that sometimes caused a negative value to be displayed (Issue pi-hole#9)
- Turned off the cursor display

Minor
- Added PID file output

v1.2.1

Toggle v1.2.1's commit message
Version Number

Micro
- Forgot version number in script, updated. 😞

v1.2.0

Toggle v1.2.0's commit message
Better Version Checking and Splash Screen

Major
- Added 'tr -d' to strip out letters from version numbers for version
comparisons
- Changed GetPiholeVersionInformation function to GetVersionInformation
- Added in version check for Chronometer2 version
- Added "splash screen" when Chronometer2 starts

Minor
- Cleaned up some printf/echo set (shellchecked)
- Cleaned up some quoting in string variables
- Updated logo (smaller, includes Chronometer2 version)
- Added latest blocked domain to stats section

v1.1.0

Toggle v1.1.0's commit message
Switched to Using FTL

Major:
- Switched to using FTL API to pull Pi-hole stats

v1.0.1

Toggle v1.0.1's commit message
Reduced Screen Blanking

Minor
- Swapped calculation and display methods to greatly reduce screen
blanking on refresh
- Tweaked ftlStatus checking
- Tweaked memory check for better efficiency
- Tweaked number of processors check for better efficiency

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0!!!

Major
- Split outputPiholeStats from outputPiholeInformation method
- Split outputDHCPInformation from outputNetworkInformation

Minor
- Set locale to c.utf8
- Implemented color variables for heatmaps
- Cleaned up version information with Pi-Hole logo
- Reorganized display
- Moved some variables outside of methods
0