Skip to content
WONGCW 網誌
  • 首頁
  • 論壇
  • 微博
  • 壁紙下載
  • 免費圖床
  • 視頻下載
  • 聊天室
  • SEO工具
  • 支援中心
  • 表格製作
  • More
    • 在線名片
    • 網頁搜索
    • 天氣預報
    • 二維碼生成器
  • Search Icon

WONGCW 網誌

記錄生活經驗與點滴

WinRAR 5.80 正式版發布

WinRAR 5.80 正式版發布

2019-12-11 Comments 0 Comment

流行好用的壓縮工具,支持鼠標拖放及外殼擴展,完美支持ZIP檔案,內置程序可以解開CAB、ARJ、LZH、TAR、GZ、UUE、BZ2、JAR、ISO等多種類型的壓縮文件。重要提示:因ACE模塊重大漏洞,WinRAR從5.70 beta 1始不再支持ACE格式壓縮檔。

下載地址:

https://www.rarlab.com/download.htm
winrar-2.png

Version 5.80

1. “Preserve source files last access time” option on “Time” page

of archiving dialog permits to preserve the original last access time

of archiving files.

2. Command line -tsp switch can be used to preserve the original

last access time of archiving files. It can be combined with other

-ts switches, like: rar a -tsc -tsp arcname files

3. It is allowed to combine several modifiers in the same -ts switch.

For example, we can use -tscap instead -tsc -tsa -tsp.

4. WinRAR can read default values of command line switches from rar.ini

text file, which can be stored either in the same folder as WinRAR.exe

or in %APPDATA%WinRAR folder. This file includes strings in following

format:

switches=<any RAR switches separated by spaces>

switches_<command>=<any RAR switches separated by spaces>

First applies switches to all and second to individual commands.

For example:

switches=-m5 -s

switches_x=-o+

Most of switches specified in rar.ini are used only in the command line

mode. Some switches can be applicable both in shell and in command line

modes. Previously this rar.ini format was supported only by console RAR.

5. Command line -agf<default_format> switch specifies the default format

string for -ag switch. It has a practical value only if placed to

rar.ini configuration file or to RAR environment variable.

For example, if we set RAR environment variable to -agfYYYY-MMM-DD,

we can use -ag without a parameter with YYYY-MMM-DD format string

assumed.

6. Switches -ed and -e+d can be used in archive processing commands

for any combination of RAR and archive operating systems.

In older versions RAR for Windows could not use them for Unix RAR

archives also as RAR for Unix for Windows RAR archives.

7. Previously “Test” command failed to check integrity of archived NTFS

alternate data streams and issued “Unknown data header format” warning

if size of such stream exceeded 16 MB. This limitation is removed now.

8. Archiving speed for large NTFS alternate data streams on multi-core

CPUs is increased.

9. “Find” command:

a) when extracting encrypted files directly from “Search results”

dialog, password prompt was issued for every found file

even if all files belonged to same archive.

Now password is requested only once per archive;

b) Ctrl+A hotkey selects all files in “Search results”.

10. Archive comment window:

a) previous versions did not allow to use Ctrl+W shortcut to close

WinRAR when comment window had keyboard focus. Now Ctrl+W works

also from comment window;

b) mouse wheel is supported also for comments with ANSI Escape sequences;

c) for some lenghty comments with ANSI Escape sequences last line

of comment was visible only partially even after scrolling up to

bottom. It is displayed comletely now.

11. Maximum path length for files in 7z archives is increased up to

2048 characters. While such lengthy paths were already supported

for RAR and ZIP formats, previous versions limited the path length

to 260 characters for 7z archives.

12. If archive or file name is too lengthy to fit to archiving

or extraction progress window, it is truncated. Previously such names

were truncated at the end, making the file extension invisible.

This version truncates them removing the path component and symbols

in the middle, but preserving beginning of file name and file extension.

13. If files selected for archiving differ only by extension,

a proposed archive name is based on their name part.

For example, archiving dialog will propose Readme.rar if we selected

Readme.txt and Readme.doc.

Previous versions always generated the archive name based on parent

folder name for several selected files.

14. “Symlink” and “Hardlink” is diplayed in “Type” column for symlink

and hardlink records in .tar archives. Previous versions displayed

a proper type for such records only in .rar archives.

15. Copying and pasting files from large archives could fail if

extraction took a lot of time. This version can paste files from

such archives as well, but we have to start extraction already on

“Copy” command and not on “Paste” to achieve this.

16. Similarly to RAR5 volumes, recovery volumes in RAR4 format use

the same width of volume number field as corresponding RAR volumes.

While previously WinRAR could create arc.part01.rar and arc.part1.rev

in RAR4 format, now both types of volumes will use “part01”.

17. “Set font…” button in “Settings/File list” also changes the folder

tree panel font. Previously it changed only the file list font.

18. “Find files” and command line mode “i” commands:

a) if “Use all tables” option or “t” modifer of “i” command are used,

additionally to already supported ANSI, OEM and UTF-16 encodings

WinRAR will search the specified string in UTF-8 files as well;

b) better support for Unicode text strings;

c) better performance, especially for case insensitive search;

d) hexadecimal search output includes both text and hexadecimal

representation of found matches.

19. File and total progress bar is displayed when unpacking

tar.bz2, tar.gz, tar.lz, tar.xz, tar.z archives.

Previously only the total progress was displayed properly for tar.bz2,

tar.gz and tar.z. Neither file nor total progress was displayed

for tar.lz and tar.xz.

20. “File list/Files/Exact sizes” option also changes the file size format

in WinRAR status bar.

21. Bugs fixed:

a) if non-existent path is specified in archive name in archiving

dialog, WinRAR proposes to create such path. Previous versions

could create such path in WinRAR start-up folder instead of

currently displayed folder;

b) WinRAR could crash when adding the recovery record in RAR5 format

on CPUs not supporting CPUID EAX=7 command and returning random

data in response. These are some CPUs from early 2000s;

c) WinRAR failed to create archives after dragging files with

right mouse button in Windows shell, dropping them to another folder,

selecting “Add to archive…” in context menu and enabling

“Put each file to separate archive” option;

d) “winrar r *.zip” command repaired only the first ZIP archive

in the set if all archives had numeric names like 1.zip, 2.zip

and signatures in the beginning of archives were missing;

e) previous WinRAR version failed to unpack folder records

in archives created by RAR 1.50;

f) in rare cases WinRAR failed to extract and reported an error

for valid .gz archives produced by some compression optimization

tools;

g) progress bar in tray icon never reached 100% in high DPI mode;

h) creation and last access time was not displayed for archived folders

if folder records were stored in archive after folder contents;

i) “Skip encrypted archives” option in “Convert archives” command

did not work for 7-Zip archives with headers encryption.

分享此文:

  • 按一下即可分享至 X(在新視窗中開啟) X
  • 按一下以分享至 Facebook(在新視窗中開啟) Facebook
  • 分享到 WhatsApp(在新視窗中開啟) WhatsApp
  • 按一下以分享到 Telegram(在新視窗中開啟) Telegram
  • 分享到 Pinterest(在新視窗中開啟) Pinterest
  • 分享到 Reddit(在新視窗中開啟) Reddit
  • 按一下即可以電子郵件傳送連結給朋友(在新視窗中開啟) 電子郵件
  • 點這裡列印(在新視窗中開啟) 列印

相關


網絡資訊

Post navigation

PREVIOUS
特斯拉德國工廠有望2021年建成年產50萬輛電動汽車
NEXT
央行:謹防機構冒用央行名義發行或推廣法定數字貨幣

發表迴響取消回覆

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料。

More results...

Generic filters
Exact matches only
Search in title
Search in content
Search in excerpt
Filter by 分類
網站公告
Featured
赫思醫美
限時免費
Windows 軟件下載
系統軟件
辦公軟件
圖像處理
影音媒體
網絡軟件
應用軟件
Mac 軟件下載
安卓軟件下載
網絡資訊
Mac資訊
Linux資訊
VPS資訊
NASA資訊
WordPress資訊
WeChat資訊
PHP資訊
教學資源
開源程序
網頁工具
SEO工具
醫療健康
其他資訊
Content from
Content to
2019 年 12 月
一 二 三 四 五 六 日
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« 11 月   1 月 »

分類

  • 網站公告
  • 赫思醫美
  • 限時免費
  • Windows 軟件下載
  • 系統軟件
  • 辦公軟件
  • 圖像處理
  • 影音媒體
  • 網絡軟件
  • 應用軟件
  • Mac 軟件下載
  • 安卓軟件下載
  • 網絡資訊
  • Mac資訊
  • Linux資訊
  • VPS資訊
  • NASA資訊
  • WordPress資訊
  • WeChat資訊
  • PHP資訊
  • 教學資源
  • 開源程序
  • 網頁工具
  • SEO工具
  • 醫療健康
  • 其他資訊

彙整

近期文章

  • Firefox新版本將支援Chrome已有多年的WebGPU功能 2025-07-17
  • 彩虹正式上架統信UOS 直接運行Windows應用 2025-07-17
  • 美團高層承諾:將保證美團騎士收入永遠站穩藍領第一梯隊 2025-07-17
  • 科尼賽克CEO直言:電動超跑沒有靈魂我們不造 2025-07-17
  • HTC預告VIVE神秘新品或為首款智慧眼鏡 2025-07-17
  • 據傳PS5 Pro將在明年5月進行性能升級推測為《GTA6》做準備 2025-07-17
  • 德國玩家偏愛A卡銷量佔65%超NV:RX9070XT賣最好 2025-07-17
  • 三星和SK海力士因意外需求推遲DDR4記憶體淘汰計劃 2025-07-17
  • 特斯拉Model YL外觀正式公佈:預估售價40萬尾標亮了 2025-07-17
  • 巴西一11歲女孩長了81顆牙齒醫師直呼活久見 2025-07-17

熱門文章與頁面︰

  • 無3C行動電源禁止登機一文看懂到底什麼是3C認證、如何分辨真偽
  • 您可以在Windows 11 24H2 中找回WordPad
  • 氣像模型預測澳洲將面臨史無前例、長達20年的大洪災
  • CCleaner全家桶激活密鑰
  • 睡眠呼吸中止症病例增加45% 全球氣溫因素是罪魁禍首
  • 打車叫到特斯拉不會開門很尷尬?官方介紹開關門方法
  • Rocket Lab成功幫助DARPA發射一枚R3D2小型實驗衛星
  • 研究發現每週工作四天能提高員工的幸福感同時不影響生產力
  • 萬能驅動v7.18.1018.3(2018.11.17 發布)-裝機必備的萬能驅動
  • z-sms – 在線免費云短信臨時手機號接碼平台網頁版

投遞稿件

歡迎各界人士投遞稿件到admin@wongcw.com

請提供以下資料:

1.你的名字

2.你的電郵

3.分類目錄

4.文章標題

5.文章摘要

6.文章內容

7.文章來源

 

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

赫思醫美

快帆

MALUS

極度掃描

DMCA.com Protection Status

WONGCW 網誌

  • 免責聲明
  • 捐助我們
  • ThemeNcode PDF Viewer
  • ThemeNcode PDF Viewer SC
  • Events

服務器提供

本站使用之服務器由ikoula提供。

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

© 2025   All Rights Reserved.