diff --git a/.gitignore b/.gitignore index afc0ec8..d602921 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ /node_modules /downloads /dist -/logs -/out - - -yt-dlp.exe +logs/*.json +/out \ No newline at end of file diff --git a/README-EN.md b/README-EN.md index ffb6a43..b888e7b 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,13 +1,10 @@ # Freedom Loader - - -![Static Badge](https://img.shields.io/badge/Release-1.1.0-blue?style=flat&logo=Test) - - ![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

- Example Image + Exemple d'application

> 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.).
- **đź’ˇ 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.
- **💰 Support the Project** diff --git a/README.md b/README.md index eca6c08..bf033c7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ # Freedom Loader - - -![Static Badge](https://img.shields.io/badge/Release-1.1.0-blue?style=flat&logo=Test) - - ![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

- Exemple d'application + Exemple d'application

> Voici un exemple de l’application 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 d’utiliser le [système d’issues GitHub](https://github.com/MasterAcnolo/votre-repo/issues) pour remonter les bugs rencontrés. + Merci d’utiliser le [système d’issues 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 d’installation 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.).
- **💡 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.
- **đź’° Soutenir le projet** diff --git a/build/exemple.png b/build/apercu1.0.0.png similarity index 100% rename from build/exemple.png rename to build/apercu1.0.0.png diff --git a/build/apercu1.0.1.png b/build/apercu1.0.1.png new file mode 100644 index 0000000..212f852 Binary files /dev/null and b/build/apercu1.0.1.png differ diff --git a/package.json b/package.json index e6bcbbe..5c3326f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "productName": "Freedom Loader", "files": [ "**/*", - "node_modules/**/*" + "node_modules/**/*", + "!logs/*.json" ], "directories": { "buildResources": "build" diff --git a/yt-dlp.exe b/yt-dlp.exe new file mode 100644 index 0000000..e3f3018 Binary files /dev/null and b/yt-dlp.exe differ