walken
c9b0b171b3
Czech localization update ( #3980 )
2025-12-10 22:46:58 +11:00
HADEON
326232098a
Full disclosure for bootloaders/keymaps ( #3979 )
...
* Clarify LUKS2 encryption and keyboard layout context in locales README
* ws
* clarity
* final
2025-12-10 22:46:21 +11:00
HADEON
6b50815eb6
Vconsole.conf KEYMAP= FONT=
...
_base mkinitcpio.conf v40 error (#3928 )
* pr1
* pr2
* pr2-2
* pr2-3
* Revert genfstab and pacstrap command changes
* mistake
2025-12-08 19:25:20 +11:00
renovate[bot]
57bd613679
chore(deps): update dependency pytest to v9.0.2 ( #3972 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-07 17:07:39 +11:00
renovate[bot]
8872f98c8d
chore(deps): update dependency mypy to v1.19.0 ( #3956 )
...
* chore(deps): update dependency mypy to v1.19.0
* Update
* Update
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Girtler <dgirtler@atlassian.com>
2025-12-06 21:40:37 +11:00
renovate[bot]
601e033188
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.8 ( #3969 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-06 20:23:52 +11:00
Gabriel A Hernandez
07ab6bf4a0
Menu now filters items and sorts using priority, improving UX. ( #3967 )
...
* Menu now filters and sorts using priority, improving UX.
* Refactor: improve logic, removed redundancy
* Refactor: improve logic, removed redundancy
* Improved logic when getting view items in menuItems
* Improved logic when getting view items in menuItems
2025-12-06 20:10:01 +11:00
Gabriel A Hernandez
7398e2785d
Typo and grammar fixes ( #3970 )
...
* Menu now filters and sorts using priority, improving UX.
* Refactor: improve logic, removed redundancy
* Refactor: improve logic, removed redundancy
* Typo and grammar fixes
* Typo and grammar fixes
* Fix comment formatting in .gitlab-ci.yml
* Fix comment
* Removed code from separate pull request
* Update menu_item.py
* removed white space
* Remove unnecessary blank lines in menu_item.py
>:(
2025-12-06 20:06:07 +11:00
Mintsuki
d176b9514c
Remove GRUB removable fallback path ( #3971 )
...
As mentioned by @svartkanin on #3950 , given we now have a way for the user to
explicitly specify if they want to install to the removable location, having a
fallback like this seems undesirable.
On top of that, as mentioned by @correctmost on the same PR, the code that said
PR introduced was bugged and would always raise an exception anyways.
2025-12-05 20:05:24 +11:00
renovate[bot]
66fb49617a
chore(deps): update dependency ruff to v0.14.8 ( #3968 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-05 20:03:05 +11:00
renovate[bot]
dbfa60bfa8
chore(deps): update actions/checkout digest to 8e8c483 ( #3965 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-05 20:02:24 +11:00
Abdullah Koyuncu
e7442bf5c6
Translation: Update the Turkish base.po/base.mo ( #3964 )
2025-12-03 12:26:09 +11:00
renovate[bot]
627530fd82
chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.19.0 ( #3959 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 12:24:06 +01:00
renovate[bot]
94f22fcc55
chore(deps): update dependency pylint to v4.0.4 ( #3962 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 18:58:26 +11:00
summoner
8387c8f589
Translation: Update hungarian base.po/base.mo ( #3961 )
...
Translate new strings
Fix translation
2025-12-01 18:57:59 +11:00
Anton Hvornum
3290175084
Bumping version to: 3.0.14 ( #3960 )
2025-11-29 22:19:59 +01:00
renovate[bot]
0221099398
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.7 ( #3958 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-29 11:55:23 +11:00
renovate[bot]
29cb454fda
chore(deps): update dependency ruff to v0.14.7 ( #3957 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-29 11:55:05 +11:00
Mintsuki
6fc0bc3671
Fix GRUB fallback-from-removable logic introduced in c095eb56d8 ( #3950 )
...
Commit c095eb56d8 was supposed to introduce logic
such that if the `grub-install` command failed with a `--removable` flag, then
another attempt would be made with such flag removed.
This was broken because the `--removable` flag was kept in both cases (likely a
copy-paste mistake). This has been an issue since, in all future iterations of
the code.
What this commit does is fix this logic, but also invert the cases tested:
first test without `--removable`, then add it should that case fail, as this is
the most sensible thing to do.
2025-11-29 11:10:04 +11:00
Gabriel A Hernandez
7732d50016
Improved regex in _validate_value() that checks user input for partition value and unit. ( #3952 )
...
- Allows for white space in between groups, aligning better with displayed example.
- Removed unneeded | symbol, which was checking as literal rather than working as "or %"
2025-11-29 11:04:39 +11:00
Mintsuki
d7e5dc3692
Do not unconditionally set `prompt` to `None` in list_manager.py ( #3955 )
...
May address issue #3954 .
2025-11-29 11:04:12 +11:00
Mintsuki
70a6c3499a
Do not create BLS and Limine entries for fallback initramfs ( #3949 )
...
* Do not create BLS and Limine entries for fallback initramfs
Fallback initramfs seem to no longer be built by default.
* Remove initramfs variant logic altogether
2025-11-29 11:00:43 +11:00
renovate[bot]
b751ad5dab
chore(deps): update dependency pydantic to v2.12.5 ( #3951 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 21:23:38 +11:00
renovate[bot]
147447face
chore(deps): update actions/setup-python digest to 83679a8 ( #3946 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 10:31:55 +11:00
renovate[bot]
60302060e3
chore(deps): update dependency pre-commit to v4.5.0 ( #3944 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-23 09:33:20 +11:00
correctmost
5f0742a87a
Use dummy variables instead of unused-awaitable suppressions ( #3943 )
2025-11-22 21:16:11 +11:00
correctmost
73ceb0c99d
Use ClassVar to avoid mutable-class-default (RUF012) warnings ( #3942 )
2025-11-22 21:15:41 +11:00
renovate[bot]
2ee66a059e
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.6 ( #3941 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-22 08:36:34 +11:00
renovate[bot]
a94d94a8e1
chore(deps): update dependency ruff to v0.14.6 ( #3940 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-22 08:36:14 +11:00
Mintsuki
eb815d817f
Add dialog to install EFI bootloader to removable location ( #3932 )
...
* Add dialog to install EFI bootloader to removable location
This is just for GRUB and Limine for now.
* Move bootloader removable and UKI selections to bootloader submenu
* Update ask_for_bootloader_removable() prompt for ease of translation
* Fix issue where removable and UKI options were always enabled at first
* Minor cosmetic fixes to bootloader removable code
* Add has_removable_support to Bootloader
* Validate UKI and removable options in installer
* Use has_removable_support() where appropriate
* Fix potential AttributeError when bootloader_config is None
* Set default value for bootloader configuration menu item
* Update documentation after EFI removable/Limine changes
* Update limine.conf and non-removable location paths (as per Wiki)
* Do not create fallback boot menu entries when using UKIs on Limine
* Remove useless ask_* wrappers in bootloader_menu
* Improve bootloader menu previews
* Make bootloader menu __init__.py empty
2025-11-21 11:41:24 +11:00
renovate[bot]
840c1c0f7e
chore(deps): update actions/checkout action to v6 ( #3939 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 07:41:57 +11:00
renovate[bot]
bf3784fc0c
chore(deps): update actions/checkout digest to 93cb6ef ( #3937 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 21:14:16 +11:00
utuhiro78
4c8fe60a28
Update Japanese translation ( #3938 )
2025-11-20 21:13:51 +11:00
HADEON
46072132a1
Readme Tweak ( #3929 )
...
* pr1
* pr2
* pr3
* pr3-2
* pr3-3
* pr3-4
* pr4
* Revert hardware.py to original state on snapshots branch
* readme
* Revert installer.py to original state on readme branch
* match base branch
* Revert genfstab and pacstrap command changes
* readme tweaks2
2025-11-17 08:50:35 +11:00
HADEON
c3aba06a01
Fix f-string in snapshot debug installation ( #3934 )
...
* pr1
* pr2
* pr3
* pr3-2
* pr3-3
* pr3-4
* pr4
* Revert hardware.py to original state on snapshots branch
* Revert genfstab and pacstrap command changes
* f string
2025-11-17 06:51:35 +11:00
HADEON
375d64a600
Snapshots Fix Snapper-Grub ( #3930 )
...
* pr1
* pr2
* pr3
* pr3-2
* pr3-3
* pr3-4
* pr4
* Revert hardware.py to original state on snapshots branch
* Revert genfstab and pacstrap command changes
2025-11-16 21:40:38 +11:00
HADEON
6bdb756650
Add --needed to pacstrap to prevent re-installs
2025-11-16 21:30:47 +11:00
renovate[bot]
803ff4236e
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.5 ( #3927 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 12:54:53 +11:00
renovate[bot]
117b9d9a5d
chore(deps): update dependency pylint to v4.0.3 ( #3923 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 11:03:01 +11:00
Benjamin Smith
e6bbd05121
added some missing Spanish translations ( #3925 )
2025-11-15 10:40:42 +11:00
renovate[bot]
3da27570f7
chore(deps): update dependency pytest to v9.0.1 ( #3922 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 10:38:53 +11:00
renovate[bot]
566dcb51c3
chore(deps): update dependency pytest to v9 ( #3912 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 08:36:02 +01:00
renovate[bot]
b77f03e94a
chore(deps): update dependency pre-commit to v4.4.0 ( #3911 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 13:55:03 +11:00
Luna Jernberg
811c1d95b5
Update Swedish translations for wifi ( #3910 )
...
Update Swedish translations for wifi
2025-11-09 13:54:40 +11:00
Matteo
165636b2e6
Update Italian translation ( #3904 )
...
- Translated new strings
2025-11-07 20:56:41 +01:00
summoner
e7553c114c
Translation: Update hungarian base.po/base.mo ( #3908 )
...
Translate new strings
2025-11-07 15:45:32 +01:00
renovate[bot]
b2fccb0b3b
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.4 ( #3907 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 09:09:59 +01:00
renovate[bot]
83aab9cd4f
chore(deps): update dependency ruff to v0.14.4 ( #3906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 09:09:23 +01:00
damachine
a996670a60
Fix plural form in device selection message ( #3905 )
...
Corrected the plural form in the German translation for device selection.
2025-11-07 09:03:12 +01:00
renovate[bot]
240919826f
chore(deps): update dependency pydantic to v2.12.4 ( #3900 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 20:23:08 +00:00