mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
chore: release 5.2
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,7 +7,6 @@ build/
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.eslintcache
|
.eslintcache
|
||||||
Firefox.zip
|
|
||||||
Chrome.zip
|
|
||||||
stats.json
|
stats.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
*.zip
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
"version": "5.1.1",
|
"version": "5.2.0",
|
||||||
"homepage_url": "https://muetab.com",
|
"homepage_url": "https://muetab.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/128x128.png"
|
"default_icon": "icons/128x128.png"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Mue",
|
"name": "Mue",
|
||||||
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
||||||
"version": "5.1.1",
|
"version": "5.2.0",
|
||||||
"homepage_url": "https://muetab.com",
|
"homepage_url": "https://muetab.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/128x128.png"
|
"default_icon": "icons/128x128.png"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"homepage": "https://muetab.com",
|
"homepage": "https://muetab.com",
|
||||||
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"version": "5.1.1",
|
"version": "5.2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.4.0",
|
"@emotion/react": "^11.4.0",
|
||||||
"@emotion/styled": "^11.3.0",
|
"@emotion/styled": "^11.3.0",
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"start": "webpack serve",
|
"start": "webpack serve",
|
||||||
"build": "webpack --mode=production",
|
"build": "webpack --mode=production",
|
||||||
"chrome": "cp manifest/chrome.json build/manifest.json && cp -r manifest/_locales build/_locales",
|
"chrome": "cp manifest/chrome.json build/manifest.json && cp -r manifest/_locales build/_locales",
|
||||||
"firefox": "cp manifest/firefox.json build/manifest.json"
|
"firefox": "rm -rf build/_locales && cp manifest/firefox.json build/manifest.json"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export const DDG_IMAGE_PROXY = 'https://external-content.duckduckgo.com/iu/?u=';
|
|||||||
// Mue URLs
|
// Mue URLs
|
||||||
export const WEBSITE_URL = 'https://muetab.com';
|
export const WEBSITE_URL = 'https://muetab.com';
|
||||||
export const PRIVACY_URL = 'https://muetab.com/privacy';
|
export const PRIVACY_URL = 'https://muetab.com/privacy';
|
||||||
export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-1';
|
export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-2';
|
||||||
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
|
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
|
||||||
|
|
||||||
// Mue Info
|
// Mue Info
|
||||||
@@ -34,4 +34,4 @@ export const OFFLINE_IMAGES = 20;
|
|||||||
|
|
||||||
// Version
|
// Version
|
||||||
export const BETA_VERSION = false;
|
export const BETA_VERSION = false;
|
||||||
export const VERSION = '5.1.1';
|
export const VERSION = '5.2.0';
|
||||||
|
|||||||
Reference in New Issue
Block a user