-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
6,810 additions
and
7,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>ArrowDL Overview</title> | ||
</head> | ||
<body> | ||
<h1>Current Status</h1> | ||
<p>Go to the <a href="https://www.transifex.com/arrowdl/arrowdl/widgets/">Translations effort</a> page on Transifex.</p> | ||
<h2>List of supported languages and translation efforts</h2> | ||
<p> | ||
<img alt="Top translations" src="https://www.transifex.com/projects/p/arrowdl/resource/main-application/chart/image_png" /> | ||
</p> | ||
<h2>Detailed chart</h2> | ||
<p> | ||
<section> | ||
<script type="text/javascript" src="https://www.google.com/jsapi"></script> | ||
<script type="text/javascript" src="https://www.transifex.com/_/charts/js/arrowdl/arrowdl/inc_js/main-application/"></script> | ||
<div id="txchart-arrowdl-main-application">Loading chart...</div> | ||
</section> | ||
</p> | ||
</body> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>ArrowDL Overview</title> | ||
</head> | ||
<body> | ||
<h1>Current Status</h1> | ||
<p>Go to the <a href="https://www.transifex.com/arrowdl/arrowdl/widgets/">Translations effort</a> page on Transifex.</p> | ||
<h2>supported languages and translation efforts</h2> | ||
<p> | ||
<section> | ||
<script type="text/javascript" src="https://www.google.com/jsapi"></script> | ||
<script type="text/javascript" src="https://app.transifex.com/_/charts/js/arrowdl/arrowdl/inc_js/main-application/"></script> | ||
<div id="txchart-arrowdl-main-application">Loading chart...</div> | ||
</section> | ||
</p> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023.11.16 | ||
2023.12.30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
layout: post | ||
title: "New Name Announcement" | ||
date: 2023-12-03 17:18:19 +0100 | ||
tags: | ||
- arrowdl | ||
- name | ||
- project | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
## Name Change Announcement | ||
|
||
As part of the continued development of the project, we are excited to announce the project will change its name to **ArrowDL**. | ||
|
||
> **ArrowDL** stands for *Arrow Downloader*. | ||
We have changed the name to reflect our ambition for expansion. This is an exciting time for our team and our users. The name change represents an opportunity to do more for our users, offering a simple and user-friendly download tool, and of course gain a better visibility. The new name takes effect on January 1 of the coming new year. | ||
|
||
This is a step forward for our project. We understand you might have questions, but you can expect our top-quality service to continue. The name change does mean that our capabilities have expanded, including a comprehensive re-branding of the user experience, with a brand new GUI, a more modern look-n-feel. | ||
|
||
A deep refactoring of the **ArrowDL** website is coming soon. | ||
|
||
> The project will be hosted on: | ||
> | ||
> [www.arrow-dl.com/ArrowDL](https://www.arrow-dl.com/ArrowDL/) | ||
We will be following up with you to answer any questions you might have. If you'd like to reach out before then, please don't hesitate to reach out to us on the issues page of the discussion forum. | ||
|
||
See you soon :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
layout: post | ||
title: "Introducing OpenSSL 3.0" | ||
date: 2023-12-31 23:59:59 +0100 | ||
tags: | ||
- openssl | ||
- security | ||
- tls | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
## Introducing OpenSSL 3.0 | ||
|
||
After a year of development work, we have finally released **ArrowDL** with **OpenSSL v3**! | ||
|
||
**OpenSSL v3** is available in *ArrowDL* v3.1.0 (from December 31, 2023). | ||
The application has previously used *OpenSSL v1.1* until this recent release. | ||
|
||
**OpenSSL v3** is mandatory for Qt6.6.0, that's the main reason of this move. | ||
|
||
By design, **ArrowDL** ships the OpenSSL version provided by Qt (OpenSSL v3.0.2 at the time of writing these lines). | ||
|
||
|
||
### History of OpenSSL | ||
|
||
OpenSSL 3.0 has been released in September 2021. | ||
|
||
OpenSSL 1.1.1 was released in September 2018, and so it was considered End Of Life in September 2023. | ||
|
||
https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/ | ||
|
||
> OpenSSL is a software library for applications that provide secure communications over computer networks against eavesdropping, and identify the party at the other end. | ||
> It is widely used by Internet servers, including the majority of HTTPS websites. | ||
> -- wikipedia | ||
|
||
### Note for a clean installation (from ArrowDL <3.0.6) | ||
|
||
If the app is installed on top of an an older version (for example, through the automatic upgrader), | ||
the old OpenSSL 1.1 libraries won't be removed, because the OpenSSL 3.0 libraries have another names. | ||
|
||
For Windows: | ||
- SSL (formely libSSL): `libssl-3-x64.dll` | ||
- Crypto (formely libEAY): `libcrypto-3-x64.dll` | ||
|
||
To have a clean installation, uninstall the 3.0.6 with the uninstaller, and install the 3.1.0. | ||
|
||
This way, the OpenSSL 1.1 libraries should be definitly removed. | ||
|
||
|
||
### Next | ||
|
||
This major OpenSSl API change has permitted to refactor **ArrowDL** deeply. | ||
The next updates should be easier and ultimately more frequent. | ||
|
||
|
||
Enjoy! :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: post | ||
title: "Introducing OpenSSL 3.0" | ||
date: 2024-01-01 12:18:19 +0100 | ||
tags: | ||
- project | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
### Happy New Year 2024! | ||
|
||
Thanks to all the upgrades in 2023, 2024 looks brighter! | ||
|
||
C++20 offers more simplification and abstraction, | ||
Qt6 offers better widgets, | ||
OpenSSL 3.0 offers better security, | ||
and LibTorrent offers better functions. | ||
*ArrowDL* will be improved a lot, for sure :) | ||
|
||
**Happy New Year 2024! :)** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.