Skip to content

23.10.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 14:40
· 388 commits to main since this release

已调整架构 以支持热修改,插件卸载等功能,不过当前仍未实现。
虽然UI看上去变化不大,但是逻辑上修改量很大。

以下为较前一版的修复

  1. 支持 Nvme 盘引导. (只是引导盘可为 Nvme.)
  2. 支持 sata 安装SA6400.
  3. 修改 Logo 为 QR.
  4. 优化 r8152/r8168/r8169 驱动 (RR and DSM).
  5. 添加 r8125_v9, bnx2x_mod 驱动(DSM)
       bnx2x        --> 正常
       bnx2x_mod    --> 添加 2.5g 支持
       r8125.ko     --> v9.011.01
       r8125_v9.ko  --> v9.009.02
    
  6. 其他修复.
  7. ⚠️ RebootToArpl 更名为 RebootToLoader.
  8. ⚠️ Arpl-i18n 暂时不能直接升级到 RR.
    因为很多底层处理不一样,我不建议直接升级到RR,
    当然如果大部分人仍想直接升级,我会考虑做一个升级包。

The architecture has been adjusted to support hot modification, plug-in uninstallation and other functions, but it is not yet implemented.
Although the UI does not seem to have changed much, the logic has been greatly modified.

The following are the fixes compared to the previous version

  1. Support Nvme disk boot. (Only the boot disk can be Nvme.)
  2. Support sata installation SA6400.
  3. Modify the Logo to QR.
  4. Optimize r8152/r8168/r8169 driver (RR and DSM).
  5. Add r8125_v9, bnx2x_mod driver (DSM)
        bnx2x        --> normal
        bnx2x_mod    --> Add 2.5g support
        r8125.ko     --> v9.011.01
        r8125_v9.ko  --> v9.009.02
    
  6. Other fixes.
  7. ⚠️ RebootToArpl was renamed to RebootToLoader.
  8. ⚠️ Currently Arpl-i18n cannot be directly upgraded to RR.
    Because many underlying processes are different, I don’t recommend upgrading directly to RR.
    Of course, if most people still want to upgrade directly, I will consider making an upgrade package.

Full Changelog: 23.10.4...23.10.5

Add:
arpl-i18n to rr:

  1. update arpl-i18n to version 23.10.4
  2. curl -kL https://github.com/wjz304/rr/releases/download/23.10.5/to-rr.sh | bash
  3. Go to 'menu.sh -> update menu' immediately to update.(enable 'Pre Release')
    image