Merge branch 'main' into 1.0.2

This commit is contained in:
MasterAcnolo
2025-07-02 22:26:14 +02:00
committed by GitHub
7 changed files with 14 additions and 22 deletions

7
.gitignore vendored
View File

@@ -1,8 +1,5 @@
/node_modules
/downloads
/dist
/logs
/out
yt-dlp.exe
logs/*.json
/out

View File

@@ -1,13 +1,10 @@
# Freedom Loader
<!-- Release -->
![Static Badge](https://img.shields.io/badge/Release-1.1.0-blue?style=flat&logo=Test)
<!-- Build -->
![Static Badge](https://img.shields.io/badge/Build-1.1.1--beta-yellow?style=flat&logo=Test)
![Static Badge](https://img.shields.io/badge/Latest%20Release_-1.0.1-blue?style=flat) ![Static Badge](https://img.shields.io/badge/Build-1.0.2%20Beta-yellow?style=flat)
> This project aims to enable free, open-source, and unrestricted downloading of Video/Audio content. Eventually, it will allow users to choose
## 🚀 Features
@@ -62,7 +59,7 @@ Try restarting the application, checking the logs, or opening the browser's deve
## 🖼️ Preview
<p align="center">
<img src="build/exemple.png" alt="Example Image" />
<img src="build/apercu1.0.1.png" alt="Exemple d'application" />
</p>
> Here is an example of the app after launch and entering a URL
@@ -78,7 +75,7 @@ This project is open-source and welcomes your contributions.
Here is how to get involved:
- **🪲 Bug Reporting**
Please use the [GitHub issues system](https://github.com/MasterAcnolo/votre-repo/issues) to report any bugs you encounter.
Please use the [GitHub issues system](https://github.com/MasterAcnolo/Freedom-Loader/issues) to report any bugs you encounter.
Try to provide clear reproduction steps and logs if possible. Logs are located in the installation folder of the program. Example path:
`C:\Users\[YOUR NAME]\Desktop\Freedom Loader\resources\app\logs`
The log file will be named something like `combined-20xx-xx-xx.log`
@@ -87,7 +84,7 @@ Here is how to get involved:
Pull Requests are welcome! Please fork the repo and submit your PR after ensuring you meet the contribution guidelines (tests, style, etc.).
<br>
- **💡 Feature Suggestions**
You can propose new ideas via a [feature request issue](https://github.com/votre-utilisateur/votre-repo/issues).
You can propose new ideas via a [feature request issue](https://github.com/MasterAcnolo/Freedom-Loader/issues).
Any clear and detailed proposal will be reviewed.
<br>
- **💰 Support the Project**

View File

@@ -1,13 +1,10 @@
# Freedom Loader
<!-- Release -->
![Static Badge](https://img.shields.io/badge/Release-1.1.0-blue?style=flat&logo=Test)
<!-- Build -->
![Static Badge](https://img.shields.io/badge/Build-1.1.1--beta-yellow?style=flat&logo=Test)
![Static Badge](https://img.shields.io/badge/Latest%20Release_-1.0.1-blue?style=flat) ![Static Badge](https://img.shields.io/badge/Build-1.0.2%20Beta-yellow?style=flat)
> Ce projet a pour but de permettre le téléchargement de contenu Vidéo/Audio de manière gratuite, open source et libre. Il permettra à terme de choisir
## 🚀 Fonctionnalités
@@ -62,7 +59,7 @@ Essayez de relancer l'application, de consulter les logs ou d'ouvrir la console
## 🖼️ Aperçu
<p align="center">
<img src="build/exemple.png" alt="Exemple d'application" />
<img src="build/apercu1.0.1.png" alt="Exemple d'application" />
</p>
> Voici un exemple de lapplication lancée après avoir saisi une URL.
@@ -78,7 +75,7 @@ Ce projet est open source et accueille volontiers vos contributions.
Voici comment participer :
- **🪲 Signalement de bugs**
Merci dutiliser le [système dissues GitHub](https://github.com/MasterAcnolo/votre-repo/issues) pour remonter les bugs rencontrés.
Merci dutiliser le [système dissues GitHub](https://github.com/MasterAcnolo/Freedom-Loader/issues) pour remonter les bugs rencontrés.
Essayez de fournir une reproduction claire et les logs si possible. Les logs se trouvent dans le dossier dinstallation du programme. Exemple de chemin :
`C:\Users\[VOTRE NOM]\Desktop\Freedom Loader\resources\app\logs`
Le fichier aura un nom du type `combined-20xx-xx-xx.log`.
@@ -87,7 +84,7 @@ Voici comment participer :
Les Pull Requests sont les bienvenues ! Merci de forker le repo et de soumettre votre PR après avoir vérifié le respect des guidelines (tests, style, etc.).
<br>
- **💡 Suggestions de fonctionnalités**
Vous pouvez proposer de nouvelles idées via une [issue de type feature request](https://github.com/votre-utilisateur/votre-repo/issues).
Vous pouvez proposer de nouvelles idées via une [issue de type feature request](https://github.com/MasterAcnolo/Freedom-Loader/issues).
Toute proposition claire et détaillée sera étudiée.
<br>
- **💰 Soutenir le projet**

View File

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

BIN
build/apercu1.0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@@ -36,7 +36,8 @@
"productName": "Freedom Loader",
"files": [
"**/*",
"node_modules/**/*"
"node_modules/**/*",
"!logs/*.json"
],
"directories": {
"buildResources": "build"

BIN
yt-dlp.exe Normal file

Binary file not shown.