Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agalwood/Motrix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.15
Choose a base ref
...
head repository: agalwood/Motrix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.16
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 29, 2023

  1. Copy the full SHA
    0afc010 View commit details

Commits on May 2, 2023

  1. Copy the full SHA
    bbc68b6 View commit details
  2. chore: update deps

    agalwood committed May 2, 2023
    Copy the full SHA
    3b04921 View commit details
  3. Copy the full SHA
    830bc93 View commit details
Showing with 7 additions and 19 deletions.
  1. +1 −3 .github/workflows/release.yml
  2. +6 −6 package.json
  3. +0 −5 src/renderer/components/Preference/Advanced.vue
  4. +0 −5 src/renderer/components/Preference/Basic.vue
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -54,9 +54,7 @@ jobs:
env:
# Snapcraft
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
# macOS notarization API key
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
# macOS notarization
TEAM_ID: ${{ secrets.team_id }}
APPLE_ID: ${{ secrets.apple_id }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_app_specific_password }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Motrix",
"version": "1.8.15",
"version": "1.8.16",
"description": "A full-featured download manager",
"homepage": "https://motrix.app",
"author": {
@@ -39,12 +39,12 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@babel/runtime": "^7.21.5",
"@bany/curl-to-json": "^1.2.7",
"@electron/notarize": "^1.2.3",
"@electron/osx-sign": "^1.0.4",
@@ -68,12 +68,12 @@
"css-minimizer-webpack-plugin": "^5.0.0",
"del": "^6.1.1",
"electron": "^22.3.7",
"electron-builder": "^24.2.0",
"electron-builder": "^24.3.0",
"electron-devtools-installer": "^3.2.0",
"electron-is": "^3.0.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"electron-updater": "^6.1.0",
"element-ui": "^2.15.13",
"eslint": "^7.32.0",
"eslint-friendly-formatter": "^4.0.1",
5 changes: 0 additions & 5 deletions src/renderer/components/Preference/Advanced.vue
Original file line number Diff line number Diff line change
@@ -741,11 +741,6 @@
'application:auto-hide-window', autoHideWindow)
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command',
'application:relaunch')
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command', 'application:relaunch')
}
5 changes: 0 additions & 5 deletions src/renderer/components/Preference/Basic.vue
Original file line number Diff line number Diff line change
@@ -614,11 +614,6 @@
'application:auto-hide-window', autoHideWindow)
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command',
'application:relaunch')
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command', 'application:relaunch')
}