Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.20-beta #101

Merged
merged 41 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
20aa713
update .pylint configuration to fit them on new pylint version
qlrd Sep 27, 2024
88e422c
added airgapped update button on unzip_stable_screen
qlrd Oct 3, 2024
c33de39
Update pt_BR.UTF-8.json
BitCoisas Oct 4, 2024
80dd75c
added mutation on select folder button for aigapped_screen
Oct 5, 2024
251edcb
Added a warning screen before to execute the airgap update
qlrd Oct 6, 2024
728f6c9
added warning_after_airgap_update_screen
qlrd Oct 7, 2024
a02ee73
adjusted the post message on warning_after_airgap_update_screen
qlrd Oct 8, 2024
ab3433d
Merge branch 'main' into main
qlrd Oct 8, 2024
16fae07
Merge pull request #13 from BitCoisas/main
qlrd Oct 8, 2024
27256e1
Fixed test after pt_BR update
qlrd Oct 9, 2024
4db1873
changed proceed buttons to left
qlrd Oct 10, 2024
d8e8d3b
translated to many langs warning_before_airgap_update_screen
qlrd Oct 10, 2024
6156286
added translations for warning_after_airgap_update_screen
qlrd Oct 10, 2024
62c0df1
updated the method of detect linux OS
qlrd Oct 10, 2024
cd40ee8
trying to fix ask permission dialout screen
qlrd Oct 11, 2024
4f6f343
updated the procedure to detect OS
Oct 12, 2024
8e516d7
fixing test on ask_permission_dialout_screen for usermod command
Oct 12, 2024
94a573a
fixing test on ask_permission_dialout_screen for usermod command II
Oct 12, 2024
981adde
fixing greetings_screen tests for windows
qlrd Oct 13, 2024
f572e91
fixed canvas resizing on airgap_update_screen
qlrd Oct 14, 2024
f53416b
fixed translation on airgap_update_screen and warning_after_airgap_up…
qlrd Oct 14, 2024
2ce3a25
fixed error on windows that lead filechooser to not filter root direc…
qlrd Oct 17, 2024
9ca34f0
adding support to de_DE locale
qlrd Oct 18, 2024
1a61a90
Merge windows fix and those with german locale
qlrd Oct 18, 2024
1bfe2ba
tagging version beta
qlrd Oct 18, 2024
0567b06
fixed tests on tagging version beta
qlrd Oct 18, 2024
16af349
From English to Japanese - Krux-installer translation
BitCoisas Oct 19, 2024
6f67303
added ja_JP support
qlrd Oct 21, 2024
147bf95
added font support for japanese based on odudex's work
qlrd Oct 21, 2024
412eb91
fix japanese variable font boldness
odudex Oct 23, 2024
2dd25df
Merge pull request #16 from odudex/main
qlrd Oct 23, 2024
b1c7a97
fixed the select_device button that didnt translated properly when a …
qlrd Oct 23, 2024
b0bd46d
fixed translation apply on flash screen for keywors PLEASE DO NOT UNP…
qlrd Oct 23, 2024
9156eb6
fixed translation update for download screens when locale is changed
qlrd Oct 24, 2024
758ea23
fixed update procedure for transaction on download_beta_screen, flash…
qlrd Oct 24, 2024
b9a2b07
fixed USB detection for airgapped update on windows
qlrd Oct 25, 2024
871bbe7
fixed USB detection for airgapped update on windows II
qlrd Oct 25, 2024
3084c34
added find sdcard mountpoint feature for macos and linux
qlrd Oct 25, 2024
1ad1589
changed airgap_update_screen to allow listing of multiple usb devices
qlrd Oct 25, 2024
d1d7697
fixed airgap_update_screen to allow multiple sequential updates (back…
Oct 26, 2024
ee8a9ff
fixed translations on airgap_update_screen and warning_before_airgap_…
Oct 26, 2024
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
1 change: 1 addition & 0 deletions .ci/create-spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
# to keep `sys` module enabled (necessary for Kboot)
BUILDER_ARGS.append("--onefile")
BUILDER_ARGS.append("--console")
BUILDER_ARGS.append("--hidden-import=win32timezone")
BUILDER_ARGS.append("--hide-console=minimize-early")

elif SYSTEM == "Darwin":
Expand Down
5 changes: 4 additions & 1 deletion .pylint/src
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ ignored-parents=
# Maximum number of arguments for function / method.
max-args=10

# Maximum number of positional arguments
max-positional-arguments=10

# Maximum number of attributes for a class (see R0902).
max-attributes=20

Expand All @@ -306,7 +309,7 @@ max-parents=10
max-public-methods=25

# Maximum number of return / yield for function / method body.
max-returns=6
max-returns=7

# Maximum number of statements in function / method body.
max-statements=50
Expand Down
3 changes: 3 additions & 0 deletions .pylint/tests
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ ignored-parents=
# Maximum number of arguments for function / method.
max-args=10

# Maximum number of positional arguments
max-positional-arguments=10

# Maximum number of attributes for a class (see R0902).
max-attributes=7

Expand Down
Binary file not shown.
Loading