Skip to content

Commit

Permalink
chore: release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ralph committed Aug 23, 2021
1 parent 66ac192 commit 1d99622
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion manifest/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "5.3.0",
"version": "5.3.1",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"
Expand Down
2 changes: 1 addition & 1 deletion manifest/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for modern browsers.",
"version": "5.3.0",
"version": "5.3.1",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://muetab.com",
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
"license": "BSD-3-Clause",
"version": "5.3.0",
"version": "5.3.1",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"start": "webpack serve",
"build": "webpack --mode=production",
"chrome": "cp manifest/chrome.json build/manifest.json && cp -r manifest/_locales build/_locales && cp manifest/background-chrome.js build/background-chrome.js",
"firefox": "rm -rf build/_locales && cp manifest/firefox.json build/manifest.json && cp manifest/background-firefox.js build/background-firefox.js"
"firefox": "rm -rf build/_locales && cp manifest/firefox.json build/manifest.json"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion src/modules/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export const OFFLINE_IMAGES = 20;

// Version
export const BETA_VERSION = false;
export const VERSION = '5.3.0';
export const VERSION = '5.3.1';
4 changes: 2 additions & 2 deletions src/modules/helpers/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export function loadSettings(hotreload) {
const js = localStorage.getItem('customjs');
if (js) {
try {
// eslint-disable-next-line no-new-func
Function(`'use strict'; return (${js})`)();
// eslint-disable-next-line no-eval
eval(js);
} catch (e) {
console.error('Failed to run custom JS: ', e);
}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/helpers/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Stats {
payload: {
website: this.id,
url: '/',
language: localStorage.getItem('language').replace('_', '-'),
language: window.languagecode.replace('_', '-'),
screen: `${window.screen.width}x${window.screen.height}`
}
})
Expand Down
2 changes: 1 addition & 1 deletion src/translations/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Estadísticas",
"warning": "Tienes que activar las estadísticas de uso para poder utilizar esta función. Esto también enviará estadísticas anónimas a nuestra instancia de umami.",
"warning": "Tienes que activar las estadísticas de uso para poder utilizar esta función. Esto enviará estadísticas anónimas a nuestra instancia de umami.",
"sections": {
"tabs_opened": "Pestañas abiertas",
"backgrounds_favourited": "Fondos favoritos",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"stats": {
"title": "Stats",
"warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.",
"warning": "You need to enable usage data in order to use this feature. This will post anonymous statistics to our umami instance.",
"sections": {
"tabs_opened": "Tabs opened",
"backgrounds_favourited": "Backgrounds favourited",
Expand Down

0 comments on commit 1d99622

Please sign in to comment.