Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.
0.4.11-dev
[USETUP][SETUPLIB] Added support for formatting partition in BTRFS and installing ReactOS on it. Removed code related to EXT2 boot sector for now. CORE-13769
[TRANSLATIONS] Fix spanish translations for some resources (#725)
[SYSSETUP] Don't load ISOLATIONAWARE_MANIFEST_RESOURCE_ID manually Such a manifest is meant to be activated by the caller of the exports of the dll. This means that the user of syssetup which is setup.exe is the one that should do the proper handling of the manifests. Since setup.exe is the one that needs to do the right thing, add a CREATEPROCESS_MANIFEST_RESOURCE_ID to it and avoid dealing with ISOLATIONAWARE_MANIFEST_RESOURCE_ID altogether (which is supposed to be used by activating the activation context before calling the exports of the dll that has it). We don't really use ISOLATIONAWARE_MANIFEST_RESOURCE_ID correctly in any place in the tree so let's rely on CREATEPROCESS_MANIFEST_RESOURCE_ID for now.
[FONTS] Update Hebrew font subtitutions (#795)
[WELCOME] Add Hindi translation (#620)
[SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544