Commit Graph

2449 Commits

Author SHA1 Message Date
Alex Sparkes
e5d8bfec0e Beta (#1138)
* feat: add professional three-branch release workflow automation (#1129) (#1130)

- Add version-bump workflow for semantic versioning across all files
- Add beta-release workflow for automated pre-release testing
- Add production-release workflow with manual approval gates
- Add hotfix-release workflow for emergency patches
- Create comprehensive CONTRIBUTING.md with workflow guide
- Create detailed RELEASE_PROCESS.md for maintainers
- Add PR template with release checklists
- Update CODEOWNERS to protect workflow files
- Update README with contribution links
- Remove /docs from .gitignore to allow documentation

This implements a dev  beta  main branching strategy with:
- Automated version management across 6 files
- Changelog generation from conventional commits
- GitHub Releases with build artifacts
- Environment-based approvals for production
- Back-merge support for hotfixes

* feat: new default quotes experience, improve added page

* Sync/workflow fixes to beta (#1132)

* feat: add professional three-branch release workflow automation (#1129)

- Add version-bump workflow for semantic versioning across all files
- Add beta-release workflow for automated pre-release testing
- Add production-release workflow with manual approval gates
- Add hotfix-release workflow for emergency patches
- Create comprehensive CONTRIBUTING.md with workflow guide
- Create detailed RELEASE_PROCESS.md for maintainers
- Add PR template with release checklists
- Update CODEOWNERS to protect workflow files
- Update README with contribution links
- Remove /docs from .gitignore to allow documentation

This implements a dev  beta  main branching strategy with:
- Automated version management across 6 files
- Changelog generation from conventional commits
- GitHub Releases with build artifacts
- Environment-based approvals for production
- Back-merge support for hotfixes

* fix(workflows): prevent beta release for non-beta versions

* Fix/beta workflow version check (#1131)

* fix(workflows): prevent beta release for non-beta versions

* fix(workflows): address copilot PR review feedback

- Support iterative beta versions (7.6.0-beta.1 -> 7.6.0-beta.2)
- Remove tag trigger from beta workflow to prevent premature releases
- Fix tag format in docs/summaries to include 'v' prefix
- Clarify deployment approval wording

---------

Signed-off-by: Alex Sparkes <alexsparkes@gmail.com>

* feat: replace mui with new style

* feat: improve time formatting in Clock component with padded digits

* fix: change Checkbox component from label to div for better semantics

* fix: change Switch component from label to div for better semantics

* feat: add smooth animation to reset functionality in Slider component

* feat: enhance accessibility and styling for form components including Checkbox, Dropdown, Radio, Slider, and Text

* feat: enhance WeatherOptions component with improved layout and auto location reset functionality

* feat: update Slider and Dropdown components with improved layout and z-index adjustments

* feat: add reset functionality to Dropdown component with toast notification

* feat: update Dropdown component styles for improved layout and structure

* feat: update languageSettings component with increased padding for better spacing

* feat: bump version to 7.6.0 across all manifests and documentation

* Dev (#1134)

* feat: add professional three-branch release workflow automation (#1129)

- Add version-bump workflow for semantic versioning across all files
- Add beta-release workflow for automated pre-release testing
- Add production-release workflow with manual approval gates
- Add hotfix-release workflow for emergency patches
- Create comprehensive CONTRIBUTING.md with workflow guide
- Create detailed RELEASE_PROCESS.md for maintainers
- Add PR template with release checklists
- Update CODEOWNERS to protect workflow files
- Update README with contribution links
- Remove /docs from .gitignore to allow documentation

This implements a dev  beta  main branching strategy with:
- Automated version management across 6 files
- Changelog generation from conventional commits
- GitHub Releases with build artifacts
- Environment-based approvals for production
- Back-merge support for hotfixes

* feat: new default quotes experience, improve added page

* Fix/beta workflow version check (#1131)

* fix(workflows): prevent beta release for non-beta versions

* fix(workflows): address copilot PR review feedback

- Support iterative beta versions (7.6.0-beta.1 -> 7.6.0-beta.2)
- Remove tag trigger from beta workflow to prevent premature releases
- Fix tag format in docs/summaries to include 'v' prefix
- Clarify deployment approval wording

* feat: replace mui with new style

* feat: improve time formatting in Clock component with padded digits

* fix: change Checkbox component from label to div for better semantics

* fix: change Switch component from label to div for better semantics

* feat: add smooth animation to reset functionality in Slider component

* feat: enhance accessibility and styling for form components including Checkbox, Dropdown, Radio, Slider, and Text

* feat: enhance WeatherOptions component with improved layout and auto location reset functionality

* feat: update Slider and Dropdown components with improved layout and z-index adjustments

* feat: add reset functionality to Dropdown component with toast notification

* feat: update Dropdown component styles for improved layout and structure

* feat: update languageSettings component with increased padding for better spacing

* feat: bump version to 7.6.0 across all manifests and documentation

---------

Signed-off-by: Alex Sparkes <alexsparkes@gmail.com>
Co-authored-by: David Ralph <me@davidcralph.co.uk>

* font: replace montserrat with inter

* cleanup: remove unused code from addons and marketplace

* fix(greeting/events): event text box styling

* fix(quote/buttons): improve state management and event handling

* feat(background): implement custom background loading and improve state management

* feat: enhance image management features

- Added new localization strings for image management, including upload and storage information.
- Refactored custom background database functions to support metadata and backward compatibility.
- Introduced a new FolderTaggingModal component for organizing images into folders.
- Created utility functions for image metadata extraction, including dimensions, blur hash generation, and file size calculation.
- Implemented functions to delete multiple backgrounds and update background metadata.

* Add new localization strings and improve image metadata utility functions

- Updated localization files for multiple languages (Hungarian, Indonesian, Japanese, Lithuanian, Latvian, Dutch, Norwegian, Persian, Portuguese, Brazilian Portuguese, Russian, Slovenian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Simplified Chinese, Traditional Chinese) to include new strings for image management features such as "Delete Selected", "Uploading", "Tag Images", and storage information.
- Enhanced the `getDataUrlSize` and `formatBytes` functions in `imageMetadata.js` for better readability and maintainability by adding braces for conditional statements.

* fix(background/custom): prevent flashing during uploads

* feat(storage): implement dynamic storage quota estimation and request persistence

* feat(modal): enhance close button styling and theming support

* fix(Custom): remove unnecessary characters from loading state

* feat(Dropdown): implement dropdown closing animation and portal rendering

* fix(QuoteOptions): ensure authorDetails is set to true for all users during migration

* refactor(Items): remove unused imports and hex color conversion logic

* fix: add blurhash dependency for image metadata encoding

---------

Signed-off-by: Alex Sparkes <alexsparkes@gmail.com>
Co-authored-by: David Ralph <me@davidcralph.co.uk>
v7.6.0-beta v7.6.1-beta v7.6.1
2026-01-27 12:35:18 +00:00
Alex Sparkes
bc9cf3c11e Fix/beta workflow version check (#1131)
* fix(workflows): prevent beta release for non-beta versions

* fix(workflows): address copilot PR review feedback

- Support iterative beta versions (7.6.0-beta.1 -> 7.6.0-beta.2)
- Remove tag trigger from beta workflow to prevent premature releases
- Fix tag format in docs/summaries to include 'v' prefix
- Clarify deployment approval wording
v7.6.0
2026-01-25 17:46:15 +00:00
Alex Sparkes
896816c185 feat: add professional three-branch release workflow automation (#1129)
- Add version-bump workflow for semantic versioning across all files
- Add beta-release workflow for automated pre-release testing
- Add production-release workflow with manual approval gates
- Add hotfix-release workflow for emergency patches
- Create comprehensive CONTRIBUTING.md with workflow guide
- Create detailed RELEASE_PROCESS.md for maintainers
- Add PR template with release checklists
- Update CODEOWNERS to protect workflow files
- Update README with contribution links
- Remove /docs from .gitignore to allow documentation

This implements a dev  beta  main branching strategy with:
- Automated version management across 6 files
- Changelog generation from conventional commits
- GitHub Releases with build artifacts
- Environment-based approvals for production
- Back-merge support for hotfixes
v7.5.0
2026-01-25 17:27:54 +00:00
David Ralph
6d209e10fb cleanup: remove 50% of offline images 2026-01-25 17:00:09 +00:00
alexsparkes
a763ead3ec feat: enhance drag-and-drop functionality in CustomSettings component 7.5.0 2026-01-24 22:41:00 +00:00
alexsparkes
9688f0ba96 feat: improve image file handling and compression in CustomSettings component 2026-01-24 22:37:34 +00:00
alexsparkes
cb30790fae refactor: remove unused resetCustom function and improve localStorage error handling 2026-01-24 22:36:17 +00:00
alexsparkes
5be6955b13 feat: add translation percentage tracking and update related components 2026-01-24 22:36:17 +00:00
David Ralph
17560819a1 chore: change to 7.5.0 and update deps 2026-01-24 22:24:12 +00:00
alexsparkes
65d26da867 feat: enhance time formatting and localization support in Clock and Weather components 2026-01-24 22:05:31 +00:00
David Ralph
4e08570599 Merge branch 'main' of https://github.com/mue/mue 2026-01-24 21:57:57 +00:00
David Ralph
57a6060f93 style: make colours more like site 2026-01-24 21:57:49 +00:00
alexsparkes
012d7bf5a8 feat(Language): add locale formatting option and update translations 2026-01-24 21:54:14 +00:00
David Ralph
6f1b81d503 fix(background): custom colour default 2026-01-24 21:38:00 +00:00
alexsparkes
07a6e2bbf4 feat(Language): remove unused quote language functionality and clean up code 2026-01-24 21:32:11 +00:00
alexsparkes
503eef29c8 feat(Greeting): update events title and localization for improved clarity 2026-01-24 21:28:16 +00:00
alexsparkes
745e4e7106 feat(Language): add search functionality and system language detection to language options 2026-01-24 21:24:20 +00:00
alexsparkes
9824b8e99a feat(Tabs): add scroll to top functionality when changing tabs or resetting 2026-01-24 20:33:39 +00:00
alexsparkes
6cf6ad1fe3 feat(ChooseLanguage): update language options to use translated names for improved user experience 2026-01-24 20:24:54 +00:00
alexsparkes
c0efd7f01d feat(Quote): enhance user select properties for improved text interaction 2026-01-24 20:21:23 +00:00
alexsparkes
98b8f6e00e feat(Quote): adjust font size scaling and update quote container width for improved readability 2026-01-24 20:18:21 +00:00
alexsparkes
276bb78c1e feat(Discover): implement deep link navigation and update iframe source accordingly 2026-01-24 20:08:39 +00:00
alexsparkes
000fc49b01 feat(vite.config): rename buildEnd to closeBundle for clarity in build process 2026-01-24 20:00:56 +00:00
alexsparkes
724cdb48a0 feat(MainModal): clear iframe breadcrumbs on back navigation
feat(Discover): scroll modal content to top and clear breadcrumbs on item navigation
2026-01-24 19:10:30 +00:00
alexsparkes
ba512a25d1 feat(uninstall): optimize quote and photo removal logic in uninstall function 2026-01-24 19:03:42 +00:00
alexsparkes
76c9aa4df9 feat(background): implement IndexedDB for custom background storage and enhance background management features 2026-01-24 18:55:27 +00:00
alexsparkes
d84b09801c feat(Quote): refactor quote component to enhance state management and event handling 2026-01-24 18:31:50 +00:00
alexsparkes
6ca19fc48d feat(translation): integrate useT hook for improved translation handling across components 2026-01-24 18:07:25 +00:00
alexsparkes
30aa53fdd7 feat(EffectsSettings): update default brightness value to 100
feat(GreetingOptions): refine event title message key for clarity
refactor(WelcomeModal): simplify useEffect by removing event bus listener
2026-01-24 17:53:44 +00:00
alexsparkes
37578d7638 feat(stats): update achievements based on empty stats during reset 2026-01-24 17:45:55 +00:00
alexsparkes
3e5dddf617 feat(language): enhance language options with native and translated names 2026-01-24 17:25:53 +00:00
alexsparkes
c88b3cc03c feat(translation): refactor translation system to use useT hook for reactive updates 2026-01-24 17:18:29 +00:00
alexsparkes
b8647538fd feat(translation): implement reactive translation system with context and hooks 2026-01-24 17:02:41 +00:00
alexsparkes
d0dbd7e75c feat(MainModal): initialize currentSubSection with deepLinkData if available
fix(ModalTopBar): enhance accessibility for breadcrumb navigation
refactor(Header): remove back navigation title for cleaner header display
2026-01-24 16:30:20 +00:00
alexsparkes
819057ed8b feat(settings): add sub-section handling for settings navigation and deep linking 2026-01-24 16:24:26 +00:00
alexsparkes
8cbb5a5c92 feat(theme): implement helper function to resolve auto theme settings 2026-01-24 15:53:38 +00:00
David Ralph
ae42aa1241 feat: deep links for rest of settings 2026-01-24 15:52:16 +00:00
alexsparkes
19c2c29df0 fix(navbar): emit refresh event on app link add, edit, and delete actions 2026-01-24 15:50:47 +00:00
David Ralph
944e899870 Merge branch 'main' of https://github.com/mue/mue 2026-01-24 15:44:06 +00:00
David Ralph
c49bc39770 fix: stat timestamps, resetting achievements 2026-01-24 15:43:58 +00:00
alexsparkes
80ee7885e1 fix(background): enhance background settings handling and improve colour picker styles 2026-01-24 15:43:44 +00:00
David Ralph
8beda77a76 fix: stats localisation, marketplace title 2026-01-24 15:33:19 +00:00
alexsparkes
f58ad986da fix(modal): update styles for modal and buttons, improve theme handling 2026-01-24 15:23:34 +00:00
David Ralph
66fe285fb1 fix: addon update check 2026-01-24 15:15:09 +00:00
alexsparkes
64f69bbbbd fix(search): replace createRef with useRef for microphone icon 2026-01-24 14:39:35 +00:00
alexsparkes
17bbdeb7b9 fix(navbar): improve handling of display on hover and widgets hot reloading 2026-01-24 14:33:13 +00:00
alexsparkes
b2087f4733 fix(events): incorrect hover cursor 2026-01-24 14:22:18 +00:00
David Ralph
8a83671c88 fix: marketplace preview check 2026-01-24 14:02:05 +00:00
David Ralph
d0e91f7099 fix: stats, marketplace, deep links on preview 2026-01-24 13:43:40 +00:00
David Ralph
e218ad512e fix: welcome choose language styling and link 2026-01-24 13:10:39 +00:00