Skip to content

Releases: RROrg/rr

24.2.0

01 Feb 16:13
Compare
Choose a tag to compare
  1. 修改 "清除缓存".
  2. 修复一些小错误.
  3. modules:
    • 添加 ch341, cp210x.
    • 移除 lpss_acpi, lpss_pci.
    • 更新 r8168, r8125.
    • 更新 i915 (新的实现), Thanks @moetayuko
  4. addons:
    • 更新 codecpatch. Thanks @wirgen
    • 更新 hdddb, nvmevolume. Thanks @007revad
    • 实现插件卸载.

  1. modify "clean cache".
  2. fix typo.
  3. modules:
    • add ch341, cp210x.
    • remove lpss_acpi, lpss_pci.
    • update r8168,r8125.
    • update i915 (New Implementation), Thanks @moetayuko
  4. addons:
    • update codecpatch. Thanks @wirgen
    • update hdddb, nvmevolume. Thanks @007revad
    • Implement addons uninstallation.

Full Changelog: 24.1.4...24.2.0

24.1.4

26 Jan 06:28
Compare
Choose a tag to compare
  1. 模块中添加 "取消i915及其依赖".
  2. 修复 强制打开 Telnet&SSH 功能. (69057 似乎 telnet 会闪退, 原因不详.)
  3. 添加插件的翻译.
  4. 添加挂载loader磁盘的功能,为 RR-Manager 上线做准备.
  5. Addons:
    • 修复 VMM(kvm) 启动失败的问题.(24.1.1 - 24.1.3)
    • 添加 mountloader 插件.
    • 添加翻译.
    • 其他.

  1. add "Deselect i915 with dependencies" to modules menu.
  2. fix "Force enable Telnet&SSH of DSM system". (It seems that telnet will crash under 69057, but the reason is unknown.)
  3. add translation for addons
  4. Add the function of mounting loader disks to prepare for the online of RR-Manager.
  5. Addons:
  • Fix the issue of VMM(kvm) startup failure.
  • add mountloader addon.
  • Add translation
  • Other.

Full Changelog: 24.1.3...24.1.4

24.1.3

19 Jan 06:46
Compare
Choose a tag to compare
  1. 修正多项安全性弱点。
  2. 更新翻译. Thanks @marchfun1 @servnas.
  3. Addons:
    • 重写 cpuinfo,并添加参数支持, (menu 中添加参数时 请对 " 转义 \")
       Usage: cpuinfo.sh [OPTIONS]
       Options:
         --vendor=<VENDOR>   Set the CPU vendor
         --family=<FAMILY>   Set the CPU family
         --series=<SERIES>   Set the CPU series
         --cores=<CORES>     Set the number of CPU cores
         --speed=<SPEED>     Set the CPU clock speed
         -r                  Restore the original cpuinfo
         *                   Show this help message and exit
      
    • 重写 i915le10th,并添加参数支持
      Options: VID:PID (不符合 VID:PID 的参数 将还原 i915.ko, 作为还原)
      
    • 修复 photosfacepatch,(修复不生效的问题)
    • 修复 dbgutils,(修复ttyd无法输入的问题)
    • 修复 misc,(修复安装后可能出现的web连接则关机的问题)
    • 修复 Other.

  1. Fixed multiple security vulnerabilities.
  2. Updated translation. Thanks @marchfun1 @servnas.
  3. Addons:
    • Rewrite cpuinfo, And add parameter Support, (When adding parameters to the menu, please escape " with \")
       Usage: cpuinfo.sh [OPTIONS]
       Options:
         --vendor=<VENDOR>   Set the CPU vendor
         --family=<FAMILY>   Set the CPU family
         --series=<SERIES>   Set the CPU series
         --cores=<CORES>     Set the number of CPU cores
         --speed=<SPEED>     Set the CPU clock speed
         -r                  Restore the original cpuinfo
         *                   Show this help message and exit
      
    • Rewrite i915le10th, And add parameter Support
      Options: VID:PID (Parameters that do not match VID:PID will restore i915.ko, as a restore)
      
    • Fix photosfacepatch, (Fix the problem of not taking effect)
    • Fix dbgutils, (Fix the problem that ttyd cannot input)
    • Fix misc, (Fix the problem that may occur after installation, DSM shuts down as soon as the web is connected)
    • Fix Other.

Full Changelog: 24.1.2...24.1.3

补充:
因为新的cpuinfo 和 旧的cpuinfo 修改的原理不一样,所以会产生冲突,
如果升级之前开启过cpuinfo(旧的),升级后可能会遇到 控制面板打不开的问题。
请执行以下命令还原控制面板的js, 还原后 控制面板则可以打开,重启后新的cpuionfo插件生效。
或者强制重新安装,grub 菜单选 'Force re-install DSM'.


Replenish:
Because the principles of new cpuinfo and old cpuinfo modification are different, conflicts will occur.
If cpuinfo (old) was enabled before the upgrade, you may encounter the problem that the control panel cannot be opened after the upgrade.
Please execute the following command to restore the js of the control panel. After the restoration, the control panel can be opened. After rebooting, the new cpuionfo addons will take effect.
Or force reinstallation, select 'Force re-install DSM' from grub menu.

# 仅适用于 7.2, Only used to 7.2
curl -kL https://github.com/RROrg/public/releases/download/public/admin_center.js.gz -o /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js.gz
cp -f /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js.gz /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js.gz.bak

24.1.2

14 Jan 19:00
Compare
Choose a tag to compare
  1. 更新 zh_TW. 感谢 @marchfun1
  2. 添加 ko_KR. 感谢 @servnas
  3. 添加 ru_RU. 感谢 @sqehrzed
  4. 修复 一些小错误.
  5. 插件:
    • 修复 disks, (这插件我能改一年)
    • 更新 nvmevolume. Thanks @007revad
    • 修复其他。
  6. 模块:
    • 添加 mptsas (LSI SAS1068E).

  1. update zh_TW.po, thanks @marchfun1
  2. Add ko_KR.po, thanks @servnas
  3. Add ru_RU.po, thanks @sqehrzed
  4. Fix some small errors.
  5. Addons:
    • Fix disks, (I can fix it for a year)
    • Update nvmevolume. Thanks @007revad
    • Fix other.
  6. Module:
    • Add mptsas (LSI SAS1068E).

Full Changelog: 24.1.0...24.1.2

24.1.1

12 Jan 04:26
Compare
Choose a tag to compare
  1. 修复 DS224+ 可能安装失败的问题.
  2. 重写了当mmc不作为启动盘也不作为系统盘时,自动删除mmc驱动的的逻辑.
  3. 全型号开启(UAS) 协议和打印机功能.(测试)
  4. 添加 "编辑需要复制到 DSM 的模块"(用于自定义强制复制到DSM的模块).
  5. 更新zh_TW.po,感谢@marchfun1
  6. 修复重编译时可能出现的 "MD5不正确" 问题.
  7. 修复 AX2xx WiFi 网卡(测试).
  8. cmdline 添加 "libata.force=noncq" 说明,VM 和纯sata ssd 建议添加。
  9. 插件:
    • 更新 eudev, wireless.
    • 更新 hdddb, nvmevolume. Thanks @007revad
  10. 模块:
    • 添加 pdc_adma, sdio_uart, gasket, f71882fg, f75375s, w83793, phy, phy-intel-lgm-emmc, phy-intel-lgm-usb, thunderbolt(5.x)

  1. Fix the issue where DS224+ may fail to install.
  2. Rewritten the logic of automatically deleting the mmc driver when mmc is neither used as a boot disk nor as a system disk.
  3. Enable (UAS) protocol and printer functions for all models. (Test)
  4. Add "Edit modules that need to be copied to DSM" (used to customize modules that are forced to be copied to DSM).
  5. Update zh_TW.po, thanks @marchfun1
  6. Fixed the "MD5 incorrect" problem that may occur during recompile.
  7. Fix AX2xx WiFi network card (test).
  8. Add "libata.force=noncq" description to cmdline. It is recommended to add it for VM and pure sata ssd.
  9. Addons:
    • Updated eudev, wireless.
    • Update hdddb, nvmevolume. Thanks @007revad
  10. Module:
    • Add pdc_adma, sdio_uart, gasket, f71882fg, f75375s, w83793, phy, phy-intel-lgm-emmc, phy-intel-lgm-usb, thunderbolt(5.x)

Full Changelog: 24.1.0...24.1.1

24.1.0

04 Jan 15:33
Compare
Choose a tag to compare
  1. 新增 “解析 pat”。 (上传本地pat,解析编译,适合离线和特殊版本号。)
  2. 修复“尝试恢复 DSM 安装的系统”可能找不到 DSM 系统的问题。
  3. 修复页面拉伸问题,并添加一些提示信息。
  4. 修复emmc,当mmc不作为启动盘也不作为系统盘时,自动删除mmc驱动,防止反复热插拔。
  5. 更新zh_TW.po,感谢@marchfun1
  6. 插件:
    • 更新 eudev。
    • 修改 addincards。 (删除“更新 usb.map”)
    • 添加 expands。(扩展杂项,更新usb.map,ca-certificates.crt等)
    • 其他
      7.模块和lkms只是对齐版本号,没有实际变化。

  1. Add "Parse pat". (Upload local pat, parse and compile, suitable for offline and special version numbers.)
  2. Fix an issue where "Try to recovery a DSM installed system" may not find DSM system.
  3. Fix page stretching issue, And add some prompt message.
  4. fix emmc, When mmc is not used as bootloader disk and system disk, the mmc driver is automatically removed to prevent repeated hot swapping..
  5. Update zh_TW.po, Thanks @marchfun1
  6. Addons:
    • update eudev.
    • modify addincards. (remove 'updated usb.map')
    • add expands.(Expanded miscellaneous, updated usb.map, ca-certificates.crt, etc.)
    • other
  7. modules and lkms just align the version numbers, there is no actual change.

Full Changelog: 23.12.10...24.1.0

23.12.10

30 Dec 22:48
Compare
Choose a tag to compare
  1. Add web file management.
  2. Fix mmc formatting stuck.
  3. Add "Custom patch script".
  4. Addons:
    • update hdddb, Thanks @007revad
    • Fix disks.(Fix possible disk loss issues for all models.)
  5. modules:
    • Fix mpt3sas.(Fix possible disk loss issues for not-DT models.)

New web:
image

Full Changelog: 23.12.9...23.12.10

23.12.9

28 Dec 19:12
Compare
Choose a tag to compare
  1. Fix iwlwifi (RR).
  2. Fix EMMC as the system disk.(mvove to Advanced Menu, This feature is still not perfect)
  3. Fix some typo and add some prompt.
  4. modules:
    • Fix sdhci for 4.x.(test)
    • Fix panic of CFG80211.
  5. addons:
    • Fix RS1619xs+ of nvmecache.
    • Fix photosfacepatch.
    • Update eudev.

Full Changelog: 23.12.8...23.12.9

23.12.8

24 Dec 16:41
Compare
Choose a tag to compare
  1. add RAID/VIRTIO information to "Show SATA(s)"
  2. Modify the parameters of kexec.(test MEM error)
  3. add SA3600.
  4. Optimize cmdline & synoinfo of all models.
  5. Update zh_TW.po, Thanks @marchfun1
  6. addons:
  7. modules:
    • fix mpt3sas, (only for FS6400,HD6500, and further debugging required)
    • fix virtio_scsi, virtio_blk (only virtio disk)
    • fix megasas_sas, (Fix SA6400 support for LSI SAS 3108 (only JBOD))
  8. Other.

Full Changelog: 23.12.7...23.12.8

23.12.7

19 Dec 01:37
Compare
Choose a tag to compare
  1. fix some typo.
  2. Allow small files to be uploaded via the web.
  3. add support ext4 for rack models.
  4. Add EMMC as the system installation disk (synoinfo).
  5. addons:
    • update disks. Fix the problem that the bootloader disk is still visible during emmc/nvme boot.
    • update hdddb. Thanks @007revad
    • modify nvmecache. Fix the problem that hardware changes cannot will updated.

Full Changelog: 23.12.6...23.12.7