0.14.0 - Enhanced pause durations & badge tap actions 🎯⚡
Multi Pi Improvements
- info messages counts will be additive across all instances
- support for purging of messages
Features
Customizable Badge Tap Actions
The "Purge FTL diagnosis messages" button is now controlled via the badge which shows message counts. By default...
- When diagnostic messages exist: Tap to purge diagnostic messages, hold/double-tap for more info
- When no diagnostic messages: All interactions show more info about the diagnostic entity
- Custom Actions: Override default behavior with custom tap, hold, and double-tap actions
Examples of overriding the badge actions
Human-Readable Pause Durations
The pause ad-blocking feature now supports flexible time formats with automatic human-readable display:
- Multiple Time Formats: Support for numbers (seconds), simple units (
"10s","5m","1h"), and complex formats ("1h:30m:45s") - Automatic Display: UI automatically converts durations to human-readable format (e.g., "5 minutes", "1 hour")
- Customizable Durations: Override default durations with your preferred time periods
Example Configuration:
type: custom:pi-hole
device_id: pi_hole_device_1
pause_durations:
- 60 # displays as "1 minute"
- 300 # displays as "5 minutes"
- 10s # displays as "10 seconds"
- 5m # displays as "5 minutes"
- 1h # displays as "1 hour"- chore: bumps version to 0.14.0 by @gh-action-bump-version
- editor test by @warmfire540
- human readable pause durations - thanks @moshoari! by @warmfire540
- multi pi message purge and custom badge actions - thanks @moshoari! by @warmfire540
- chore: npm (deps): bump the all-dependencies group by @warmfire540
- workflow updates and yarn by @warmfire540
- Create el.json - thanks @ChriZathens! (#43) by @ChriZathens
- device id clarifications - thanks @AlexKalopsia! by @warmfire540
- chore: npm (deps-dev): bump mocha in the all-dependencies group (#42) by @dependabot[bot]
- ci/cd updates by @warmfire540
- chore: bumps version to 0.13.2 by @gh-action-bump-version
- test by @warmfire540
- chore: bumps version to 0.13.1 by @gh-action-bump-version
- collapse property name fix - thanks @Anto79-ops! by @warmfire540
- chore: npm (deps-dev): bump the all-dependencies group with 3 updates (#39) by @dependabot[bot]
What's Changed
- chore: npm (deps-dev): bump mocha from 11.5.0 to 11.6.0 in the all-dependencies group by @dependabot[bot] in #42
- Create el.json by @ChriZathens in #43
- Enhanced pause durations & badge tap actions 🎯⚡ by @warmfire540 in #51
New Contributors
- @ChriZathens made their first contribution in #43
Full Changelog: 0.13.2...0.14.0