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
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
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
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
alexsparkes
c8bd531bb5
fix(tooltip): exit animation
2026-01-24 12:22:57 +00:00
alexsparkes
2ded256bda
fix(Changelog): adjust layout styles for improved responsiveness
2026-01-24 11:05:54 +00:00
alexsparkes
7835ef1dec
feat(StatsOptions): add error icon and preview mode handling in stats component
2026-01-24 11:02:15 +00:00
alexsparkes
92bddd0538
fix(weather0: issue with dependency
2026-01-24 00:40:10 +00:00
alexsparkes
e43615bcdf
feat(MainModal): implement sidebar skeleton loader and enhance loading experience
2026-01-24 00:28:31 +00:00
alexsparkes
7b48b3a4d8
fix(vite.config): enhance build process for Chrome, Firefox, and Safari extensions
2026-01-24 00:09:50 +00:00
alexsparkes
ce4ae1039f
fix(styles): adjust padding and margin for improved layout in modal tab content
2026-01-24 00:00:39 +00:00
alexsparkes
039ef863bb
fix(Tabs, styles): adjust padding and margin for improved layout in modal components
2026-01-23 23:57:14 +00:00
David Ralph
e5e9260ac3
fix: constants urls, changelog url
2026-01-23 23:52:36 +00:00
alexsparkes
7c93e95200
fix(constants, Changelog): update marketplace URL to production and adjust iframe source
2026-01-23 23:37:28 +00:00
alexsparkes
775cae375f
fix(styles): adjust padding and margin for improved layout in sidebar and settings row
2026-01-23 23:29:41 +00:00
alexsparkes
05b7d5c293
refactor(MainModal): improve layout and styling for better responsiveness
2026-01-23 23:20:31 +00:00
alexsparkes
3f638855d7
fix(build): attempted fix with version number
2026-01-23 23:00:33 +00:00
David Ralph
f2a9d0a05c
chore: add safari gitignore
2026-01-23 22:57:54 +00:00
dependabot[bot]
291f1f054c
chore(deps-dev): bump stylelint-scss from 6.14.0 to 7.0.0 ( #1128 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.14.0 to 7.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.14.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 08:44:53 +00:00
dependabot[bot]
cfa8442f28
chore(deps-dev): bump stylelint from 16.26.1 to 17.0.0 ( #1127 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.26.1 to 17.0.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.26.1...17.0.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-version: 17.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 08:44:47 +00:00
dependabot[bot]
2b59f07e4b
chore(deps-dev): bump stylelint-config-standard-scss ( #1126 )
...
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss ) from 16.0.0 to 17.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v16.0.0...v17.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
dependency-version: 17.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 08:43:11 +00:00
dependabot[bot]
62ae44acc4
chore(deps): bump @mui/material from 7.3.6 to 7.3.7 ( #1125 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 7.3.6 to 7.3.7.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v7.3.7/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-version: 7.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 08:59:39 +00:00
David Ralph
c22793b7cf
fix(translations): add missing localisations
2026-01-03 18:06:14 +00:00
David Ralph
0b6fb4f3c2
fix: about tab links and icons
2026-01-03 17:58:08 +00:00
David Ralph
7807462c7b
fix: lightbox, breadcrumbs, navbar, uninstall
2026-01-03 17:52:10 +00:00
David Ralph
7c2e17b44d
fix: wrong url
2026-01-03 17:26:20 +00:00
David Ralph
0431fc830d
feat(marketplace): use web ui
2026-01-03 17:25:34 +00:00
David Ralph
73bc89d7ae
chore: update translations url
2026-01-03 11:32:03 +00:00
David Ralph
49c4c0ecdb
chore: remove refs to kaiso and opencollective
2026-01-03 11:27:40 +00:00
David Ralph
8265bf06e7
feat: improve safari ux
2026-01-02 23:29:34 +00:00
David Ralph
9ac7327691
feat: safari support (wip)
2026-01-02 23:04:29 +00:00
David Ralph
6dd60fbd45
chore: 2026
2026-01-02 23:02:56 +00:00
Pose marto
91c49e0e81
Translated using Weblate (French)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: Pose marto <weblate.drainage895@passmail.net >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2026-01-02 12:01:56 +01:00
pooya mokhtari
dfd5c3f07e
Translated using Weblate (Persian (Old))
...
Currently translated at 3.7% (19 of 502 strings)
Co-authored-by: pooya mokhtari <pooya.mokhtari1986@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/peo/
Translation: Mue/Mue Tab 7.1
2025-12-29 10:00:27 +00:00
Hosted Weblate
6d2756a7ee
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-12-28 10:54:08 +01:00
pooya mokhtari
61bf53bdda
Added translation using Weblate (Persian (Old))
...
Co-authored-by: pooya mokhtari <pooya.mokhtari1986@gmail.com >
2025-12-28 10:54:08 +01:00
LibreTranslate
7059c10918
Translated using Weblate (French)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-26 11:02:07 +01:00
Pose marto
e78bc17187
Translated using Weblate (French)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: Pose marto <weblate.drainage895@passmail.net >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-26 11:02:07 +01:00
Weblate Translation Memory
eebedfd76e
Translated using Weblate (French)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-23 19:00:30 +01:00
Pose marto
0111d6f1e2
Translated using Weblate (French)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: Pose marto <weblate.drainage895@passmail.net >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-12-23 19:00:28 +01:00
Saúl Palacios
ddd34fd5c0
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (501 of 502 strings)
Co-authored-by: Saúl Palacios <palacios22c@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es/
Translation: Mue/Mue Tab 7.1
2025-12-13 19:00:26 +01:00
dependabot[bot]
754707c26c
chore(deps): bump @mui/material from 7.3.5 to 7.3.6 ( #1123 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 7.3.5 to 7.3.6.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v7.3.6/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-version: 7.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 08:03:07 +00:00
Munch Rémi
bcf0e655ca
Translated using Weblate (French)
...
Currently translated at 99.4% (499 of 502 strings)
Co-authored-by: Munch Rémi <munch.remi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translation: Mue/Mue Tab 7.1
2025-11-29 12:02:14 +01:00
lxy
dea01cc02e
Translated using Weblate (English (United States))
...
Currently translated at 99.4% (499 of 502 strings)
Co-authored-by: lxy <453704074@qq.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translation: Mue/Mue Tab 7.1
2025-11-27 17:00:17 +01:00
Weblate Translation Memory
72f3f432b5
Translated using Weblate (English (United States))
...
Currently translated at 99.4% (499 of 502 strings)
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translation: Mue/Mue Tab 7.1
2025-11-07 14:51:20 +00:00
dependabot[bot]
4ddab432eb
chore(deps-dev): bump vite from 6.4.1 to 7.2.1 ( #1122 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.4.1 to 7.2.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.2.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.2.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-06 08:03:10 +00:00
dependabot[bot]
87ee910f68
chore(deps): bump @mui/material from 7.3.4 to 7.3.5 ( #1121 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 7.3.4 to 7.3.5.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v7.3.5/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-version: 7.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-05 08:02:50 +00:00
alexsparkes
2c376c7506
Refactor marketplace components to use hooks and context
...
- Converted ItemPage from a class component to a functional component using hooks for state management.
- Introduced MarketplaceContext for managing marketplace-related state and actions.
- Created custom hooks: useMarketplaceData for fetching and sorting marketplace items, useMarketplaceInstall for handling installation and uninstallation of items, and useMarketplaceNavigation for managing navigation within the marketplace.
- Implemented BrowsePage and CollectionPage components to display items and collections with improved structure and functionality.
- Enhanced error handling and loading states across the marketplace features.
2025-11-03 14:26:12 +00:00
alexsparkes
59824eb6ef
Refactor ItemPage and related components for improved structure and readability
...
- Updated styles in _main.scss to enhance layout and visual consistency.
- Refactored ItemPage.jsx to utilize new tab components (OverviewTab, QuotesTab, PhotosTab, PresetsTab) for better organization of content.
- Created InfoItem and WarningBanner components for reusable UI elements.
- Implemented QuotesTab and PhotosTab components to handle quotes and photos display logic.
- Added PresetsTab component to manage settings display.
- Enhanced user experience with dynamic tab switching and improved data handling.
2025-11-02 23:29:57 +00:00
Максим Горпиніч
6785011eb5
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:05 +00:00
abdelbasset jabrane
9fdc771569
Translated using Weblate (Arabic)
...
Currently translated at 99.6% (500 of 502 strings)
Co-authored-by: abdelbasset jabrane <naminio201@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ar/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:04 +00:00
தமிழ்நேரம்
f07190c3d9
Translated using Weblate (Tamil)
...
Currently translated at 99.6% (500 of 502 strings)
Co-authored-by: தமிழ்நேரம் <tamilneram247@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ta/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:03 +00:00
Arvaidas Rekis
1ba276eefa
Translated using Weblate (Estonian)
...
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Latvian)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Lithuanian)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Azerbaijani (Southern))
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Slovenian)
Currently translated at 99.6% (500 of 502 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/az/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/azb/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/et/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lt/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lv/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/sl/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:53:02 +00:00
ssantos
cec2301617
Translated using Weblate (Portuguese)
...
Currently translated at 99.0% (497 of 502 strings)
Co-authored-by: ssantos <ssantos@web.de >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/pt/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:58 +00:00
Alejandro
36ee67f86f
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 99.6% (500 of 502 strings)
Co-authored-by: Alejandro <alejandroandrade2015@outlook.es >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es_419/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:56 +00:00
Spectro
4fa1f47565
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.8% (496 of 502 strings)
Co-authored-by: Spectro <spectro@keemail.me >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/pt_BR/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:55 +00:00
Anonymous
b3fd726a95
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Persian)
Currently translated at 99.4% (499 of 502 strings)
Translated using Weblate (Bengali)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.2% (498 of 502 strings)
Translated using Weblate (Turkish)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Russian)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.4% (499 of 502 strings)
Translated using Weblate (Dutch)
Currently translated at 99.4% (499 of 502 strings)
Translated using Weblate (Indonesian)
Currently translated at 99.0% (497 of 502 strings)
Translated using Weblate (French)
Currently translated at 99.6% (500 of 502 strings)
Translated using Weblate (Spanish)
Currently translated at 99.2% (498 of 502 strings)
Translated using Weblate (English (United States))
Currently translated at 99.2% (498 of 502 strings)
Translated using Weblate (German)
Currently translated at 99.6% (500 of 502 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/bn/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/de/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es_419/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fa/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/id/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/nl/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ru/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/tr/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/zh_Hant/
Translation: Mue/Mue Tab 7.1
2025-11-02 18:52:53 +00:00
alexsparkes
127b2492a5
feat(Items): enhance ItemCard with installed badge and gradient background; optimize performance with memoization
2025-11-01 18:26:20 +00:00
alexsparkes
9727346ff1
style(marketplace): potential marketplace page redesign
2025-11-01 00:50:33 +00:00
alexsparkes
b303d02492
feat: add onChange handlers to ChipSelect and Text components; clear imageQueue on background type and category changes
2025-10-31 16:42:15 +00:00
alexsparkes
ef22e91b07
refactor(Background): make the background filters an overlay to prevent juttery transition of styles being added AFTER completion
2025-10-31 13:56:03 +00:00
alexsparkes
94c92f7216
feat(MainModal): enhance deep linking and navigation handling for collections and products
...
fix(Tabs): improve sidebar visibility logic and margin adjustment
feat(ModalTopBar): update breadcrumb logic for collection and product views
feat(Added): add button to navigate to discover page with deep linking
fix(Browse): refine error handling and update hash for collection navigation
2025-10-31 11:15:20 +00:00
Максим Горпиніч
389590a04d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (502 of 502 strings)
Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-10-31 07:02:41 +01:00
alexsparkes
1e283160cc
style(MainModal): update modal background and sidebar styles for improved aesthetics
2025-10-31 00:32:34 +00:00
alexsparkes
bc272e14dd
style(MainModal): style change of navigation buttons
2025-10-31 00:27:38 +00:00
alexsparkes
3f9e3e5d59
feat(marketplace): add filter options and sorting functionality to Items component
2025-10-30 23:33:06 +00:00
alexsparkes
9c477e3980
feat(ModalTopBar): replace static logo path with imported icon
2025-10-30 23:11:52 +00:00
alexsparkes
aa6b1a3be3
feat(modal): new navigation with back and forth arrow
2025-10-29 23:46:15 +00:00
alexsparkes
3f1aa9f5cd
Merge branch 'main' of https://github.com/mue/mue
2025-10-29 22:57:06 +00:00
alexsparkes
e83afbda2c
Refactor MainModal and Tab components to integrate Library and Discover tabs
2025-10-29 22:56:23 +00:00
deivix13
8a8d02eed6
feat(dockerfile): add development with docker ( #1119 )
...
* feat(dockerfile): add development with docker
* fix(Doc): correct typo 'volumen' to 'volume'
2025-10-29 11:53:01 +00:00
alexsparkes
ac3924aaf7
refactor: optimize background loading and rendering logic
2025-10-29 10:06:09 +00:00
David Ralph
293cc93500
refactor: split quicklinks, move features to functional components
2025-10-28 23:04:19 +00:00
David Ralph
2eed0f7307
refactor: make quote like background
2025-10-28 22:01:06 +00:00
David Ralph
7ac848c9a0
refactor: clean greeting
2025-10-28 21:28:06 +00:00
David Ralph
9d7660d962
chore: remove migrations for background
2025-10-28 21:20:39 +00:00
David Ralph
d7496f133c
refactor: restructure background feature
2025-10-28 21:17:33 +00:00
alexsparkes
0e852e8a89
feat(SearchOptions): add Chrome policy warning for search engine selection removal
2025-10-28 19:41:30 +00:00
alexsparkes
e1ad5d490b
feat: implement deep linking support for marketplace items and tabs
2025-10-28 18:55:13 +00:00
alexsparkes
ae3c135660
refactor(MainModal): and related components for improved tab management and loading states
2025-10-28 12:39:11 +00:00
alexsparkes
16b113f7eb
fix: dependency issue
2025-10-28 09:16:24 +00:00
dependabot[bot]
1810bcf3e2
chore(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 ( #1118 )
...
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 5.2.0 to 7.0.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-version: 7.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 09:12:56 +00:00
alexsparkes
293df015d6
Make lint step non-blocking in CI
2025-10-28 09:12:09 +00:00
alexsparkes
3327cacabe
Remove eslint-config-react-app (incompatible with ESLint 9) and disable pre-commit lint checks
2025-10-28 09:10:09 +00:00
alexsparkes
467adcdd85
Refactor state updates for consistency and readability across components
...
- Simplified state updates in Background, Favourite, PhotoInformation, GreetingOptions, Added, Browse, About, Overview, Navbar, Apps, Notes, QuickLinksOptions, Quote, and QuoteOptions components by consolidating multiple lines into single line updates.
- Improved readability by reducing unnecessary line breaks and maintaining consistent formatting in JSX elements.
- Enhanced maintainability by ensuring uniformity in how state is set and how JSX is structured.
2025-10-27 23:27:37 +00:00
alexsparkes
6f05e3bf03
Fix all ESLint errors: case declarations, empty blocks, display names, keys, and more
2025-10-27 23:27:13 +00:00
alexsparkes
b5fbb9db9e
style: simplify object declarations and improve code readability in Todo component
2025-10-27 23:20:32 +00:00
alexsparkes
2954b4b2f5
feat: update project configuration and dependencies
...
- Updated jsconfig.json to use ESNext module and target, added JSX support, and improved path mappings.
- Modified package.json to set module type, updated dependencies including React and MUI, and added new dev dependencies for ESLint and Husky.
- Refactored Favourite component to improve tooltip handling with lifecycle methods.
- Replaced @muetab/react-sortable-hoc with @dnd-kit for drag-and-drop functionality in Overview, Todo, and QuickLinksOptions components.
- Enhanced QuickLinksOptions to support drag-and-drop reordering with updated state management.
- Updated Vite configuration to target ESNext for modern JavaScript features.
- Added Husky pre-commit hook for linting.
- Created .nvmrc file to specify Node.js version.
- Added ESLint configuration for improved code quality and consistency.
2025-10-27 23:20:28 +00:00
alexsparkes
04679ba1f6
Modernize to 2025 standards: React 19, Vite 6, ESLint 9, @dnd-kit migration
2025-10-27 23:19:35 +00:00
alexsparkes
7d432dc6f5
style: format SCSS code for improved readability
2025-10-27 22:59:56 +00:00
alexsparkes
83b3204afa
chore: update SASS and fix all associated depreciation errors
2025-10-27 22:59:48 +00:00
dependabot[bot]
97c876c714
chore(deps-dev): bump vite from 7.1.11 to 7.1.12 ( #1115 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.11 to 7.1.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.12
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-23 08:04:09 +00:00
dependabot[bot]
0538dd8f9c
chore(deps-dev): bump vite from 7.1.10 to 7.1.11 ( #1113 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.10 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 08:37:50 +00:00
Kağan Can Şit
0109ef5bb2
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: Kağan Can Şit <kagancansit@hotmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/tr/
Translation: Mue/Mue Tab 7.1
2025-10-20 04:51:22 +00:00
dependabot[bot]
2064eebdc6
chore(deps-dev): bump @commitlint/cli from 19.8.1 to 20.1.0 ( #1109 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 19.8.1 to 20.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.1.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-version: 20.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 08:06:24 +00:00
dependabot[bot]
99bf72ae60
chore(deps): bump @floating-ui/react-dom from 2.1.2 to 2.1.6 ( #1106 )
...
Bumps [@floating-ui/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom ) from 2.1.2 to 2.1.6.
- [Release notes](https://github.com/floating-ui/floating-ui/releases )
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react-dom/CHANGELOG.md )
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@2.1.6/packages/react-dom )
---
updated-dependencies:
- dependency-name: "@floating-ui/react-dom"
dependency-version: 2.1.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 08:05:47 +00:00
dependabot[bot]
b55dea13c1
chore(deps): bump react-clock from 5.1.0 to 6.0.0 ( #1105 )
...
Bumps [react-clock](https://github.com/wojtekmaj/react-clock/tree/HEAD/packages/react-clock ) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/wojtekmaj/react-clock/releases )
- [Commits](https://github.com/wojtekmaj/react-clock/commits/v6.0.0/packages/react-clock )
---
updated-dependencies:
- dependency-name: react-clock
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 08:05:09 +00:00
dependabot[bot]
f785e6da08
chore(deps-dev): bump stylelint-config-standard-scss ( #1104 )
...
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss ) from 14.0.0 to 16.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v14.0.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
dependency-version: 16.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 08:05:00 +00:00
dependabot[bot]
8b11f5da7f
chore(deps-dev): bump vite from 6.3.6 to 7.1.10 ( #1103 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.6 to 7.1.10.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.10/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.10
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 08:04:40 +00:00
dependabot[bot]
9295a8f163
chore(deps): bump @sentry/react from 8.47.0 to 10.19.0 ( #1101 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.47.0 to 10.19.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.47.0...10.19.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-version: 10.19.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 09:04:10 +00:00
dependabot[bot]
95f06cf101
chore(deps): bump @mui/material from 7.0.2 to 7.3.4 ( #1098 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 7.0.2 to 7.3.4.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v7.3.4/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-version: 7.3.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 09:01:48 +00:00
dependabot[bot]
bf9a80db83
chore(deps): bump embla-carousel-autoplay from 8.5.1 to 8.6.0 ( #1085 )
...
Bumps [embla-carousel-autoplay](https://github.com/davidjerleke/embla-carousel ) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.5.1...v8.6.0 )
---
updated-dependencies:
- dependency-name: embla-carousel-autoplay
dependency-version: 8.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 09:01:40 +00:00
dependabot[bot]
058c3ddcb3
chore(deps-dev): bump @commitlint/config-conventional ( #1093 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 19.6.0 to 20.0.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.0.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-version: 20.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 09:01:34 +00:00
dependabot[bot]
0139f8d902
chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.2 to 4.1.0 ( #1084 )
...
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc ) from 3.7.2 to 4.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.0/packages/plugin-react-swc )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
dependency-version: 4.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 09:01:29 +00:00
dependabot[bot]
f5fbabc0ca
chore(deps-dev): bump vite from 6.0.6 to 6.3.6 ( #1080 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.6 to 6.3.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 09:01:08 +00:00
Fawaz Khan
51d2791c65
feat(quicklinks): add drag-and-drop reordering for Quick Links ( #1102 )
...
* feat(quicklinks): enable drag-and-drop reordering for Quick Links
* fix(quicklinks): some bug fixes
2025-10-14 09:58:49 +01:00
David Ralph
b84e4400ae
chore: update readme text
...
Signed-off-by: David Ralph <ohlookitsderpy@protonmail.com >
2025-09-30 22:56:25 +01:00
dependabot[bot]
dda4e60e58
chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.2 ( #1068 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.1.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.1.2 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:22:04 +01:00
dependabot[bot]
a2fab4443d
chore(deps): bump @mui/material from 6.3.0 to 7.0.2 ( #1067 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.3.0 to 7.0.2.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v7.0.2/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-version: 7.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:21:52 +01:00
dependabot[bot]
2420f56c7c
chore(deps): bump embla-carousel-react from 8.5.1 to 8.6.0 ( #1064 )
...
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel ) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.5.1...v8.6.0 )
---
updated-dependencies:
- dependency-name: embla-carousel-react
dependency-version: 8.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:21:46 +01:00
dependabot[bot]
0ff25607cb
chore(deps-dev): bump sass from 1.83.0 to 1.86.3 ( #1061 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.83.0 to 1.86.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.83.0...1.86.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.86.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:21:37 +01:00
dependabot[bot]
c2e9d0e581
chore(deps): bump react-toastify from 10.0.6 to 11.0.5 ( #1025 )
...
Bumps [react-toastify](https://github.com/fkhadra/react-toastify ) from 10.0.6 to 11.0.5.
- [Release notes](https://github.com/fkhadra/react-toastify/releases )
- [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.6...v11.0.5 )
---
updated-dependencies:
- dependency-name: react-toastify
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:21:28 +01:00
dependabot[bot]
b0048bf0ba
chore(deps-dev): bump stylelint-scss from 6.10.0 to 6.11.1 ( #1024 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.10.0 to 6.11.1.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.10.0...v6.11.1 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:21:22 +01:00
dependabot[bot]
4224678559
chore(deps): bump react-best-gradient-color-picker from 3.0.11 to 3.0.14 ( #983 )
...
Bumps [react-best-gradient-color-picker](https://github.com/hxf31891/react-gradient-color-picker ) from 3.0.11 to 3.0.14.
- [Release notes](https://github.com/hxf31891/react-gradient-color-picker/releases )
- [Commits](https://github.com/hxf31891/react-gradient-color-picker/compare/v3.0.11...v3.0.14 )
---
updated-dependencies:
- dependency-name: react-best-gradient-color-picker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:21:14 +01:00
Walter Pagani
02c3a29390
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: Walter Pagani <paganiwalter@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es_419/
Translation: Mue/Mue Tab 7.1
2025-09-17 04:51:59 +02:00
Максим Горпиніч
229b2bda90
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-08-23 20:02:10 +02:00
Данил Поляков
97407fa96f
Translated using Weblate (Ukrainian)
...
Currently translated at 78.6% (394 of 501 strings)
Co-authored-by: Данил Поляков <yozkox@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-08-22 02:02:17 +00:00
Данил Поляков
47943cc97a
Translated using Weblate (Ukrainian)
...
Currently translated at 1.9% (10 of 501 strings)
Co-authored-by: Данил Поляков <yozkox@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/uk/
Translation: Mue/Mue Tab 7.1
2025-08-21 03:32:22 +02:00
Hosted Weblate
df817d7567
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-08-21 03:25:36 +02:00
Данил Поляков
7017dbe8ee
Added translation using Weblate (Ukrainian)
...
Co-authored-by: Данил Поляков <yozkox@gmail.com >
2025-08-21 03:25:35 +02:00
Sunset Mikoto
71b4113e0a
fix: "SiMicrosoftbing" is not exported ( #1077 )
2025-08-06 15:40:36 +01:00
Ammar Yasser
295b5b67f8
Translated using Weblate (Arabic (Egyptian))
...
Currently translated at 0.1% (1 of 501 strings)
Co-authored-by: Ammar Yasser <zasmimaz@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/arz/
Translation: Mue/Mue Tab 7.1
2025-08-01 14:02:16 +02:00
Hosted Weblate
021f15fd34
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-07-31 14:00:08 +02:00
Ammar Yasser
0d7829f628
Added translation using Weblate (Arabic (Egyptian))
...
Co-authored-by: Ammar Yasser <zasmimaz@gmail.com >
2025-07-31 14:00:08 +02:00
Hosted Weblate
db6f0e42dc
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-07-20 16:42:31 +02:00
Milán Magda
9b43b5ddc2
Added translation using Weblate (Hungarian)
...
Co-authored-by: Milán Magda <magdamilan60@gmail.com >
2025-07-20 16:42:31 +02:00
Chris Batris
01039fb990
Translated using Weblate (Greek)
...
Currently translated at 0.1% (1 of 501 strings)
Co-authored-by: Chris Batris <robo.chris11@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/el/
Translation: Mue/Mue Tab 7.1
2025-07-17 07:33:21 +02:00
Maydo Al-Dosery
f5ce18b0cc
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: Maydo Al-Dosery <maydo@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/en_US/
Translation: Mue/Mue Tab 7.1
2025-07-16 20:01:59 +00:00
Hosted Weblate
ab7f6cafbd
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-06-28 23:54:50 +02:00
Theo Str
5657a2e64d
Added translation using Weblate (Greek)
...
Co-authored-by: Theo Str <striggas85@gmail.com >
2025-06-28 23:54:49 +02:00
தமிழ்நேரம்
06350a58ce
Translated using Weblate (Tamil)
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ta/
Translation: Mue/Mue Tab 7.1
2025-06-22 21:03:15 +00:00
Kağan Can Şit
b288db9c04
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: Kağan Can Şit <kagancansit@hotmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/tr/
Translation: Mue/Mue Tab 7.1
2025-06-15 22:04:30 +02:00
WEBBAB
2295de4f94
Translated using Weblate (Swedish)
...
Currently translated at 1.3% (7 of 501 strings)
Co-authored-by: WEBBAB <johan@webbab.se >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/sv/
Translation: Mue/Mue Tab 7.1
2025-06-01 10:22:04 +02:00
Hosted Weblate
1aee984c75
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-06-01 10:13:56 +02:00
WEBBAB
4639c7b8af
Added translation using Weblate (Swedish)
...
Co-authored-by: WEBBAB <johan@webbab.se >
2025-06-01 10:13:56 +02:00
abdelbasset jabrane
4184d7fd32
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: abdelbasset jabrane <ribago9317@cubene.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ar/
Translation: Mue/Mue Tab 7.1
2025-05-10 20:01:45 +02:00
Tachibana Saza
32a7fda42a
Translated using Weblate (Japanese)
...
Currently translated at 1.3% (7 of 501 strings)
Co-authored-by: Tachibana Saza <tachibanasaza@proton.me >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ja/
Translation: Mue/Mue Tab 7.1
2025-04-04 04:16:09 +02:00
LibreTranslate
eb195187db
Translated using Weblate (Japanese)
...
Currently translated at 1.3% (7 of 501 strings)
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ja/
Translation: Mue/Mue Tab 7.1
2025-04-04 04:16:09 +02:00
Anonymous
addb659cf3
Translated using Weblate (Portuguese)
...
Currently translated at 99.4% (498 of 501 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.6% (499 of 501 strings)
Translated using Weblate (Indonesian)
Currently translated at 99.4% (498 of 501 strings)
Translated using Weblate (Spanish)
Currently translated at 99.6% (499 of 501 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/id/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/pt/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/zh_Hans/
Translation: Mue/Mue Tab 7.1
2025-03-14 07:02:29 +01:00
Hosted Weblate
c199e12be0
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-03-14 00:44:25 +01:00
ابو اسامه (فيصل)
0e5cad4d1b
Added translation using Weblate (Arabic)
...
Co-authored-by: ابو اسامه (فيصل) <onepiece3277@gmail.com >
2025-03-14 00:44:24 +01:00
Nguyen Duy Thanh
9a1b9830a7
Translated using Weblate (Vietnamese)
...
Currently translated at 0.1% (1 of 501 strings)
Co-authored-by: Nguyen Duy Thanh <ndt1710bt@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/vi/
Translation: Mue/Mue Tab 7.1
2025-01-26 19:01:53 +01:00
தமிழ்நேரம்
67a6eb2332
Translated using Weblate (Tamil)
...
Currently translated at 99.8% (500 of 501 strings)
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ta/
Translation: Mue/Mue Tab 7.1
2025-01-20 09:00:48 +01:00
Hosted Weblate
5712c869c3
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-01-19 06:48:06 +01:00
தமிழ்நேரம்
a70ca6f48e
Added translation using Weblate (Tamil)
...
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com >
2025-01-19 06:48:05 +01:00
David Ralph
2f8b15205e
Update dependabot.yml
...
Signed-off-by: David Ralph <ohlookitsderpy@protonmail.com >
2025-01-18 23:05:18 +00:00
xiezheyuan
6a9d2fb9c6
Improve some Chinese translations ( #988 )
2025-01-07 10:14:34 +00:00
Hosted Weblate
ea8c5a4982
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2025-01-05 08:01:58 +01:00
A
56a85c761d
Added translation using Weblate (Japanese)
...
Co-authored-by: A <117unko@gmail.com >
2025-01-05 08:01:58 +01:00
dependabot[bot]
44d630220a
chore(deps-dev): bump stylelint from 16.11.0 to 16.12.0 ( #979 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.11.0...16.12.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-26 23:07:10 +00:00
dependabot[bot]
d36c989af9
chore(deps): bump react-modal from 3.16.1 to 3.16.3 ( #978 )
...
Bumps [react-modal](https://github.com/reactjs/react-modal ) from 3.16.1 to 3.16.3.
- [Release notes](https://github.com/reactjs/react-modal/releases )
- [Changelog](https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactjs/react-modal/compare/v3.16.1...v3.16.3 )
---
updated-dependencies:
- dependency-name: react-modal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-26 23:07:05 +00:00
dependabot[bot]
cd21579ef5
chore(deps-dev): bump vite from 6.0.5 to 6.0.6 ( #981 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-26 23:06:58 +00:00
dependabot[bot]
b4e79a4ac4
chore(deps): bump @emotion/react from 11.13.5 to 11.14.0 ( #963 )
...
Bumps [@emotion/react](https://github.com/emotion-js/emotion ) from 11.13.5 to 11.14.0.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.13.5...@emotion/react@11.14.0 )
---
updated-dependencies:
- dependency-name: "@emotion/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:24:08 +00:00
dependabot[bot]
51cedb04b3
chore(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1 ( #969 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 19.6.0 to 19.6.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.1/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:23:13 +00:00
dependabot[bot]
97bba2f113
chore(deps): bump @emotion/styled from 11.13.5 to 11.14.0 ( #962 )
...
Bumps [@emotion/styled](https://github.com/emotion-js/emotion ) from 11.13.5 to 11.14.0.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.13.5...@emotion/styled@11.14.0 )
---
updated-dependencies:
- dependency-name: "@emotion/styled"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:22:58 +00:00
dependabot[bot]
32dadd7ef4
chore(deps): bump react-icons from 5.3.0 to 5.4.0 ( #958 )
...
Bumps [react-icons](https://github.com/react-icons/react-icons ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/react-icons/react-icons/releases )
- [Commits](https://github.com/react-icons/react-icons/compare/v5.3.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: react-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:22:34 +00:00
dependabot[bot]
1841cf64fa
chore(deps-dev): bump sass from 1.81.1 to 1.83.0 ( #966 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.81.1 to 1.83.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.81.1...1.83.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:21:30 +00:00
dependabot[bot]
59b2b7f078
chore(deps): bump @mui/material from 6.1.9 to 6.3.0 ( #977 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.9 to 6.3.0.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.3.0/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:21:22 +00:00
dependabot[bot]
4ff9798748
chore(deps-dev): bump prettier from 3.4.1 to 3.4.2 ( #959 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:20:00 +00:00
dependabot[bot]
d06444ae01
chore(deps): bump nanoid from 3.3.7 to 3.3.8 ( #968 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:19:49 +00:00
dependabot[bot]
4706a8debd
chore(deps): bump @sentry/react from 8.42.0 to 8.47.0 ( #974 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.42.0 to 8.47.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.47.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.42.0...8.47.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:19:37 +00:00
dependabot[bot]
90b4babe7f
chore(deps-dev): bump vite from 6.0.2 to 6.0.5 ( #976 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.2 to 6.0.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 19:19:31 +00:00
LibreTranslate
423528f0a6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/ru/
Translation: Mue/Mue Tab 7.1
2024-12-04 18:00:36 +01:00
dependabot[bot]
9752ae0ea7
chore(deps-dev): bump sass from 1.81.0 to 1.81.1 ( #956 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.81.0 to 1.81.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.81.0...1.81.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 08:53:21 +00:00
dependabot[bot]
f3c54201f9
chore(deps): bump @sentry/react from 8.41.0 to 8.42.0 ( #955 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.41.0...8.42.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 08:52:58 +00:00
dependabot[bot]
8dc3a2c67a
chore(deps-dev): bump vite from 6.0.1 to 6.0.2 ( #954 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 08:13:23 +00:00
dependabot[bot]
440c79b818
chore(deps-dev): bump stylelint-config-standard-scss ( #953 )
...
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss ) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v13.1.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 08:13:05 +00:00
dependabot[bot]
e1eea82d7e
chore(deps-dev): bump stylelint from 16.10.0 to 16.11.0 ( #952 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.10.0 to 16.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.10.0...16.11.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 08:42:52 +00:00
dependabot[bot]
103eb9f50d
chore(deps): bump @sentry/react from 8.40.0 to 8.41.0 ( #950 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.41.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 08:38:08 +00:00
dependabot[bot]
59503a425a
chore(deps-dev): bump vite from 5.4.11 to 6.0.1 ( #951 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.11 to 6.0.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.0.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 08:36:17 +00:00
dependabot[bot]
874b911ee5
chore(deps): bump @mui/material from 6.1.8 to 6.1.9 ( #949 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.9/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-28 08:35:40 +00:00
dependabot[bot]
fdc0cbae66
chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.1 to 3.7.2 ( #948 )
...
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc ) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.1...v3.7.2 )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 08:24:26 +00:00
dependabot[bot]
b304d60e49
chore(deps-dev): bump prettier from 3.4.0 to 3.4.1 ( #947 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.0...3.4.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 08:23:58 +00:00
dependabot[bot]
36bd7136e8
chore(deps-dev): bump prettier from 3.3.3 to 3.4.0 ( #946 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 08:47:22 +00:00
dependabot[bot]
b87de92707
chore(deps): bump @sentry/react from 8.39.0 to 8.40.0 ( #945 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.39.0 to 8.40.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.39.0...8.40.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 08:52:28 +00:00
dependabot[bot]
c478830ded
chore(deps): bump embla-carousel-autoplay from 8.4.0 to 8.5.1 ( #944 )
...
Bumps [embla-carousel-autoplay](https://github.com/davidjerleke/embla-carousel ) from 8.4.0 to 8.5.1.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.4.0...v8.5.1 )
---
updated-dependencies:
- dependency-name: embla-carousel-autoplay
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 09:00:45 +00:00
dependabot[bot]
fe67c73e78
chore(deps-dev): bump stylelint-scss from 6.9.0 to 6.10.0 ( #943 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.9.0...v6.10.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 08:33:48 +00:00
dependabot[bot]
935106e69d
chore(deps): bump embla-carousel-react from 8.4.0 to 8.5.1 ( #942 )
...
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel ) from 8.4.0 to 8.5.1.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.4.0...v8.5.1 )
---
updated-dependencies:
- dependency-name: embla-carousel-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 08:33:28 +00:00
dependabot[bot]
88daa4284d
chore(deps): bump @mui/material from 6.1.7 to 6.1.8 ( #941 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.7 to 6.1.8.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.8/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 08:33:00 +00:00
dependabot[bot]
31685a313c
chore(deps): bump @emotion/styled from 11.13.0 to 11.13.5 ( #940 )
...
Bumps [@emotion/styled](https://github.com/emotion-js/emotion ) from 11.13.0 to 11.13.5.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.13.0...@emotion/styled@11.13.5 )
---
updated-dependencies:
- dependency-name: "@emotion/styled"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 08:42:39 +00:00
dependabot[bot]
616efbff56
chore(deps-dev): bump @commitlint/config-conventional ( #939 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 19.5.0 to 19.6.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 08:41:40 +00:00
dependabot[bot]
4634fc5626
chore(deps): bump @emotion/react from 11.13.3 to 11.13.5 ( #937 )
...
Bumps [@emotion/react](https://github.com/emotion-js/emotion ) from 11.13.3 to 11.13.5.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.13.3...@emotion/react@11.13.5 )
---
updated-dependencies:
- dependency-name: "@emotion/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 08:41:00 +00:00
dependabot[bot]
7264560294
chore(deps-dev): bump @commitlint/cli from 19.5.0 to 19.6.0 ( #938 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 19.5.0 to 19.6.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 08:39:07 +00:00
dependabot[bot]
8e7c0c6d42
chore(deps): bump @sentry/react from 8.38.0 to 8.39.0 ( #936 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.38.0...8.39.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 08:38:39 +00:00
dependabot[bot]
92cfb28ba7
chore(deps-dev): bump husky from 9.1.6 to 9.1.7 ( #935 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.6 to 9.1.7.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.6...v9.1.7 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 08:27:24 +00:00
dependabot[bot]
2617172cea
chore(deps): bump embla-carousel-autoplay from 8.3.1 to 8.4.0 ( #934 )
...
Bumps [embla-carousel-autoplay](https://github.com/davidjerleke/embla-carousel ) from 8.3.1 to 8.4.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.3.1...v8.4.0 )
---
updated-dependencies:
- dependency-name: embla-carousel-autoplay
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 08:26:46 +00:00
dependabot[bot]
ef844171cf
chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 ( #933 )
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 08:42:45 +00:00
dependabot[bot]
46d5b28bcc
chore(deps): bump embla-carousel-react from 8.3.1 to 8.4.0 ( #932 )
...
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel ) from 8.3.1 to 8.4.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.3.1...v8.4.0 )
---
updated-dependencies:
- dependency-name: embla-carousel-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 08:40:37 +00:00
Lesnay Manrresa Martínez
b319bc8957
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: Lesnay Manrresa Martínez <ELPERRO@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es_419/
Translation: Mue/Mue Tab 7.1
2024-11-17 18:00:20 +00:00
dependabot[bot]
309c4b9380
chore(deps-dev): bump sass from 1.80.7 to 1.81.0 ( #931 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.7 to 1.81.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.7...1.81.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 08:34:35 +00:00
dependabot[bot]
17dfcc2706
chore(deps): bump @mui/material from 6.1.6 to 6.1.7 ( #930 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.6 to 6.1.7.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.7/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14 08:51:22 +00:00
Isaac
329da19048
docs: add web store badges
2024-11-13 23:19:03 +00:00
dependabot[bot]
fbb71e07c4
chore(deps): bump @sentry/react from 8.37.1 to 8.38.0 ( #929 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.37.1 to 8.38.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.37.1...8.38.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13 08:24:52 +00:00
dependabot[bot]
0243441f36
chore(deps-dev): bump sass from 1.80.6 to 1.80.7 ( #928 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.6 to 1.80.7.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.6...1.80.7 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13 08:24:34 +00:00
dependabot[bot]
ffa98fc7e2
chore(deps-dev): bump stylelint-scss from 6.8.1 to 6.9.0 ( #927 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.8.1 to 6.9.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.8.1...v6.9.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-12 08:59:57 +00:00
dependabot[bot]
95da2d425a
chore(deps-dev): bump vite from 5.4.10 to 5.4.11 ( #926 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-12 08:57:31 +00:00
dependabot[bot]
1f19676282
chore(deps): bump react-best-gradient-color-picker from 3.0.10 to 3.0.11 ( #925 )
...
Bumps [react-best-gradient-color-picker](https://github.com/hxf31891/react-gradient-color-picker ) from 3.0.10 to 3.0.11.
- [Release notes](https://github.com/hxf31891/react-gradient-color-picker/releases )
- [Commits](https://github.com/hxf31891/react-gradient-color-picker/compare/v3.0.10...v3.0.11 )
---
updated-dependencies:
- dependency-name: react-best-gradient-color-picker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 08:14:01 +00:00
dependabot[bot]
16847eeec4
chore(deps): bump @sentry/react from 8.36.0 to 8.37.1 ( #924 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.36.0 to 8.37.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.1 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 08:37:33 +00:00
dependabot[bot]
db43ffad8d
chore(deps-dev): bump sass from 1.80.5 to 1.80.6 ( #923 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.5 to 1.80.6.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.5...1.80.6 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:26:55 +00:00
Đức Hải Vũ
d2f440bc9d
Translated using Weblate (Vietnamese)
...
Currently translated at 0.0% (0 of 501 strings)
Co-authored-by: Đức Hải Vũ <haixom0@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/vi/
Translation: Mue/Mue Tab 7.1
2024-11-03 07:00:28 +01:00
Hosted Weblate
e2cf767add
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2024-11-02 06:48:53 +01:00
Đức Hải Vũ
23385437b5
Added translation using Weblate (Vietnamese)
...
Co-authored-by: Đức Hải Vũ <haixom0@gmail.com >
2024-11-02 06:48:53 +01:00
dependabot[bot]
d01d571415
chore(deps): bump @sentry/react from 8.35.0 to 8.36.0 ( #921 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.35.0 to 8.36.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 08:44:00 +00:00
dependabot[bot]
f24c1d8bc5
chore(deps): bump embla-carousel-autoplay from 8.3.0 to 8.3.1 ( #922 )
...
Bumps [embla-carousel-autoplay](https://github.com/davidjerleke/embla-carousel ) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.3.0...v8.3.1 )
---
updated-dependencies:
- dependency-name: embla-carousel-autoplay
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 08:42:01 +00:00
dependabot[bot]
81072e6621
chore(deps): bump @mui/material from 6.1.5 to 6.1.6 ( #920 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.6/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 08:40:40 +00:00
hugoalh
ea7192c454
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (501 of 501 strings)
Co-authored-by: hugoalh <hugoalh@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/zh_Hant/
Translation: Mue/Mue Tab 7.1
2024-10-31 06:00:17 +00:00
dependabot[bot]
c0bad6fea3
chore(deps): bump embla-carousel-react from 8.3.0 to 8.3.1 ( #918 )
...
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel ) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.3.0...v8.3.1 )
---
updated-dependencies:
- dependency-name: embla-carousel-react
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 08:58:10 +00:00
dependabot[bot]
149ad0d354
chore(deps-dev): bump sass from 1.80.4 to 1.80.5 ( #917 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.4 to 1.80.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.4...1.80.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 08:57:50 +00:00
dependabot[bot]
2c62904a05
chore(deps-dev): bump sass from 1.80.3 to 1.80.4 ( #916 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.3 to 1.80.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.3...1.80.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 08:44:17 +00:00
dependabot[bot]
48eb835ba7
chore(deps): bump react-clock from 5.0.0 to 5.1.0 ( #915 )
...
Bumps [react-clock](https://github.com/wojtekmaj/react-clock/tree/HEAD/packages/react-clock ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/wojtekmaj/react-clock/releases )
- [Commits](https://github.com/wojtekmaj/react-clock/commits/v5.1.0/packages/react-clock )
---
updated-dependencies:
- dependency-name: react-clock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 08:43:42 +00:00
dependabot[bot]
7dc35c6487
chore(deps-dev): bump vite from 5.4.9 to 5.4.10 ( #914 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.9 to 5.4.10.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 08:19:26 +00:00
dependabot[bot]
f51277fd8e
chore(deps): bump @mui/material from 6.1.4 to 6.1.5 ( #913 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.5/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 08:18:38 +00:00
dependabot[bot]
dd4f1d800d
chore(deps): bump @sentry/react from 8.34.0 to 8.35.0 ( #912 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.34.0 to 8.35.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.34.0...8.35.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 08:50:39 +00:00
dependabot[bot]
75a9b207f0
chore(deps-dev): bump sass from 1.80.2 to 1.80.3 ( #911 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.2 to 1.80.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.2...1.80.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 08:12:51 +00:00
nokya
71866713e2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.2% (497 of 501 strings)
Co-authored-by: nokya <n0ky4@proton.me >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/pt_BR/
Translation: Mue/Mue Tab 7.1
2024-10-19 12:16:08 +00:00
dependabot[bot]
71ff5852c9
chore(deps-dev): bump stylelint-scss from 6.8.0 to 6.8.1 ( #910 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.8.0 to 6.8.1.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.8.0...v6.8.1 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 08:08:48 +00:00
dependabot[bot]
4a19ffd486
chore(deps-dev): bump sass from 1.80.1 to 1.80.2 ( #909 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.1 to 1.80.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.1...1.80.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 08:08:35 +00:00
dependabot[bot]
f19e1446e0
chore(deps-dev): bump stylelint-scss from 6.7.0 to 6.8.0 ( #908 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.7.0...v6.8.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 08:39:45 +00:00
dependabot[bot]
34ed909b18
chore(deps-dev): bump sass from 1.79.5 to 1.80.1 ( #907 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.5 to 1.80.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.5...1.80.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 08:39:32 +00:00
dependabot[bot]
c62887e809
chore(deps): bump @mui/material from 6.1.3 to 6.1.4 ( #905 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.4/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 08:11:59 +00:00
dependabot[bot]
c967d15189
chore(deps-dev): bump vite from 5.4.8 to 5.4.9 ( #904 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.9.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.9/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 08:41:13 +00:00
MAYUR
2a4c193dc4
feat: fix for dates ( #903 )
2024-10-14 12:02:19 +01:00
David Ralph
198918c066
chore: styling, remove deprecated vite config, possible img on demo fix
2024-10-14 11:59:11 +01:00
Hosted Weblate
fe7b5b3586
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2024-10-14 12:50:20 +02:00
MAYUR
30130e5e99
feature : Option to show / hide author details ( #899 )
...
* feature : option to show author details
* added languages
* feat: added dates proper format
final
2024-10-14 11:50:11 +01:00
dependabot[bot]
03de2ecc3f
chore(deps): bump use-debounce from 10.0.3 to 10.0.4 ( #901 )
...
Bumps [use-debounce](https://github.com/xnimorz/use-debounce ) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/xnimorz/use-debounce/releases )
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xnimorz/use-debounce/commits/10.0.4 )
---
updated-dependencies:
- dependency-name: use-debounce
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 08:41:12 +00:00
dependabot[bot]
b0e89ed1e6
chore(deps-dev): bump stylelint from 16.9.0 to 16.10.0 ( #902 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.9.0 to 16.10.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.9.0...16.10.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 08:39:11 +00:00
dependabot[bot]
e2973f6137
chore(deps): bump react-toastify from 10.0.5 to 10.0.6 ( #900 )
...
Bumps [react-toastify](https://github.com/fkhadra/react-toastify ) from 10.0.5 to 10.0.6.
- [Release notes](https://github.com/fkhadra/react-toastify/releases )
- [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.5...v10.0.6 )
---
updated-dependencies:
- dependency-name: react-toastify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 08:38:46 +00:00
dependabot[bot]
0bf5f22848
chore(deps): bump @sentry/react from 8.33.1 to 8.34.0 ( #887 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.33.1 to 8.34.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.33.1...8.34.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-13 18:40:52 +01:00
dependabot[bot]
3f3042f354
chore(deps-dev): bump sass from 1.79.4 to 1.79.5 ( #888 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.4 to 1.79.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.4...1.79.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-11 08:47:11 +00:00
dependabot[bot]
caecee4a77
chore(deps): bump @mui/material from 6.1.2 to 6.1.3 ( #886 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.3/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 08:22:36 +00:00
Arvaidas Rekis
2caa88de07
Translated using Weblate (Azerbaijani (Southern))
...
Currently translated at 100.0% (500 of 500 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (500 of 500 strings)
Translated using Weblate (Slovenian)
Currently translated at 100.0% (500 of 500 strings)
Translated using Weblate (French)
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/az/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/azb/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/fr/
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/sl/
Translation: Mue/Mue Tab 7.1
2024-10-06 04:16:40 +02:00
Arvaidas Rekis
75964bcbfe
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/et/
Translation: Mue/Mue Tab 7.1
2024-10-05 02:16:31 +02:00
dependabot[bot]
1535d4dad3
chore(deps): bump rollup from 4.21.2 to 4.24.0 ( #885 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.21.2 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.21.2...v4.24.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 08:25:07 +00:00
dependabot[bot]
0924a8bbba
chore(deps): bump @sentry/react from 8.33.0 to 8.33.1 ( #884 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.33.0 to 8.33.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.33.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.33.0...8.33.1 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 08:22:54 +00:00
Arvaidas Rekis
353fdd591d
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lv/
Translation: Mue/Mue Tab 7.1
2024-10-04 01:46:51 +02:00
Hosted Weblate
ca306e8bcf
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2024-10-04 01:11:24 +02:00
Arvaidas Rekis
f3f3ac67aa
Added translation using Weblate (Estonian)
...
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
2024-10-04 01:11:23 +02:00
Hosted Weblate
731a6b7297
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2024-10-04 01:10:55 +02:00
Arvaidas Rekis
0dff7e7812
Added translation using Weblate (Latvian)
...
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lt/
Translation: Mue/Mue Tab 7.1
2024-10-04 01:10:55 +02:00
Isaac
5e8d4a34df
feat(i18n): add Lithuanian
2024-10-03 23:48:07 +01:00
Arvaidas Rekis
82efe4865d
Translated using Weblate (Lithuanian)
...
Currently translated at 21.2% (106 of 500 strings)
Translated using Weblate (Lithuanian)
Currently translated at 21.2% (106 of 500 strings)
Translated using Weblate (Lithuanian)
Currently translated at 21.2% (106 of 500 strings)
Translated using Weblate (Lithuanian)
Currently translated at 21.2% (106 of 500 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lt/
Translation: Mue/Mue Tab 7.1
2024-10-03 21:15:11 +02:00
Weblate Translation Memory
eb97901fc8
Translated using Weblate (Lithuanian)
...
Currently translated at 21.2% (106 of 500 strings)
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lt/
Translation: Mue/Mue Tab 7.1
2024-10-03 21:15:10 +02:00
Arvaidas Rekis
c889e27f23
Translated using Weblate (Lithuanian)
...
Currently translated at 21.2% (106 of 500 strings)
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/lt/
Translation: Mue/Mue Tab 7.1
2024-10-03 21:15:10 +02:00
dependabot[bot]
19ed4451d8
chore(deps): bump @sentry/react from 8.32.0 to 8.33.0 ( #883 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.32.0 to 8.33.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.32.0...8.33.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 08:08:11 +00:00
dependabot[bot]
c43ce627bd
chore(deps): bump @mui/material from 6.1.1 to 6.1.2 ( #882 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.2/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 08:05:54 +00:00
Hosted Weblate
440468a1b6
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/
Translation: Mue/Mue Tab 7.1
2024-10-03 02:44:21 +02:00
Arvaidas Rekis
274e92a01b
Added translation using Weblate (Lithuanian)
...
Co-authored-by: Arvaidas Rekis <arvrekis@gmail.com >
2024-10-03 02:44:21 +02:00
dependabot[bot]
22d5212fc3
chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.0 to 3.7.1 ( #879 )
...
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 08:40:44 +00:00
dependabot[bot]
cbb9ad4be6
chore(deps-dev): bump sass from 1.79.3 to 1.79.4 ( #878 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.3 to 1.79.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.3...1.79.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 08:38:12 +00:00
dependabot[bot]
1c33d5ca67
chore(deps): bump @sentry/react from 8.31.0 to 8.32.0 ( #877 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.32.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.31.0...8.32.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 08:52:37 +00:00
dependabot[bot]
fe45dcf309
chore(deps-dev): bump vite from 5.4.7 to 5.4.8 ( #876 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.7 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 08:50:11 +00:00
dependabot[bot]
8817ea630e
chore(deps-dev): bump vite from 5.4.6 to 5.4.7 ( #873 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.6 to 5.4.7.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 08:16:26 +00:00
dependabot[bot]
b779902595
chore(deps): bump @sentry/react from 8.30.0 to 8.31.0 ( #872 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.31.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.30.0...8.31.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 08:14:08 +00:00
dependabot[bot]
a977297183
chore(deps-dev): bump sass from 1.79.2 to 1.79.3 ( #871 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.2 to 1.79.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.2...1.79.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 08:13:56 +00:00
Isaac
d675e8ee53
fix: remove extra utm_source query
...
Signed-off-by: Isaac <git@eartharoid.me >
2024-09-21 22:01:02 +01:00
dependabot[bot]
9224ceda23
chore(deps-dev): bump sass from 1.79.1 to 1.79.2 ( #870 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.1 to 1.79.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.1...1.79.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 08:18:25 +00:00
dependabot[bot]
0cb78faf3d
chore(deps-dev): bump stylelint-scss from 6.6.0 to 6.7.0 ( #868 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.6.0...v6.7.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 08:05:42 +00:00
dependabot[bot]
6923e849ef
chore(deps): bump @mui/material from 6.1.0 to 6.1.1 ( #867 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 08:05:21 +00:00
dependabot[bot]
a9fd9add32
chore(deps-dev): bump sass from 1.78.0 to 1.79.1 ( #866 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.78.0 to 1.79.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.78.0...1.79.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 08:50:35 +00:00
dependabot[bot]
4b5869c2ed
chore(deps-dev): bump vite from 5.4.5 to 5.4.6 ( #865 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.5 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 08:50:25 +00:00
dependabot[bot]
bba9542c75
chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 ( #864 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 08:50:16 +00:00
dependabot[bot]
86e084eab9
chore(deps): bump @floating-ui/react-dom from 2.1.1 to 2.1.2 ( #863 )
...
Bumps [@floating-ui/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/floating-ui/floating-ui/releases )
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react-dom/CHANGELOG.md )
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@2.1.2/packages/react-dom )
---
updated-dependencies:
- dependency-name: "@floating-ui/react-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 08:12:56 +00:00
dependabot[bot]
9d4f0a2125
chore(deps-dev): bump vite from 5.4.4 to 5.4.5 ( #862 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 08:12:45 +00:00
dependabot[bot]
67cb77ef8a
chore(deps): bump embla-carousel-autoplay from 8.2.1 to 8.3.0 ( #861 )
...
Bumps [embla-carousel-autoplay](https://github.com/davidjerleke/embla-carousel ) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.2.1...v8.3.0 )
---
updated-dependencies:
- dependency-name: embla-carousel-autoplay
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 08:12:34 +00:00
Alex Sparkes
530aafba20
Update README.md
...
Signed-off-by: Alex Sparkes <alexsparkes@gmail.com >
2024-09-15 20:46:58 +01:00
David Ralph
20319d0b8e
chore: new readme v1
2024-09-15 20:13:38 +01:00
dependabot[bot]
28e7d0c0fd
chore(deps-dev): bump stylelint-scss from 6.5.1 to 6.6.0 ( #860 )
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.1...v6.6.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 08:38:05 +00:00
dependabot[bot]
1e36c3268a
chore(deps): bump embla-carousel-react from 8.2.1 to 8.3.0 ( #859 )
...
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel ) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases )
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.2.1...v8.3.0 )
---
updated-dependencies:
- dependency-name: embla-carousel-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 08:37:52 +00:00
Isaac
80e2c37751
fix(manifest): firefox addon id ( #851 )
2024-09-12 17:02:46 +01:00
Isaac
32a4c1e72e
fix(manifest): another attempt to fix firefox
2024-09-12 16:56:49 +01:00
dependabot[bot]
bb57c215aa
chore(deps): bump @mui/material from 6.0.2 to 6.1.0 ( #858 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v6.1.0/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-12 08:58:23 +00:00
dependabot[bot]
58ac84bdc3
chore(deps-dev): bump husky from 9.1.5 to 9.1.6 ( #857 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.6 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-12 08:58:09 +00:00
dependabot[bot]
f8f89d236c
chore(deps-dev): bump @commitlint/config-conventional ( #856 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 19.4.1 to 19.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.5.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 08:54:45 +00:00
dependabot[bot]
afbdce3d5f
chore(deps-dev): bump vite from 5.4.3 to 5.4.4 ( #855 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 08:52:57 +00:00
dependabot[bot]
a7980e6941
chore(deps): bump @sentry/react from 8.29.0 to 8.30.0 ( #854 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.29.0...8.30.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 08:52:42 +00:00
dependabot[bot]
7f3e4171a3
chore(deps-dev): bump @commitlint/cli from 19.4.1 to 19.5.0 ( #853 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 19.4.1 to 19.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.5.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 08:52:23 +00:00
dependabot[bot]
7157493327
chore(deps): bump @sentry/react from 8.28.0 to 8.29.0 ( #852 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 8.28.0 to 8.29.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.28.0...8.29.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 08:47:22 +00:00
gallegonovato
940af56a2b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/es/
Translation: Mue/Mue Tab 7.1
2024-09-07 15:09:19 +02:00
Isaac
ea20d3e518
fix(manifest): add ID to Firefox manifest
2024-09-06 19:18:10 +01:00
Isaac
837836ab79
chore(dependencies): update lockfile
2024-09-06 19:17:47 +01:00
David Ralph
bc104c49af
fix: embarrassing translation update mistake (not bumping ver for this)
2024-09-06 13:08:41 +01:00