Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
setvisible committed Nov 10, 2024
2 parents b4e255c + 44496b4 commit bf200f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ It aims to work with latest versions of Mozilla Firefox (powered by *WebExtensio

</details>

More screenshots on the [Gallery](https://www.arrow-dl.com/ArrowDL/category/screenshots.html "Go to Screenshots page") page.
More screenshots on the [Gallery](https://www.arrow-dl.com/screenshots/ "Go to Screenshots page") page.


## Installation

Go to [Download](https://www.arrow-dl.com/ArrowDL/category/download.html) page to install the application for your operating system.
Go to [Download](https://www.arrow-dl.com/download/) page to install the application for your operating system.

Rem: *Native-Client* is an alternative to *ArrowDL*. Click [here](NativeClient.md "NativeClient.md") for more information.

Expand All @@ -75,7 +75,7 @@ choco install arrowdl

## Usage

Go to [Tutorial](https://www.arrow-dl.com/ArrowDL/category/tutorial.html) page.
Go to [Tutorial](https://www.arrow-dl.com/tutorial/) page.

## Under the hood

Expand Down
2 changes: 1 addition & 1 deletion installer/windows/NSIS/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
!define PRODUCT_VERSION ${VERSION}
!define PRODUCT_GROUP "Sebastien Vavassori"
!define PRODUCT_PUBLISHER "Sebastien Vavassori"
!define PRODUCT_WEB_SITE "https://www.arrow-dl.com/ArrowDL"
!define PRODUCT_WEB_SITE "https://www.arrow-dl.com/"

; Adds info to the installer
VIProductVersion "${PRODUCT_VERSION}.000"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const QString STR_APPLICATION_VERSION{APP_VERSION};
const QString STR_APPLICATION_DATE{"2020"};
const QString STR_APPLICATION_AUTHOR{"Sébastien Vavassori"};
const QString STR_APPLICATION_WEBSITE{"https://github.com/setvisible/ArrowDL"};
const QString STR_TUTORIAL_WEBSITE{"https://www.arrow-dl.com/ArrowDL/category/tutorial.html"};
const QString STR_TUTORIAL_WEBSITE{"https://www.arrow-dl.com/tutorial/"};

const QString STR_GITHUB_OWNER{"setvisible"};
const QString STR_GITHUB_REPO{"ArrowDL"};
Expand Down
21 changes: 2 additions & 19 deletions test/manual-test/webengine/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
2 changes: 1 addition & 1 deletion web-extension/extension/src/base/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 id="install" class="install-instructions-h1" style="padding-top: 10px !impor
<span id="install-message">Go to link below to install the application for your operating system.</span>
</p>
<p>
<span><a id="install-message-link" href="https://www.arrow-dl.com/ArrowDL/category/download.html">Visit ArrowDL website</a></span>
<span><a id="install-message-link" target="_blank" href="https://www.arrow-dl.com/download/">Visit ArrowDL website</a></span>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web-extension/extension/src/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0"
"strict_min_version": "58.0"
}
},
"default_locale": "en",
Expand Down

0 comments on commit bf200f9

Please sign in to comment.