无忧启动论坛

标题: WinRAR 更新到 7.0 Beta1 [打印本页]

作者: blank007    时间: 2023-10-23 18:50
标题: WinRAR 更新到 7.0 Beta1
WinRAR 更新到 7.0  Beta1

奇怪的是,此时还无法下载,也看不到 7.0 开始后,新增了哪些功能

WinRAR archiver, a powerful tool to process RAR and ZIP files
https://www.rarlab.com/


作者: martin313    时间: 2023-10-23 18:57

期待升级更新
作者: 2012myjoys    时间: 2023-10-23 19:04
升级挺快的,有啥更新的?
作者: hua_wuxin    时间: 2023-10-23 19:06
                WinRAR - What's new in the latest version


   Version 7.00 beta 1

   1. Compression dictionary sizes larger than 1 GB are supported
      for RAR archive format. Depending on the amount of physically
      available memory, dictionary up to 64 GB can be selected.

      Not power of 2 dictionary sizes can be specified for dictionaries
      exceeding 4 GB. So we are not limited to 4, 8, 16, 32, 64 series
      and can use values like 5 GB or 22 GB.

      Archives with dictionaries exceeding 4 GB can be unpacked only
      by WinRAR 7.0 or newer.

      Increasing the dictionary size can improve the compression ratio
      for large files with distant repeated blocks, like virtual machine
      disk images. It also can be efficient for sets of large similar files
      in a solid archive, such as a collection of software ISO images
      differing by version or localization.

   2. WinRAR issues a prompt allowing to cancel or continue if dictionary
      size in extracted RAR archive exceeds "Maximum dictionary size
      allowed to extract" parameter in "Settings/Compression".
      It is done to prevent the unexpected excessive memory allocation.

      In the command line mode by default WinRAR refuses to unpack archives
      with dictionary exceeding 4 GB. Use -md<size> or -mdx<size> to allow
      unpacking dictionaries up to and including the specified size.
      Unlike -md<size>, -mdx<size> is applied to extraction only and can be
      added to RAR environment variable, not affecting archiving commands.

   3. "Define dictionary sizes" dialog in "Settings/Compression" can be used
      to customize dictionary sizes proposed in the drop down list associated
      with "Dictionary size" field in "Archive name and parameters" dialog.

   4. Alternate search algorithm, optimized to locate longer and more distant
      repeated data blocks, can be used when creating RAR archives.
      It helps to improve the compression ratio and sometimes speed
      for redundant data like big text files.
      
      It increases memory usage and might reduce the compression speed
      for some types of data. It can be turned on or off with
      "Long range search" options in "Advanced compression parameters" dialog
      or with -mcl[+|-] switch. If "Auto" option is selected, WinRAR applies
      the long range search depending on the compression method, dictionary
      size and other parameters.

      This algorithm is required for dictionaries exceeding 4 GB
      and turning it off is ignored for such dictionaries.

   5. Much slower and more exhaustive repeated data search and compression
      algorithm can be enabled with "Exhaustive search" option
      in "Advanced compression parameters" dialog or with -mcx switch.
      It might provide the additional compression gain for some types of
      redundant data, but at much lower compression speed.

      Long range search is needed to implement this mode efficiently,
      so the exhaustive search option activates it automatically.

      Both long range and exhaustive search option do not affect
      the compatibility of created archives. So if dictionary size
      is in 128 KB - 4 GB range, archives created with these search options
      can be unpacked by all WinRAR versions beginning from 5.0.
         
   6. Maximum path length limit is increased from 2047 to 65535 characters.

   7. Creating archives in RAR 4.x format isn't supported anymore.
      Options and switches specific for this format are removed.
      It doesn't affect RAR 4.x archives decompression, which is included
      into WinRAR.

   8. "Propagate Mark of the Web" option in "Settings/Security" dialog
      controls assigning the archive Mark of the Web to extracted files.
      It is possible to prohibit propagating, allow it for several
      predefined file groups, for all files or for files matching user
      defined file masks.

      Mark of the Web is the security zone information added by Internet
      browsers to downloaded files. It can be used by various software
      for security purposes.

      It is supported only by GUI WinRAR. Console RAR doesn't propagate
      Mark of the Web regardless of this option.

   9. "Attributes" column can be enabled in "Settings/File list/Columns".
      It displays file attribute abbreviations, such as 'A' for "Archive"
      and 'D' for directory.

      If file attribute isn't among those recognized by WinRAR,
      the numeric value of file attributes is also displayed.
      This value uses hexadecimal format for Windows attributes
      or octal format for Unix attributes.
   
  10. "Benchmark" command allows to specify the exact number of threads
      and copy results to clipboard. Information about WinRAR and Windows
      versions, CPU and memory is added to benchmark window.
   
  11. "Remove redundant folders from extraction path" option
      in "Settings/Paths" is now applicable also to extraction commands
      invoked from WinRAR user interface and to multiple archives
      unpacked to separate folders. It removes a destination path
      component, only if its name matches both the archive name and root
      archived folder name, provided that there are no other folders
      or files in archive root.

      For example, it will remove one of "Pictures" in the destination path
      if we unpack Pictures.rar containing the root "Pictures" folder
      to "Pictures\" destination.

      Previously it worked only for a single archive extracted from
      context menu and didn't check if archived folder name matches
      the last destination path component.

  12. "Word wrap in comment" option in "Interface" options group
      in "Settings/General" toggles the word wrap mode in archive comment
      window.
   
  13. Dictionary size data in archive information dialog is now available
      for .bz2, .lz, .tar.bz2, .tar.gz, .tar.lz, .tar.zst archives.

  14. Switch -ol- prohibits archiving and extracting symbolic links.
   
  15. Switches -sl<size>[u] and -sm<size>[u] recognize [k|K|m|M|g|G|t|T]
      size units for kilobytes, thousands of bytes, megabytes, millions
      of bytes, gigabytes, billions of bytes, terabytes, trillions of bytes.
      If unit character is 'b', 'B' or not present, bytes are assumed.

      Previously these switches accepted bytes only.

  16. SFX TempMode command accepts the optional @set:user parameter
      allowing to modify temporary folder permissions, so only the current
      user can access it. It prohibits a local user to replace files
      in a temporary folder if SFX is started under another account.

      It also can be enabled with "Restrict folder access" option
      in "Advanced SFX options/Modes" dialog.

      Some installers might fail to start in a folder created with
      @set:user parameter.
   
  17. File permissions and NTFS alternate streams are not saved for
      hard link entries. They are saved only for the source file these
      entries refer to. It allows to reduce the archive size, because
      such file properties are automatically propagated to hard links
      copies when extracting.

  18. Keyboard shortcuts, such as Ctrl+A to select all files or Alt+E to
      unpack found archives, are now functional in "Search results" window
      also while search is still in progress. Previously they were available
      only after completing search.
   
  19. Switch -v<size>[unit] recognizes 't' and 'T' as terabytes and
      trillions of bytes for volume size units.
   
  20. Warning is issued if leading '-' character is missing in a parameter
      specified in "Additional switches" field of WinRAR archiving
      and extraction dialogs. Also it is issued for parameters lacking '-'
      in RAR environment variable and rar.ini file.

      Previously such malformed parameters were ignored silently.

  21. "Convert archives" command displays the smooth total operation progress.
      Previously the total progress was updated abruptly after converting
      an archive and was visible only when processing multiple archives.

  22. Proper progress is displayed when compressing symbolic link targets.

  23. "Integrate WinRAR into shell" option in WinRAR "Settings/Integration"
      is grayed out if "Global\Integration=0" is present in winrar.ini file.
   
  24. Bugs fixed:

      a) "User defined archive extensions" field in "Settings/Integration"
         was not saved if winrar.ini was used to store settings
         and WinRAR was started under non-administrator user account.
作者: binlili    时间: 2023-10-23 19:20
等能下载了去试试。
作者: ebing    时间: 2023-10-23 19:28
WinRAR 7.00 beta 1 is available in English (64 bit, 32 bit).
英文版已经可以下载了。
作者: plusv    时间: 2023-10-23 19:28
本帖最后由 plusv 于 2023-10-23 19:37 编辑

https://www.rarlab.com/rar/winrar-x32-700b1.exe
https://www.rarlab.com/rar/winrar-x64-700b1.exe

Creating archives in RAR 4.x format isn't supported anymore.

看了 没惊奇,
还以为会有 RAR 6 格式,
反而 RAR 4 格式 没了,
有时 RAR 4 格式 压的比 RAR 5 格式 小.


作者: 518hl    时间: 2023-10-23 19:34
期待中文无广告版
作者: yyz2191958    时间: 2023-10-23 19:50
期待
作者: 谢沛宸    时间: 2023-10-23 19:57
期待
作者: nathan6498    时间: 2023-10-23 20:01
升级挺快的
作者: 铿锵玫瑰    时间: 2023-10-23 20:11
等待中文无广告版!
作者: awan8850    时间: 2023-10-23 20:17
版本号跨度不小啊
作者: hycsl888    时间: 2023-10-23 20:21
直接跳大版本了。
作者: lanmeizhuangyua    时间: 2023-10-23 20:43
多谢楼主分享
作者: wyqdbf    时间: 2023-10-23 20:55
直接跳大版本?
作者: canary    时间: 2023-10-23 21:15
多谢楼主分享
作者: 语之男    时间: 2023-10-23 21:32
根本看不懂鸟文
作者: wwwcccyyy    时间: 2023-10-23 21:48
版本号这么大的
作者: 渝垫老    时间: 2023-10-23 21:48
支持和谢谢楼主
作者: rbwrbw    时间: 2023-10-23 21:52
最新版吗??
作者: tanglf    时间: 2023-10-23 21:54
大版本 7 了,有何更新?
作者: schdtv    时间: 2023-10-23 22:07
多谢楼主分享!
作者: yc2428    时间: 2023-10-23 22:08
谢谢
作者: 呵呵#1861    时间: 2023-10-23 22:15
谢谢分享
作者: zrx1982    时间: 2023-10-23 22:27
谢谢分享
作者: 车厘子    时间: 2023-10-23 22:52
感谢大佬分享,不过我用bandizip还可以
作者: nathan6498    时间: 2023-10-24 00:14
谢谢分享
作者: in9    时间: 2023-10-24 00:28
谢谢科普分享!
作者: dszsdyx    时间: 2023-10-24 03:23
现在大多数软件都开始采取这种小步快跑的模式了。不着急 6点几的又是不是不能用?
作者: axion    时间: 2023-10-24 03:59
只有英文版
作者: wsasecy    时间: 2023-10-24 05:06
  直接到7.0了,奇怪、版本号不在6.0碎碎念了。
作者: mmymq    时间: 2023-10-24 06:43
不急,慢慢来
作者: KIM3298    时间: 2023-10-24 07:01
谢谢分享
作者: rbwrbw    时间: 2023-10-24 07:10
好的
作者: rbwrbw    时间: 2023-10-24 07:10
好的!!!
作者: onlychinese    时间: 2023-10-24 07:19
感谢分享!!!
作者: wshuda    时间: 2023-10-24 08:10
还在用着6.2呢,这都7.x了吗
作者: zonas    时间: 2023-10-24 08:26
路过看看,学习学习
作者: ldg_2    时间: 2023-10-24 08:28
我的5.x还用的好好的
作者: YJZM    时间: 2023-10-24 10:25
更新好快
作者: zdlzj    时间: 2023-10-24 11:25
有啥更新的?
作者: 邱晓燃    时间: 2023-10-24 11:44
期待7.0  Beta1中文版的
作者: jing14981    时间: 2023-10-24 12:26

多谢楼主分享!
作者: sulong    时间: 2023-10-24 12:38
一下子从6.24跳到7.0,应该有个大更新啊
作者: zy99220    时间: 2023-10-24 12:41
这软件是真的宽容
作者: 9527sss    时间: 2023-10-24 16:15
谢谢分享
作者: bitboy    时间: 2023-10-24 17:48
挺给力的
作者: 2010maize    时间: 2023-10-24 17:49
期待中文无广告
作者: Night6    时间: 2023-10-24 18:37
赞一个!
作者: weiee    时间: 2023-10-24 18:47
有广告么?
作者: cunyxp    时间: 2023-10-25 12:01
http://wuyou.net/forum.php?mod=v ... p;extra=#pid5079566已经有了
作者: zpwz    时间: 2023-12-5 17:26
感谢分享!
作者: 无犹启动    时间: 2024-2-18 10:30
谢谢分享
作者: tilltotell007    时间: 2024-2-18 12:38
感谢分享
作者: 无犹启动    时间: 2024-2-18 22:20
升级挺快的
作者: hehuiying    时间: 2024-4-14 03:48
谢谢分享
作者: 无犹启动    时间: 2024-4-22 10:49
谢谢分享




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3