Paltalk 歷史版本列表 Page14

最新版本 PalTalk 1.27.1.22845

Paltalk 歷史版本列表

Paltalk 是世界上最大的視頻聊天社區,擁有超過 400 萬的會員。免費的 Paltalk 下載包括:訪問數以千計的實時視頻聊天室。房間類別包括音樂,政治,體育,宗教等等。無限制的群組視頻通話,最多 10 個朋友。虛擬禮物 - 有趣的動畫,可以發送給聊天室中的其他成員。與 AIM,雅虎,Facebook,GTalk 和 ICQ 的互操作性 - 與所有的朋友從 Paltalk.無限視頻攝像頭 ... Paltalk 軟體介紹


Thunderbird 78.7.1 (64-bit) 查看版本資訊

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

What's new in this version:

New
- CardDAV address books now support OAuth2 and Google Contacts

Changes
- Thunderbird will no longer allow installation of addons that use legacy APIs

Fixed:
- Send message button sometimes remained enabled when it should be disabled
- Pressing command+enter to send a message on macOS did not work
- OpenPGP: Failed to save attachments that contained binary data after decryption
- Global search UI fixes
- Various theme and color fixes to improve ease of use

WordPress 5.6.1 查看版本資訊

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

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

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

What's new in this version:

- New backends
- Compression remote (experimental)
- Enterprise File Fabric
- This work was sponsored by Storage Made Easy
- HDFS (Hadoop Distributed File System)
- Zoho workdrive
- New Features
- Deglobalise the config
- Global config now read from the context
- This will enable passing of global config via the rc
- This work was sponsored by Digitalis
- Add --bwlimit for upload and download
- Obey bwlimit in http Transport for better limiting
- Enhance systemd integration
- Log level identification, manual activation with flag, automatic systemd launch detection
- Don't compile systemd log integration for non unix systems
- Add a --download flag to md5sum/sha1sum/hashsum to force rclone to download and hash files locally
- Add --progress-terminal-title to print ETA to terminal title
- Make backend env vars show in help as the defaults for backend flags

Build:
- Raise minimum go version to go1.12

Dedupe:
- Add --by-hash to dedupe on content hash not file name
- Add --dedupe-mode list to just list dupes, changing nothing
- Add warning if used on a remote which can't have duplicate names

Fs:
- Add Shutdown optional method for backends
- When using --files-from check files concurrently
- Accumulate stats when using --dry-run
- Always show stats when using --dry-run or --interactive
- Add support for flag --no-console on windows to hide the console window
- Genautocomplete: Add support to output to stdout
- Ncdu
- Highlight read errors instead of aborting
- Add sort by average size in directory
- Add toggle option for average s3ize in directory - key 'a'
- Add empty folder flag into ncdu browser
- Add ! (errror) and . (unreadable) file flags to go with e (empty)
- Obscure: Make rclone osbcure - ignore newline at end of line

Operations:
- Add logs when need to upload files to set mod times
- Move and copy log name of the destination object in verbose
- Add size if known to skipped items and JSON log

Rc:
- Prefer actual listener address if using ":port" or "addr:0" only
- Add listener for finished jobs (Aleksandar Jankovic)
- Serve ftp: Add options to enable TLS
- Serve http/webdav: Redirect requests to the base url without the /
- Serve restic: Implement object cache
- Stats: Add counter for deleted directories
- Sync: Only print "There was nothing to transfer" if no errors

Webui:
- Prompt user for updating webui if an update is available
- Fix plugins initialization

Bug-Fixes:
- Fix nil pointer on copy & move operations directly to remote
- Fix parsing of .. when joining remotes
- Log: Fix enabling systemd logging when using --log-file

Check:
- Make the error count match up in the log message
- Move: Fix data loss when source and destination are the same object

Operations:
- Fix --cutof-mode hard not cutting off immediately
- Fix --immutable error message
- Sync
- Fix --cutoff-mode soft & cautious so it doesn't end the transfer early
- Fix --immutable errors retrying many times

Docs:
- Many fixes and a rewrite of the filtering docs
- Many spelling and grammar fixes
- Doc fixes for commands delete, purge, rmdir, rmdirs and mount

Mount:
- Update systemd status with cache stats
- Disable bazil/fuse based mount on macOS
- Make rclone mount actually run rclone cmount under macOS
- Implement mknod to make NFS file creation work
- Make sure we don't call umount more than once
- More user friendly mounting as network drive on windows
- Detect if uid or gid are set in same option string: -o uid=123,gid=456
- Don't attempt to unmount if fs has been destroyed already

VFS:
- Fix virtual entries causing deleted files to still appear
- Fix "file already exists" error for stale cache files
- Fix file leaks with --vfs-cache-mode full and --buffer-size 0
- Fix invalid cache path on windows when using :backend: as remote

Local:
- Continue listing files/folders when a circular symlink is detected
- New flag --local-zero-size-links to fix sync on some virtual filesystems

Azure Blob:
- Add support for service principals
- Add support for managed identities
- Add examples for access tier
- Utilize the streaming capabilities from the SDK for multipart uploads
- Fix setting of mime types
- Fix crash when listing outside a SAS URL's root
- Delete archive tier blobs before update if --azureblob-archive-tier-delete
- Fix crash on startup
- Fix memory usage by upgrading the SDK to v0.13.0 and implementing a TransferManager
- Require go1.14+ to compile due to SDK changes

B2:
- Make NewObject use less expensive API calls
- This will improve --files-from and restic serve in particular
- Fixed crash on an empty file name
- Box
- Fix NewObject for files that differ in case
- Fix finding directories in a case insentive way

Chunker:
- Skip long local hashing, hash in-transit (fixes)
- Set Features ReadMimeType to false as Object.MimeType not supported
- Fix case-insensitive NewObject, test metadata detection

Drive:
- Implement rclone backend copyid command for copying files by ID
- Added flag --drive-stop-on-download-limit to stop transfers when the download limit is exceeded
- Implement CleanUp workaround for team drives
- Allow shortcut resolution and creation to be retried
- Log that emptying the trash can take some time
- Add xdg office icons to xdg desktop files

Dropbox:
- Add support for viewing shared files and folders
- Enable short lived access tokens
- Implement IDer on Objects so rclone lsf etc can read the IDs
- Set Features ReadMimeType to false as Object.MimeType not supported
- Make malformed_path errors from too long files not retriable
- Test file name length before upload to fix upload loop

Fichier:
- Set Features ReadMimeType to true as Object.MimeType is supported

FTP:
- Add --ftp-disable-msld option to ignore MLSD for really old servers
- Make --tpslimit apply

Google Cloud Storage:
- Storage class object header support
- Fix anonymous client to use rclone's HTTP client
- Fix Entry doesn't belong in directory "" (same as directory) - ignoring

Googlephotos:
- New flag --gphotos-include-archived to show archived photos as well

Jottacloud:
- Don't erroneously report support for writing mime types
- Add support for Telia Cloud

Mailru:
- Accept special folders eg camera-upload
- Avoid prehashing of large local files
- Fix uploads after recent changes on server
- Fix range requests after June 2020 changes on server
- Fix invalid timestamp on corrupted files (fixes)
- Remove deprecated protocol quirks

Memory:
- Fix setting of mime types

Onedrive:
- Add support for China region operated by 21vianet and other regional suppliers
- Warn on gateway timeout errors
- Fall back to normal copy if server-side copy unavailable
- Fix server-side copy completely disabled on OneDrive for Business
- (business only) workaround to replace existing file on server-side copy
- Enhance link creation with expiry, scope, type and password
- Remove % and # from the set of encoded characters
- Support addressing site by server-relative URL
- Opendrive;
- Fix finding directories in a case insensitive way

Pcloud:
- Fix setting of mime types

Premiumizeme:
- Fix finding directories in a case insensitive way

Qingstor:
- Fix error propagation in CleanUp
- Fix rclone cleanup

S3:
- Added --s3-disable-http2 to disable http/2
- Complete SSE-C implementation
- Fix hashes on small files with AWS:KMS and SSE-C
- Add MD5 metadata to objects uploaded with SSE-AWS/SSE-C
- Add --s3-no-head parameter to minimise transactions on upload
- Update docs with a Reducing Costs section
- Added error handling for error code 429 indicating too many requests
- Add requester pays option (kelv)
- Fix copy multipart with v2 auth failing with 'SignatureDoesNotMatch'

SFTP:
- Allow cert based auth via optional pubkey
- Allow user to optionally check server hosts key to add security
- Defer asking for user passwords until the SSH connection succeeds
- Remember entered password in AskPass mode
- Implement Shutdown method
- Implement keyboard interactive authentication
- Make --tpslimit apply
- Implement --sftp-use-fstat for unusual SFTP servers

Sugarsync:
- Fix NewObject for files that differ in case
- Fix finding directories in a case insentive way

Swift:
- Fix deletion of parts of Static Large Object (SLO)
- Ensure partially uploaded large files are uploaded unless --swift-leave-parts-on-error

Tardigrade:
- Upgrade to uplink v1.4.1

WebDAV:
- Updated docs to show streaming to nextcloud is working

Yandex:
- Set Features WriteMimeType to false as Yandex ignores mime types

Thunderbird 78.7.0 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Extension API: Compose API now supports editing messages and templates as new messages
- Extension API: composeHtml is now exposed in MailIdentity
- Extension API: windows.update and windows.create now support titlePreface
- Extension API: new Accounts API functions: accounts.getDefault() and accounts.getDefaultIdentity(accountId)

Changes:
- Extension API: body and plainTextBody are now used as compose mode selectors in setComposeDetails and begin* functions in Compose API
- Theme: removed the double border around the task description field on the Tasks tab

Fixed:
- Account Manager: When deleting the last remaining account, the default account was not getting cleared and still pointed to the no-longer-existing account
- OpenPGP: Verification of an inline signed message would fail if it contained leading whitespace
- OpenPGP: Various other minor bug and stability fixes
- Mail Window: Quickfilter bar buttons disappear when hovered on Windows 10 High Contrast Black theme
- Theme: folder properties dialog contained black text on a black background in dark mode
- Theme: recipient pills in compose window were not visible in high contrast dark theme on Windows 10
- Extension API: browserAction buttons were not restored after restart if they were moved outside the default toolbar
- Extension API: browser.compose.beginNew could not override identity plaintext setting
- Extension API: browser.compose.beginForward was ignoring ComposeDetails
- Extension API: browser.compose.setComposeDetails did not properly handle Windows-style line endings

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

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

What's new in this version:

Bug Fixes:
- accounting: Fix data race in Transferred()
- Stop tagged releases making a current beta
- Upgrade docker buildx action
- Add -buildmode to cross-compile.go
- Fix docker build by upgrading ilteoood/docker_buildx
- Revert GitHub actions brew fix since this is now fixed
- Fix brew install --cask syntax for macOS build
- Update nfpm syntax to fix build of .deb/.rpm packages
- Fix for Windows build errors
- fs: Parseduration: fixed tests to use UTC time
- fshttp: Prevent overlap of HTTP headers in logs
- Fix core/command giving 500 internal error
- Add Copy method to rc.Params
- Fix 500 error when marshalling errors from core/command
- plugins: Create plugins files only if webui is enabled.
- serve http: Fix serving files of unknown length
- serve sftp: Fix authentication on one connection blocking others

Mount:
- Add optional brew tag to throw an error when using mount in the binaries installed via Homebrew
- Add "." and ".." to directories to match cmount and expectations

VFS:
- Make cache dir absolute before using it to fix path too long errors

Chunker:
- Improve detection of incompatible metadata

Google Cloud Storage:
- Fix server side copy of large objects

Jottacloud:
- Fix token renewer to fix long uploads
- Fix token refresh failed: is not a regular file error

Pcloud:
- Only use SHA1 hashes in EU region

Sharefile:
- Undo Fix backend due to API swapping integers for strings

WebDAV:
- Fix Open Range requests to fix 4shared mount
- Add "Depth: 0" to GET requests to fix bitrix

pdfFactory 7.44 查看版本資訊

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

What's new in this version:

- fixed a bug that caused incorrect graphic display

Megacubo 16.0.9 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed stream resuming on program start
- Fixed aspect ratio changing
- Minor bugfixes

Thunderbird 78.6.1 (64-bit) 查看版本資訊

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

What's new in this version:

Changes:
- MailExtensions: browserAction, composeAction, and messageDisplayAction toolbar buttons now support label and default_label properties

Fixed:
- Running a quicksearch that returned no results did not offer to re-run as a global search
- Message search toolbar fixes
- Very long subject lines distorted the message compose and display windows, making them unusable
- Compose window: Recipient addresses that had not yet been autocompleted were lost when clicking Send button
- Compose window: New message is no longer marked as "changed" just from tabbing out of the recipient field without editing anything
- Account autodiscover fixes when using MS Exchange servers
- LDAP address book stability fix
- Messages with invalid vcard attachments were not marked as read when viewed in the preview window
- Chat: Could not add TLS certificate exceptions for XMPP connections
- Calendar: System timezone was not always properly detected
- Calendar: Descriptions were sometimes blank when editing a single occurrence of a repeating event
- Various printing bugfixes
- Visual consistency and theme improvements
- Various security fixes

Megacubo 16.0.7 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed startup playback resume option
- Fixed HLS playback with gzip encoding
- "Been Watched" section now use percentages instead of users count
- Minor bug fixes

Megacubo 16.0.6 (64-bit) 查看版本資訊

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

What's new in this version:

- Added Timer under Tools section
- Bugfixes on MPEGTS playback and icons loading