Bump version to 1.5.1-beta.2 and update dashboard frequency display#217
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces improvements to the ChoreOps dashboard, primarily focused on enhancing recurring frequency display for custom intervals and updating translations. The most significant change is the improved handling and localization of custom recurring frequency intervals in the chore row template. Additionally, the translation files have been updated to support the new "every" label in multiple languages, and the dashboard registry version has been incremented.
Enhancements to recurring frequency display:
Display frequency of custom scheduled chores by @auanasgheps in Display frequency of custom scheduled chores ChoreOps-Dashboards#42
button_card_template_chore_row_v1.yaml: The logic for displaying recurring frequency now supports custom intervals (e.g., "Every 3 days") by checking forcustom_frequency_intervalandcustom_frequency_unitattributes and localizing the "every" label.Translation updates:
Added a localized "every" label to support custom recurring frequency display
Versioning:
dashboard_registry.json: Bumped therelease_versionfrom 1.1.0 to 1.1.1 to reflect these changes.