Skip to content
Closed
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f7d5dd4
Made some fixes to certain translations, but some full translations a…
R-Larocque May 13, 2026
bda3d2a
Tried fixing tests
R-Larocque May 13, 2026
0a746cf
Adding pop-up, fixing some translations, etc.
R-Larocque May 13, 2026
1a6d58b
Again, some fixes to translations, plus issue #203.
R-Larocque May 13, 2026
bdd842d
Added src/lufus/browse_freely.py to fix issue #202. Also fixed some s…
R-Larocque May 13, 2026
b75322f
Ruff formatted.
R-Larocque May 13, 2026
bc27b91
Added tests for new function.
R-Larocque May 13, 2026
3347564
fixing stuff
R-Larocque May 14, 2026
1041fc0
Ruff formatted.
R-Larocque May 14, 2026
0328382
Did #184, forgot to say it, plus fixed some bugs.
R-Larocque May 14, 2026
f47a656
Trying to fix the tests...
R-Larocque May 14, 2026
7d4dd7e
Fixed Sourcery stuff
R-Larocque May 15, 2026
5fc894f
Fixed the language thing sourcery said.
R-Larocque May 15, 2026
159e24e
Started to remove subprocessees, starting 207 and 171.
R-Larocque May 15, 2026
cc2a886
Starting to fix some bugs...
R-Larocque May 15, 2026
61f7d94
Fixed a bug w/ SHA256UM and bad blocks.
R-Larocque May 15, 2026
0df9e23
Fixed a bug w/unmounting, added a file for standalone building but it…
R-Larocque May 16, 2026
8003b15
Fixed sourcery issues, will test in a efw days, revert to 0df9e23 if …
R-Larocque May 16, 2026
79f43e7
Did the sourcery stuff about run subprocess, needs more testing.
R-Larocque May 18, 2026
e48ebdf
Fixed a bug w/wintweaks
R-Larocque May 19, 2026
a76ed94
Fixed a bug with flashing, that caused an intermittent failure.
R-Larocque May 19, 2026
5107f0d
Tryna fix tests...
R-Larocque May 19, 2026
178c084
Tryna fix bugs
R-Larocque May 21, 2026
defbef9
Fixed crash when cancelling.
R-Larocque May 21, 2026
aa9026f
Formatted a file
R-Larocque May 22, 2026
3e94958
Fixing some bugs, including wintweaks bugs, will test.
R-Larocque May 23, 2026
592a886
Trying to fix stuff... I broke flashing so yeah.
R-Larocque May 24, 2026
a34a20d
Might have fixed it, let's test and boot a Windows ISO... Also will t…
R-Larocque May 24, 2026
ceb4403
I think I fixed, gonna try and boot the USB afterwards. The ETA is wo…
R-Larocque May 24, 2026
3b62f2a
Okay, fixed windows and live debian detection, but wintweaks is goofy…
R-Larocque May 24, 2026
2270e5f
Tryna do stuff like fixing wintweaks, thats bad
R-Larocque May 24, 2026
9716385
Fixing errors while wintweaking, changed backend. Gotta test, also ad…
R-Larocque May 26, 2026
4e98672
Added detection of non bootable, fixing wintweaks too.
R-Larocque May 27, 2026
726fa6c
Tryna fix the WinTweaks, and added transkations to the new non bootab…
R-Larocque May 27, 2026
65ea37d
Still not working i just forgor to add some files
R-Larocque May 27, 2026
63c73b5
I think it is fixed.
R-Larocque May 28, 2026
05f5f7a
Ruff-formatted.
R-Larocque Jun 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

<a href="https://github.com/Hog185/Lufus/blob/main/LICENSE">![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)</a>
<a href="https://github.com/Hogjects/Lufus/blob/main/LICENSE">![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)</a>
<a href="https://discord.gg/QrbHJuYvzB">![Discord](https://img.shields.io/discord/1477694881127469202?style=flat\&logo=https%3A%2F%2Fcdn.discordapp.com%2Ficons%2F1477694881127469202%2F1b2c4e8defc9220de11098108fa1ed81.webp%3Fsize%3D256\&logoColor=rgb\&label=Join%20Server\&link=https%3A%2F%2Fdiscord.gg%2FTMnXwezsyV)</a>
<a href="#beta-release-disclaimer">![Status: Beta](https://img.shields.io/badge/status-beta-orange)</a>

Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/Hog185/Lufus"
Repository = "https://github.com/Hog185/Lufus.git"
Issues = "https://github.com/Hog185/Lufus/issues"
Homepage = "https://github.com/Hogjects/Lufus"
Repository = "https://github.com/Hogjects/Lufus.git"
Issues = "https://github.com/Hogjects/Lufus/issues"
Documentation = "https://splayer.4plt.ch/lufus/"

[project.gui-scripts]
lufus = "lufus.__main__:main"

[tool.briefcase]
project_name = "Lufus"
bundle = "com.github.hog185"
bundle = "com.github.hogjects"
version = "1.0.0" # keep synced with [project] version
url = "https://github.com/Hog185/Lufus"
url = "https://github.com/Hogjects/Lufus"
license = "MIT"
license-files = ["LICENSE"]
author = "Hog185"
author = "Hogjects"
author_email = "example@example.com"

[tool.briefcase.app.lufus]
Expand Down
Loading
Loading