Skype 歷史版本列表 Page67

最新版本 Firefox Developer Edition 124.0b2 (64-bit)

Skype 歷史版本列表

Skype 是使您能夠在世界任何地方撥打免費電話的軟件。 Skype 使用 P2P(點對點)技術將您與其他用戶連接起來。它提供了幾個功能,包括 Skype 從 Skype 撥打全球的普通和移動電話,電話會議和安全的文件傳輸。您現在也可以與其他用戶共享您的屏幕。 Skype 調用專注於視頻和音頻質量,並確保與端到端的加密調用。所有你需要開始的是 Windows XP SP3,Vista,7,8 或 ... Skype 軟體介紹


Gyazo 4.1.7 查看版本資訊

更新時間:2021-04-21
更新細節:

Aseprite 1.2.27 查看版本資訊

更新時間:2021-04-20
更新細節:

What's new in this version:

Fixed:
- Shift+Rectangular Marquee doesn't start Square Aspect
- reference layers cannot be moved/resized t/8755
- "Simple Crosshair" cursor when switching to Eraser tool

SeaMonkey 2.53.7.1 (64-bit) 查看版本資訊

更新時間:2021-04-15
更新細節:

What's new in this version:

SeaMonkey 2.53.7.1 contains (among other changes) the following major changes relative to SeaMonkey 2.53.7:
- Fix for legacy generators and the deprecated for each statement in add-ons and the Add-on SDK bug 1702903
- Fix for handling of dead keys in text input fields in GTK 3.24.26+ bug 1701288

SeaMonkey 2.53.7.1 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5:
- The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes.
- Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade.
- The layout panel was added to the CSS Grid tools
- TLS 1.3 is the default SSL version now
- Support for all NPAPI plugins like Flash, Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm.
- SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance".
- SeaMonkey 2.53.7.1 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes
- SeaMonkey 2.53.7.1 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release.
- Additional important security fixes up to Current Firefox 78.8 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
- SeaMonkey-specific changes
- SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.

Rclone 1.55.0 (64-bit) 查看版本資訊

更新時間:2021-04-01
更新細節:

What's new in this version:

New commands:
selfupdate:
- Allows rclone to update itself in-place or via a package (using --package flag)
- Reads cryptographically signed signatures for non beta releases
- Works on all OSes

test - these are test commands - use with care:
- histogram - Makes a histogram of file name characters
- info - Discovers file name or other limitations for paths
- makefiles - Make a random file hierarchy for testing
- memory - Load all the objects at remote:path into memory and report memory stats

New Features:
Connection strings:
- Config parameters can now be passed as part of the remote name as a connection string

For example to do the equivalent of --drive-shared-with-me use drive,shared_with_me:
- Make sure we don't save on the fly remote config to the config file
- Make sure backends with additional config have a different name for caching
- This work was sponsored by CERN, through the CS3MESH4EOSC Project.
- CS3MESH4EOSC has received funding from the European Union’s Horizon 2020
- research and innovation programme under Grant Agreement no. 863353.
- build:
- Update go build version to go1.16 and raise minimum go version to go1.13
- Make a macOS ARM64 build to support Apple Silicon
- Install macfuse 4.x instead of osxfuse 3.x
- Use GO386=softfloat instead of deprecated GO386=387 for 386 builds
- Disable IOS builds for the time being
- Androids builds made with up to date NDK (x0b)
- Add an rclone user to the Docker image but don't use it by default (cynthia kwok)
- dedupe: Make largest directory primary to minimize data moved
- config:
- Wrap config library in an interface (Fionera)
- Make config file system pluggable
- --config "" or "/notfound" for in memory config only
- Clear fs cache of stale entries when altering config

- copyurl: Add option to print resulting auto-filename
- delete: Make --rmdirs obey the filters
- docs - many fixes and rework
- encoder/filename - add SCSU as tables
- Add multiple paths support to --compare-dest and --copy-dest flag (K265)
- filter: Make --exclude "dir/" equivalent to --exclude "dir/**"
- fshttp: Add DSCP support with --dscp for QoS with differentiated services (Max Sum)
- lib/cache: Add Delete and DeletePrefix methods
- lib/file:
- Make pre-allocate detect disk full errors and return them
- Don't run preallocate concurrently
- Retry preallocate on EINTR

- operations: Made copy and sync operations obey a RetryAfterError
- rc:
- Add string alternatives for setting options over the rc
- Add options/local to see the options configured in the context
- Add _config parameter to set global config for just this rc call
- Implement passing filter config with _filter parameter
- Add fscache/clear and fscache/entries to control the fs cache
- Avoid +Inf value for speed in core/stats
- Add a full set of stats to core/stats
- Allow fs= params to be a JSON blob

- rcd: Added systemd notification during the rclone rcd command.
- rmdirs: Make --rmdirs obey the filters
- version: Show build tags and type of executable

Fixed:
- install.sh: make it fail on download errors
- Fix excessive retries missing --max-duration timeout
- Fix crash when --low-level-retries=0
- Fix failed token refresh on mounts created via the rc
- fshttp: Fix bandwidth limiting after bad merge
- lib/atexit
- Unregister interrupt handler once it has fired so users can interrupt again
- Fix occasional failure to unmount with CTRL-C
- Fix deadlock calling Finalise while Run is running
- lib/rest: Fix multipart uploads not stopping on context cancel

Mount
- Allow mounting to root directory on windows
- Improved handling of relative paths on windows
- Fix unicode issues with accented characters on macOS
- Docs: document the new FileSecurity option in WinFsp 2021
- Docs: add note about volume path syntax on windows
- Fix caching of old directories after renaming them
- Update cgofuse to the latest version to bring in macfuse 4 fix

VFS
- --vfs-used-is-size to report used space using recursive scan (tYYGH)
- Don't set modification time if it was already correct
- Fix Create causing windows explorer to truncate files on CTRL-C CTRL-V
- Fix modtimes not updating when writing via cache
- Fix modtimes changing by fractional seconds after upload
- Fix modtime set if --vfs-cache-mode writes/full and no write
- Rename files in cache and cancel uploads on directory rename
- Fix directory renaming by renaming dirs cached in memory

Local
- Add flag --local-no-preallocate (David Sze)
- Make nounc an advanced option except on Windows
- Don't ignore preallocate disk full errors

Cache
- Add --fs-cache-expire-duration to control the fs cache

Crypt
- Add option to not encrypt data
- Log hash ok on upload

Azure Blob
- Add container public access level support

B2
- Fix HTML files downloaded via cloudflare

Box
- Fix transfers getting stuck on token expiry after API change

Chunker
- Partially implement no-rename transactions

Drive
- Don't stop server side copy if couldn't read description
- Pass context on to drive SDK - to help with cancellation

Dropbox
- Add polling for changes support
- Make --timeout 0 work properly
- Raise priority of rate limited message to INFO to make it more noticeable

Fichier
- Implement copy & move
- Implement public link

FTP
- Implement Shutdown method
- Close idle connections after --ftp-idle-timeout (1m by default)
- Make --timeout 0 work properly
- Add --ftp-close-timeout flag for use with awkward ftp servers
- Retry connections and logins on 421 errors

Hdfs
- Fix permissions for when directory is created

Onedrive
- Make --timeout 0 work properly

S3
- Fix --s3-profile which wasn't working

SFTP
- Close idle connections after --sftp-idle-timeout (1m by default)
- Fix "file not found" errors for read once servers
- Fix SetModTime stat failed: object not found with --sftp-set-modtime=false

Swift
- Update github.com/ncw/swift to v2.0.0
- Implement copying large objects

Union
- Fix crash when using epff policy
- Fix union attempting to update files on a read only file system
- Refactor to use fspath.SplitFs instead of fs.ParseRemote
- Fix initialisation broken in refactor

WebDAV
- Add support for sharepoint with NTLM authentication
- Make sharepoint-ntlm docs more consistent
- Improve terminology in sharepoint-ntlm docs
- Disable HTTP/2 for NTLM authentication
- Fix sharepoint-ntlm error 401 for parallel actions
- Check that purged directory really exists

Yandex
- Make --timeout 0 work properly

Zoho
- Replace client id - you will need to rclone config reconnect after this
- Add forgotten setupRegion() to NewFs - this finally fixes regions other than EU

Gyazo 4.1.6 查看版本資訊

更新時間:2021-03-30
更新細節:

Topaz Video Enhance AI 2.1.1 查看版本資訊

更新時間:2021-03-30
更新細節:

What's new in this version:

- Fixed the garbled text issue on some Mac machines
- Video Format dropdown should no longer clip at the bottom of the screen when the window height is small
- Multiple animations have been removed during processing, which should speed up processing times slightly (your mileage may vary)
- “Keep Audio” and “Crop to fill frame” should both stick correctly between different videos in a batch

SeaMonkey 2.53.7 (64-bit) 查看版本資訊

更新時間:2021-03-30
更新細節:

What's new in this version:

- Remove Flash and NPAPI support bug 1688415
- Switch packaged extensions to be global bug 1659298
- Add Insert Forms to Composer bug 1684611
- Fix an issue with copying to IMAP sent folder and some reference count leaks in mailnews bug 1689890
- Tailing to delay tracker requests and enhance performance has been enabled bug 1358060
- Fix an issue with favorite and recent folders not showing in macOS bug 1695869
- Various security and general platform fixes
- The ChatZilla source has been integrated into SeaMonkey and no longer needs to be checked out separately if you build your own release bug 1551033

Replay Radio 12.0.25.0 查看版本資訊

更新時間:2021-03-29
更新細節:

What's new in this version:

- Improved audio quality
- Performance optimization
- Misc fixes and improvements

Rclone 1.54.1 (64-bit) 查看版本資訊

更新時間:2021-03-08
更新細節:

What's new in this version:

Fixed:
- accounting: Fix --bwlimit when up or down is off
- docs
- Fix nesting of brackets and backticks in ftp docs
- Fix broken link in sftp page
- Fix typo in crypt.md
- Changelog: Correct link to digitalis.io
- Replace #file-caching with #vfs-file-caching
- Convert bogus example link to code
- Remove dead link from rc.md
- rc: Sync,copy,move: document createEmptySrcDirs parameter
- lsjson: Fix unterminated JSON in the presence of errors

Mount:
- Fix mount dropping on macOS by setting --daemon-timeout 10m

VFS:
- Document simultaneous usage with the same cache shouldn't be used

B2:
- Automatically raise upload cutoff to avoid spurious error
- Fix failed to create file system with application key limited to a prefix

Drive:
- Refer to Shared Drives instead of Team Drives

Dropbox:
- Add scopes to oauth request and optionally "members.read"

S3:
- Fix failed to create file system with folder level permissions policy
- Fix Wasabi HEAD requests returning stale data by using only 1 transport
- Fix shared_credentials_file auth
- Add --s3-no-head to reducing costs docs

Union:
- Fix mkdir at root with remote:/

Zoho:
- Fix custom client id's (buengese)

XnView MP 0.98.2 (64-bit) 查看版本資訊

更新時間:2021-02-26
更新細節: