Bumping version to: 3.0.10 (#3773)

This commit is contained in:
Anton Hvornum 2025-09-02 12:33:50 +02:00 committed by GitHub
parent 4949bb4c2d
commit f87ece0b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 26 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname=archinstall
pkgver=3.0.9
pkgver=3.0.10
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=(any)

View File

@ -938,6 +938,30 @@ msgstr "Fad iomlán: {}"
msgid "Encryption type"
msgstr "Cineál criptithe"
msgid "Iteration time"
msgstr ""
msgid "Enter iteration time for LUKS encryption (in milliseconds)"
msgstr ""
msgid "Higher values increase security but slow down boot time"
msgstr ""
msgid "Default: 10000ms, Recommended range: 1000-60000"
msgstr ""
msgid "Iteration time cannot be empty"
msgstr ""
msgid "Iteration time must be at least 100ms"
msgstr ""
msgid "Iteration time must be at most 120000ms"
msgstr ""
msgid "Please enter a valid number"
msgstr ""
msgid "Partitions"
msgstr "Deighiltí"

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "archinstall"
version = "3.0.9"
version = "3.0.10"
description = "Arch Linux installer - guided, templates etc."
authors = [
{name = "Anton Hvornum", email = "anton@hvornum.se"},